ix.iplan
Class SlipFindExecutable.ExpandGoalAlt

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

 class SlipFindExecutable.ExpandGoalAlt
extends Alternative


Field Summary
(package private)  PNode node
           
(package private)  java.util.LinkedList useNow
           
 
Fields inherited from class ix.iplan.Alternative
context, cost, isLocalChoice
 
Constructor Summary
SlipFindExecutable.ExpandGoalAlt(PNode node, java.util.LinkedList useNow)
           
 
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

useNow

java.util.LinkedList useNow
Constructor Detail

SlipFindExecutable.ExpandGoalAlt

SlipFindExecutable.ExpandGoalAlt(PNode node,
                                 java.util.LinkedList useNow)
Method Detail

run

public void run()

extraToStringContents

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