|
||||||||||
| 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.NodeAction
public class NodeAction
Represents the action executed on a node.
| Constructor Summary | |
|---|---|
NodeAction()
Creates a new node action property. |
|
NodeAction(String id)
Creates a new node action property with given action ID. |
|
NodeAction(String id,
String restrictedAreaShape)
Creates a new node action property with given action ID and serialized restricted area shape. |
|
| Method Summary | |
|---|---|
String |
getActionID()
|
String |
getRestrictedAreaShape()
Gets the restricted area shape of this action, as serialized string. |
String |
getValueToDisplay()
Returns the value(s) in a way to show it in a UI. |
void |
setActionID(String id)
Sets the ID of the node action. |
void |
setRestrictedAreaShape(String restrictedAreaShape)
Sets the restricted area shape of this action, as serialized string. |
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 NodeAction()
public NodeAction(String id)
id - the action id
public NodeAction(String id,
String restrictedAreaShape)
id - the action idrestrictedAreaShape - The restricted area shape (string) of the node action.| Method Detail |
|---|
public String getActionID()
public void setActionID(String id)
id - action IDpublic String getRestrictedAreaShape()
public void setRestrictedAreaShape(String restrictedAreaShape)
restrictedAreaShape - The restricted area shape (string) of the node action.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 | |||||||||