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