public interface StructuredDataEdge
| Modifier and Type | Method and Description |
|---|---|
int |
getConnectorID()
Returns the ID of the connector.
|
DataEdge |
getDataEdge()
Returns the data edge object the structured data edge belongs to.
|
ActivityConstants.AccessType |
getDataEdgeType()
Returns the type of the data edge the structured data edge belongs to.
|
int |
getDataElementID()
Returns the ID of the data element the structured data edge is connected to.
|
int |
getNodeID()
Returns the ID of the node the structured data edge is connected to.
|
DataEdge getDataEdge()
int getNodeID()
int getConnectorID()
int getDataElementID()
ActivityConstants.AccessType getDataEdgeType()