|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.browsecode.helpers.aisearch.SolutionStub<N>
public abstract class SolutionStub<N>
Constructor Summary | |
---|---|
SolutionStub(N currentNode)
|
|
SolutionStub(N currentNode,
SolutionStub<N> parent)
|
Method Summary | |
---|---|
N |
getCurrentNode()
|
SolutionStub<N> |
getParent()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.browsecode.helpers.aisearch.Solution |
---|
isValid, pushSolutionsForChildren |
Constructor Detail |
---|
public SolutionStub(N currentNode, SolutionStub<N> parent)
public SolutionStub(N currentNode)
Method Detail |
---|
public N getCurrentNode()
public SolutionStub<N> getParent()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |