- All Implemented Interfaces:
State
Idle State (Waiting for start to Genetic Algorithm) implements State
-
Constructor Summary
Constructors
-
Method Summary
void
idle state to Complete state,
run genetic algorithm
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Idle
constructor
- Parameters:
geneticAlgorithm
- the instance of GeneticAlgorithm for calling set and get state methods
-
Method Details
-
nextStep
public void nextStep()
idle state to Complete state,
run genetic algorithm
- Specified by:
nextStep
in interface State