|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBacktrackingInfo
Method Summary | |
---|---|
void |
backtrack(IState state)
|
IBacktrackingInfo |
clone(Map<Object,Object> cloneMap)
|
Node |
getNode()
The point from which re-searching should start, if this reverse delta corresponds to a choice point. |
ISchedulingStrategyInfo |
getSchedulingStrategyInfo()
|
int |
getStateId()
Fingerprint of state most recently stored in current DFS descent |
int |
getThreadId()
The descriptor of the thread which took the forward version of this action. |
Methods inherited from interface edu.ksu.cis.projects.bogor.util.Disposable |
---|
dispose |
Method Detail |
---|
Node getNode()
ISchedulingStrategyInfo getSchedulingStrategyInfo()
int getStateId()
int getThreadId()
void backtrack(IState state)
IBacktrackingInfo clone(Map<Object,Object> cloneMap)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |