Interface BpmnEdge
-
- All Superinterfaces:
Copyable<BpmnEdge>,Edge<BpmnGraphNode>
- All Known Implementing Classes:
BpmnEdgeImpl
public interface BpmnEdge extends Copyable<BpmnEdge>, Edge<BpmnGraphNode>
An Edge in a BPMN diagram
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RolegetRole()The Role for the Edge.-
Methods inherited from interface org.uberfire.ext.wires.bpmn.beliefs.graph.Edge
getInGraphNode, getOutGraphNode
-
-
-
-
Method Detail
-
getRole
Role getRole()
The Role for the Edge.- Returns:
-
-