|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ascape.model.engine.ExecutionStrategy
public abstract class ExecutionStrategy
The Class ExecutionStrategy.
Constructor Summary | |
---|---|
ExecutionStrategy()
Instantiates a new execution strategy. |
Method Summary | |
---|---|
ExecutionStrategy |
chain(ExecutionStrategy strategy)
Chain. |
java.lang.Object |
clone()
|
abstract void |
execute()
Execute. |
boolean |
isSupportsParallel()
Checks if is supports parallel. |
abstract void |
reset()
Reset. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExecutionStrategy()
Method Detail |
---|
public boolean isSupportsParallel()
public abstract void execute()
public abstract void reset()
public ExecutionStrategy chain(ExecutionStrategy strategy)
strategy
- the strategy
public java.lang.Object clone()
clone
in class java.lang.Object
|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |