ch.tatool.core.element
Class AbstractListSelector

java.lang.Object
  extended by ch.tatool.core.element.AbstractListSelector
All Implemented Interfaces:
ElementSelector, Initializable
Direct Known Subclasses:
IteratedListSelector, RandomListSelector, TimerListSelector

public abstract class AbstractListSelector
extends Object
implements ElementSelector, Initializable

AbstractListSelector implementation.

Author:
Michael Ruflin

Constructor Summary
AbstractListSelector()
           
 
Method Summary
protected  Element getExecutionElement()
           
 void initialize(Element element)
          Initializes this scheduler.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface ch.tatool.element.ElementSelector
selectNextElement
 

Constructor Detail

AbstractListSelector

public AbstractListSelector()
Method Detail

initialize

public void initialize(Element element)
Initializes this scheduler.

Specified by:
initialize in interface Initializable

getExecutionElement

protected Element getExecutionElement()


Copyright © 2012. All Rights Reserved.