sleep.engine.atoms
Class Iterate
java.lang.Object
sleep.engine.Step
sleep.engine.atoms.Iterate
- All Implemented Interfaces:
- Serializable
public class Iterate
- extends Step
- See Also:
- Serialized Form
ITERATOR_CREATE
public static final int ITERATOR_CREATE
- See Also:
- Constant Field Values
ITERATOR_DESTROY
public static final int ITERATOR_DESTROY
- See Also:
- Constant Field Values
ITERATOR_NEXT
public static final int ITERATOR_NEXT
- See Also:
- Constant Field Values
type
protected int type
key
protected String key
value
protected String value
Iterate
public Iterate(String _key,
String _value,
int _type)
toString
public String toString(String prefix)
- Description copied from class:
Step
- returns a string representation of this atomic step
- Overrides:
toString
in class Step
evaluate
public Scalar evaluate(ScriptEnvironment e)
- Description copied from class:
Step
- evaluate this atomic step.
- Overrides:
evaluate
in class Step