Class BpmnEdgeImpl
- java.lang.Object
-
- org.uberfire.ext.wires.bpmn.beliefs.graph.impl.EdgeImpl<BpmnGraphNode>
-
- org.uberfire.ext.wires.bpmn.api.model.impl.edges.BpmnEdgeImpl
-
- All Implemented Interfaces:
BpmnEdge,Copyable<BpmnEdge>,Edge<BpmnGraphNode>
@Portable public class BpmnEdgeImpl extends EdgeImpl<BpmnGraphNode> implements BpmnEdge
A BPMN Edge
-
-
Constructor Summary
Constructors Constructor Description BpmnEdgeImpl(Role role)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BpmnEdgecopy()RolegetRole()The Role for the Edge.StringtoString()-
Methods inherited from class org.uberfire.ext.wires.bpmn.beliefs.graph.impl.EdgeImpl
getInGraphNode, getOutGraphNode
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.uberfire.ext.wires.bpmn.beliefs.graph.Edge
getInGraphNode, getOutGraphNode
-
-