|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.nav.fleet.PlanStep
public final class PlanStep
Represents a step in a plan of a single robot. A plan step holds the TopologyNode to be visited in this plan
step and the orientation the robot should attain in this step at the node.
| Constructor Summary | |
|---|---|
PlanStep(TopologyNode node,
double orientation)
Creates a new plan step with the given topology node and orientation. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
TopologyNode |
getNode()
Gets the TopologyNode to be visited in this plan step. |
double |
getOrientation()
Gets the orientation that should be attained at the TopologyNode to be visited in this plan step. |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PlanStep(TopologyNode node,
double orientation)
node - the TopologyNode to be visited in this plan steporientation - the orientation with which the node should be visited (in [rad])| Method Detail |
|---|
public TopologyNode getNode()
TopologyNode to be visited in this plan step.
public double getOrientation()
TopologyNode to be visited in this plan step.
public String toString()
toString in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||