|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectix.iplan.Alternative
public abstract class Alternative
Alternative -- a backtrack point.
Field Summary | |
---|---|
protected Context |
context
|
protected double |
cost
|
Constructor Summary | |
---|---|
Alternative()
|
Method Summary | |
---|---|
protected double |
calcCost(Slip slip)
|
Context |
getContext()
|
double |
getCost()
|
void |
setCost(Slip slip)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.lang.Runnable |
---|
run |
Field Detail |
---|
protected Context context
protected double cost
Constructor Detail |
---|
public Alternative()
Method Detail |
---|
public Context getContext()
public double getCost()
public void setCost(Slip slip)
protected double calcCost(Slip slip)
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |