Uses of Interface
org.uberfire.ext.wires.bpmn.beliefs.graph.Edge
-
-
Uses of Edge in org.uberfire.ext.wires.bpmn.api.model
Subinterfaces of Edge in org.uberfire.ext.wires.bpmn.api.model Modifier and Type Interface Description interfaceBpmnEdgeAn Edge in a BPMN diagram -
Uses of Edge in org.uberfire.ext.wires.bpmn.api.model.impl.edges
Classes in org.uberfire.ext.wires.bpmn.api.model.impl.edges that implement Edge Modifier and Type Class Description classBpmnEdgeImplA BPMN Edge -
Uses of Edge in org.uberfire.ext.wires.bpmn.beliefs.graph
Classes in org.uberfire.ext.wires.bpmn.beliefs.graph with type parameters of type Edge Modifier and Type Interface Description interfaceGraphNode<C,T extends Edge> -
Uses of Edge in org.uberfire.ext.wires.bpmn.beliefs.graph.impl
Classes in org.uberfire.ext.wires.bpmn.beliefs.graph.impl with type parameters of type Edge Modifier and Type Class Description classGraphNodeImpl<C,T extends Edge>Classes in org.uberfire.ext.wires.bpmn.beliefs.graph.impl that implement Edge Modifier and Type Class Description classEdgeImpl<T extends GraphNode>
-