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