com.kuka.nav.fleet.graph.properties
Class NodeMaxVelocityAbs

java.lang.Object
  extended by com.kuka.nav.fleet.graph.properties.AbstractProperty
      extended by com.kuka.nav.fleet.graph.properties.AbstractNodeMaxMotionAbsProperty
          extended by com.kuka.nav.fleet.graph.properties.NodeMaxVelocityAbs
All Implemented Interfaces:
Property, Serializable

public class NodeMaxVelocityAbs
extends AbstractNodeMaxMotionAbsProperty

Property limiting the maximum absolute velocity along a graph edge.

See Also:
Serialized Form

Constructor Summary
NodeMaxVelocityAbs()
          Constructs a new max absolute velocity property with default values.
NodeMaxVelocityAbs(Double rotation)
          Creates a new max absolute velocity property with given values.
 
Method Summary
 String toString()
           
 
Methods inherited from class com.kuka.nav.fleet.graph.properties.AbstractNodeMaxMotionAbsProperty
getRotation, getRotationDeg, getValueToDisplay, setRotation, setRotationDeg
 
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

NodeMaxVelocityAbs

public NodeMaxVelocityAbs(Double rotation)
Creates a new max absolute velocity property with given values.

Parameters:
rotation - rotation velocity rad/s

NodeMaxVelocityAbs

public NodeMaxVelocityAbs()
Constructs a new max absolute velocity property with default values.

Method Detail

toString

public String toString()
Overrides:
toString in class AbstractNodeMaxMotionAbsProperty


Copyright © 2019. All rights reserved.