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