Class DSBNode
java.lang.Object
com.ptc.windchill.enterprise.dsb.server.graph.DSBNode
This class holds information about DSBNode. It contains set of Child DSBEdges, set of parent DSBEdges along with
information and summary about node.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionReturns Set of Child DSBEdges
Supported API: truecom.ptc.windchill.enterprise.dsb.server.graph.DSBNodeInfoReturns DSBNodeInfo
Supported API: trueReturns Set of Parent DSBEdges
Supported API: true
-
Method Details
-
getChildEdges
Returns Set of Child DSBEdges
Supported API: true- Returns:
- Set
-
getParentEdges
Returns Set of Parent DSBEdges
Supported API: true- Returns:
- Set
-
getNodeInfo
public com.ptc.windchill.enterprise.dsb.server.graph.DSBNodeInfo getNodeInfo()Returns DSBNodeInfo
Supported API: true- Returns:
- DSBNodeInfo
-