All Packages Class Hierarchy This Package Previous Next Index
Interface designer.Step
- public interface Step
The Step interface defines objects that can be considered a step in
a Task object's step sequence.
Steps are automic operations taken in the execution of a Task.
(This varies from the DSPL definition which allows a single step to carry
out many automic operations.)
-
execute()
- perform the main functionality of the step.
-
getName()
-
execute
public abstract boolean execute()
- perform the main functionality of the step.
- Returns:
- true if successful false if failed.
getName
public abstract String getName()
- Returns:
- the name of this instance of the object
All Packages Class Hierarchy This Package Previous Next Index