ix.iplan
Class SlipFindExecutable.SatisfyByAchieveAlt

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

 class SlipFindExecutable.SatisfyByAchieveAlt
extends Alternative


Field Summary
(package private)  ix.icore.domain.ListOfConstraint conds
           
(package private)  PNode node
           
 
Fields inherited from class ix.iplan.Alternative
context, cost, isLocalChoice
 
Constructor Summary
SlipFindExecutable.SatisfyByAchieveAlt(PNode node, ix.icore.domain.ListOfConstraint conds)
           
 
Method Summary
 void run()
           
 
Methods inherited from class ix.iplan.Alternative
calcCost, extraToStringContents, 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

conds

ix.icore.domain.ListOfConstraint conds
Constructor Detail

SlipFindExecutable.SatisfyByAchieveAlt

SlipFindExecutable.SatisfyByAchieveAlt(PNode node,
                                       ix.icore.domain.ListOfConstraint conds)
Method Detail

run

public void run()