Uses of Interface
org.uberfire.ext.wires.bpmn.beliefs.graph.Graph
-
Packages that use Graph Package Description org.uberfire.ext.wires.bpmn.api.model org.uberfire.ext.wires.bpmn.api.model.impl.nodes org.uberfire.ext.wires.bpmn.beliefs.graph.impl -
-
Uses of Graph in org.uberfire.ext.wires.bpmn.api.model
Subinterfaces of Graph in org.uberfire.ext.wires.bpmn.api.model Modifier and Type Interface Description interfaceBpmnGraphA Graph in a BPMN diagram -
Uses of Graph in org.uberfire.ext.wires.bpmn.api.model.impl.nodes
Classes in org.uberfire.ext.wires.bpmn.api.model.impl.nodes that implement Graph Modifier and Type Class Description classProcessNodeA BPMN "Process" -
Uses of Graph in org.uberfire.ext.wires.bpmn.beliefs.graph.impl
Classes in org.uberfire.ext.wires.bpmn.beliefs.graph.impl that implement Graph Modifier and Type Class Description classGraphImpl<C,T extends GraphNode>
-