public class FixCompleteSolutionNeighbourSelection.FixCompleteSolutionNeighbourContext extends Object implements AssignmentContext, Enumeration<Lecture>
Constructor and Description |
---|
FixCompleteSolutionNeighbourContext(Assignment<Lecture,Placement> assignment) |
Modifier and Type | Method and Description |
---|---|
int |
getPhase() |
boolean |
hasMoreElements() |
void |
incPhase(Solution<Lecture,Placement> solution) |
Lecture |
nextElement() |
public FixCompleteSolutionNeighbourContext(Assignment<Lecture,Placement> assignment)
public int getPhase()
public boolean hasMoreElements()
hasMoreElements
in interface Enumeration<Lecture>
public Lecture nextElement()
nextElement
in interface Enumeration<Lecture>