|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use State | |
|---|---|
| com.neatech.climbplan.activityplanner | |
| Uses of State in com.neatech.climbplan.activityplanner |
|---|
| Fields in com.neatech.climbplan.activityplanner declared as State | |
|---|---|
private State |
Node.state
the state in the state space to which the node corresponds |
| Methods in com.neatech.climbplan.activityplanner that return State | |
|---|---|
State |
Node.getState()
|
| Methods in com.neatech.climbplan.activityplanner that return types with arguments of type State | |
|---|---|
Dictionary<Integer,State> |
State.getSuccessors()
|
| Methods in com.neatech.climbplan.activityplanner with parameters of type State | |
|---|---|
double |
State.calculate3DEuclideanDist(State other)
|
double |
State.getCost(State other)
|
| Constructors in com.neatech.climbplan.activityplanner with parameters of type State | |
|---|---|
Node(State state,
Node parentNode,
int action,
double pathCost,
int depth)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||