Interface IFlowGraphEdgeData
- All Superinterfaces:
Serializable
Data associated with an edge of a flow graph, see
ITaskFlowAnalysis#getFlowGraph and INodeHandler#createFlowGraph.- Since:
- 8.0.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptionlonggetType()The type of this edge, i.e. the circumstances when flow is transferred from the source to the target node.
-
Method Details
-
getType
long getType()The type of this edge, i.e. the circumstances when flow is transferred from the source to the target node. SeeFlowGraphConnectionTypefor a list of types and their exact definition. The value returned by this method may be a bitwise-or combination of multiple flags fromFlowGraphConnectionType.- Returns:
- Bit flags with the type of this edge.
- See Also:
-