|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object data.Goal
public class Goal
Field Summary | |
---|---|
(package private) double |
cost
|
(package private) boolean |
isObsolete
|
(package private) Position |
position
|
Constructor Summary | |
---|---|
Goal()
|
|
Goal(Position newPosition)
|
Method Summary | |
---|---|
double |
getCost()
|
boolean |
getIsObsolete()
|
Position |
getPosition()
|
void |
setCost(double cost)
|
void |
setIsObsolete()
|
void |
setPosition(Position newPosition)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
boolean isObsolete
Position position
double cost
Constructor Detail |
---|
public Goal()
public Goal(Position newPosition)
Method Detail |
---|
public void setPosition(Position newPosition)
public Position getPosition()
public void setIsObsolete()
public boolean getIsObsolete()
public double getCost()
public void setCost(double cost)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |