|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.nav.fleet.graph.properties.AbstractProperty
com.kuka.nav.fleet.graph.properties.NodeTransitOrientations
public class NodeTransitOrientations
The NodeTransitOrientations property defines the allowed orientations, a node may be passed within a path.
| Constructor Summary | |
|---|---|
NodeTransitOrientations()
|
|
| Method Summary | |
|---|---|
List<Double> |
getTransitOrientations()
Gets the transit orientations as a list of values (in radians). |
String |
getTransitOrientationsStr()
Gets the transit orientations as a string of comma separated values. |
String |
getValueToDisplay()
Returns the value(s) in a way to show it in a UI. |
void |
setTransitOrientationsStr(List<Double> orientations)
Sets the transit orientations by a list of values. |
void |
setTransitOrientationsStr(String orientations)
Sets the transit orientations by a string of comma separated values. |
String |
toString()
|
| Methods inherited from class com.kuka.nav.fleet.graph.properties.AbstractProperty |
|---|
equals, fireChanged, getAllowedTypes, getId, hashCode, setId, tryGetParamFromString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NodeTransitOrientations()
| Method Detail |
|---|
public String getTransitOrientationsStr()
public List<Double> getTransitOrientations()
public void setTransitOrientationsStr(String orientations)
orientations - the new transit orientations (in degrees)public void setTransitOrientationsStr(List<Double> orientations)
orientations - the new transit orientations (in radians)public String toString()
toString in class Objectpublic String getValueToDisplay()
Property
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||