ix.iplan
Class SlipFindExecutable.Resume

java.lang.Object
  extended by ix.iplan.Alternative
      extended by ix.iplan.SlipFindExecutable.Resume
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
SlipFindExecutable

 class SlipFindExecutable.Resume
extends Alternative


Field Summary
(package private)  LList allNodeEnds
           
(package private)  LListIterator nodeEndIter
           
 
Fields inherited from class ix.iplan.Alternative
context, cost
 
Constructor Summary
SlipFindExecutable.Resume(LList allNodeEnds, LListIterator nodeEndIter)
           
 
Method Summary
 void run()
           
 
Methods inherited from class ix.iplan.Alternative
calcCost, getContext, getCost, setCost, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

allNodeEnds

LList allNodeEnds

nodeEndIter

LListIterator nodeEndIter
Constructor Detail

SlipFindExecutable.Resume

SlipFindExecutable.Resume(LList allNodeEnds,
                          LListIterator nodeEndIter)
Method Detail

run

public void run()