|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ascape.model.engine.ExecutionStrategy
org.ascape.model.engine.IncrementalExecutionStrategy
org.ascape.model.engine.ParallelExecutionStrategy
public abstract class ParallelExecutionStrategy
The Class ParallelExecutionStrategy.
Constructor Summary | |
---|---|
ParallelExecutionStrategy(StrategyFactory factory)
Instantiates a new parallel execution strategy. |
Method Summary | |
---|---|
void |
execute()
Execute. |
void |
executeParallel()
Execute parallel. |
boolean |
hasNextParallel()
Checks for next parallel. |
void |
incrementParallel()
Increment parallel. |
void |
nextParallelSequence()
Next parallel sequence. |
Methods inherited from class org.ascape.model.engine.IncrementalExecutionStrategy |
---|
clone, fire, getAgentIterator, getAgentSelector, getCurrentAgent, getCurrentRule, getRules, getRuleSelector, getScape, hasNext, increment, reset, setAgentIterator, setAgentSelector, setRuleSelector |
Methods inherited from class org.ascape.model.engine.ExecutionStrategy |
---|
chain, isSupportsParallel |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ParallelExecutionStrategy(StrategyFactory factory)
factory
- the factoryMethod Detail |
---|
public void execute()
ExecutionStrategy
execute
in class IncrementalExecutionStrategy
public final void executeParallel()
public boolean hasNextParallel()
public void incrementParallel()
public void nextParallelSequence()
|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |