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.)


Method Index

 o execute()
perform the main functionality of the step.
 o getName()

Methods

 o execute
 public abstract boolean execute()
perform the main functionality of the step.

Returns:
true if successful false if failed.
 o getName
 public abstract String getName()
Returns:
the name of this instance of the object

All Packages  Class Hierarchy  This Package  Previous  Next  Index