sleep.engine.atoms
Class Call
java.lang.Object
sleep.engine.Step
sleep.engine.atoms.Call
- All Implemented Interfaces:
- Serializable
public class Call
- extends Step
- See Also:
- Serialized Form
Call
public Call(String f)
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