ix.iplan
Class SlipFindExecutable.ExpandLaterAlt

java.lang.Object
  extended by ix.iplan.Alternative
      extended by ix.iplan.SlipFindExecutable.ExpandLaterAlt
All Implemented Interfaces:
Slip.Step, java.lang.Runnable
Enclosing class:
SlipFindExecutable

 class SlipFindExecutable.ExpandLaterAlt
extends Alternative


Field Summary
(package private)  PNode node
           
(package private)  java.util.LinkedList useLater
           
 
Fields inherited from class ix.iplan.Alternative
context, cost, isLocalChoice
 
Constructor Summary
SlipFindExecutable.ExpandLaterAlt(PNode node, java.util.LinkedList useLater)
           
 
Method Summary
protected  java.lang.String extraToStringContents()
           
 void run()
           
 
Methods inherited from class ix.iplan.Alternative
calcCost, getContext, getCost, isLocalChoice, setCost, setIsLocalChoice, toString, whenPicked
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

node

PNode node

useLater

java.util.LinkedList useLater
Constructor Detail

SlipFindExecutable.ExpandLaterAlt

SlipFindExecutable.ExpandLaterAlt(PNode node,
                                  java.util.LinkedList useLater)
Method Detail

run

public void run()

extraToStringContents

protected java.lang.String extraToStringContents()
Overrides:
extraToStringContents in class Alternative