|
||||||||||
| 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.AbstractNodeMaxMotionAbsProperty
public abstract class AbstractNodeMaxMotionAbsProperty
Super class for NodeMaxAccelerationAbs, NodeMaxDecelerationAbs and NodeMaxVelocityAbs with parameter rotation.
| Constructor Summary | |
|---|---|
AbstractNodeMaxMotionAbsProperty()
Constructs a new max abs acceleration / deceleration or velocity property with default values. |
|
AbstractNodeMaxMotionAbsProperty(Double rotation)
Creates a new max abs acceleration / deceleration or velocity property with given values. |
|
| Method Summary | |
|---|---|
Double |
getRotation()
Returns the rotational acceleration / deceleration or velocity in radians/s² (/s). |
Double |
getRotationDeg()
Returns the maximum rotational acceleration / deceleration or velocity in degrees/s² (/s) or null. |
String |
getValueToDisplay()
Returns the value(s) in a way to show it in a UI. |
void |
setRotation(Double rotation)
Sets the rotational acceleration / deceleration or velocity in radians/s² (/s). |
void |
setRotationDeg(Double rotation)
Sets the maximum rotational acceleration / deceleration or velocity value in degrees. |
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 AbstractNodeMaxMotionAbsProperty(Double rotation)
rotation - rotation acceleration / deceleration or velocity in rad/s² (/s)public AbstractNodeMaxMotionAbsProperty()
| Method Detail |
|---|
public Double getRotationDeg()
public void setRotationDeg(Double rotation)
rotation - the rotation value in degrees/s² (/s) to be setpublic Double getRotation()
public void setRotation(Double rotation)
rotation - the rotation to setpublic String getValueToDisplay()
Property
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||