|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.graph.impl.DefaultEdge<TopologyNode>
com.kuka.nav.fleet.graph.TopologyEdge
public class TopologyEdge
The topology graph edge implementation.
| Constructor Summary | |
|---|---|
TopologyEdge(TopologyNode source,
TopologyNode target)
Instantiates a new topology edge edge from source node to target node. |
|
| Method Summary | |
|---|---|
String |
getCustomUserData()
Returns the CustomUserData value as a String if exist. |
PropertyHolder |
getProperties()
Gets the properties of the topology graph edge. |
com.kuka.nav.provider.util.ObjectMap<String> |
getTags()
Gets the tags of the toplogy graph edge. |
protected void |
resetOwner()
Removes the current owner. |
protected void |
setOwner(TopologyGraph graph)
Sets the graph containing this edge. |
| Methods inherited from class com.kuka.graph.impl.DefaultEdge |
|---|
getSource, getTarget, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TopologyEdge(TopologyNode source,
TopologyNode target)
source - the source nodetarget - the target node| Method Detail |
|---|
public PropertyHolder getProperties()
public com.kuka.nav.provider.util.ObjectMap<String> getTags()
public String getCustomUserData()
protected void setOwner(TopologyGraph graph)
graph - the graph containing this edgeprotected void resetOwner()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||