|
||||||||||
| 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.MaxDeceleration
public class MaxDeceleration
Property describing the max allowed deceleration on an edge.
| Constructor Summary | |
|---|---|
MaxDeceleration()
Constructs a new max deceleration property with value 1.0. |
|
MaxDeceleration(double maxDec)
Creates a new property. |
|
| Method Summary | |
|---|---|
Double |
getMaxDeceleration()
|
String |
getValueToDisplay()
Returns the value(s) in a way to show it in a UI. |
static MaxDeceleration |
parse(String value)
Parses the max decelerations from the given string. |
void |
setMaxDeceleration(Double value)
|
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 MaxDeceleration(double maxDec)
maxDec - the max x decelerationpublic MaxDeceleration()
| Method Detail |
|---|
public Double getMaxDeceleration()
public void setMaxDeceleration(Double value)
value - the new value for max decelerationpublic String toString()
toString in class Objectpublic static MaxDeceleration parse(String value)
value - The string representing max decelerations.
public String getValueToDisplay()
Property
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||