|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fr.jussieu.gla.wasa.core.ProblemItem | +--fr.jussieu.gla.wasa.core.Explorer | +--fr.jussieu.gla.wasa.core.junit.DeterministicIntegerExplorer
An Explorer setting a Var's value to a known int value.
Constructor Summary | |
DeterministicIntegerExplorer(Problem problem,
int[][] intValues)
|
Method Summary | |
protected void |
doReset()
Override this method to initialize your private stuff when the exploration starts around a given Configuration. |
protected boolean |
explore(int explorationIndex)
Override this method to change Buisness Objects values according to your private explorers. |
protected boolean |
hasNeighbours(int explorationIndex)
Override this method to indicate if explorer should be applied. |
Methods inherited from class fr.jussieu.gla.wasa.core.Explorer |
getVar |
Methods inherited from class fr.jussieu.gla.wasa.core.ProblemItem |
getName, getProblem, setName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DeterministicIntegerExplorer(Problem problem, int[][] intValues)
Method Detail |
protected void doReset()
Explorer
doReset
in class Explorer
protected boolean hasNeighbours(int explorationIndex)
Explorer
hasNeighbours
in class Explorer
fr.jussieu.gla.wasa.core.Explorer
true
- if explorer should be applied, false
otherwise.protected boolean explore(int explorationIndex)
Explorer
Apply the Explorer to the Buisness Objects : change some values to optimize a given criterion.
explore
in class Explorer
fr.jussieu.gla.wasa.core.Explorer
explorationIndex
- The number of times this method was called to
explore around for a given Configuration.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |