org.browsecode.helpers.aisearch
Class SolutionStub<N>

java.lang.Object
  extended by org.browsecode.helpers.aisearch.SolutionStub<N>
All Implemented Interfaces:
Solution<N>

public abstract class SolutionStub<N>
extends java.lang.Object
implements Solution<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

SolutionStub

public SolutionStub(N currentNode,
                    SolutionStub<N> parent)

SolutionStub

public SolutionStub(N currentNode)
Method Detail

getCurrentNode

public N getCurrentNode()

getParent

public SolutionStub<N> getParent()