|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ascape.model.engine.TourAgentSelector
org.ascape.model.engine.PartialTourAgentSelector
public class PartialTourAgentSelector
The Class PartialTourAgentSelector.
Constructor Summary | |
---|---|
PartialTourAgentSelector(IncrementalExecutionStrategy strategy,
int iterationCount)
Instantiates a new partial tour agent selector. |
Method Summary | |
---|---|
boolean |
hasMoreAgents()
Checks for more agents. |
Agent |
nextAgent()
Next agent. |
void |
reset()
Reset. |
Methods inherited from class org.ascape.model.engine.TourAgentSelector |
---|
clone, getStrategy, setStrategy |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PartialTourAgentSelector(IncrementalExecutionStrategy strategy, int iterationCount)
strategy
- the strategyiterationCount
- the iteration countMethod Detail |
---|
public Agent nextAgent()
AgentSelector
nextAgent
in interface AgentSelector
nextAgent
in class TourAgentSelector
public boolean hasMoreAgents()
AgentSelector
hasMoreAgents
in interface AgentSelector
hasMoreAgents
in class TourAgentSelector
public void reset()
Selector
reset
in interface Selector
reset
in class TourAgentSelector
|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |