Uses of Interface
org.uberfire.ext.wires.bpmn.beliefs.graph.GraphNode
-
-
Uses of GraphNode in org.uberfire.ext.wires.bpmn.api.model
Subinterfaces of GraphNode in org.uberfire.ext.wires.bpmn.api.model Modifier and Type Interface Description interfaceBpmnGraphNodeA GraphNode in a BPMN diagram -
Uses of GraphNode in org.uberfire.ext.wires.bpmn.api.model.impl.nodes
Classes in org.uberfire.ext.wires.bpmn.api.model.impl.nodes that implement GraphNode Modifier and Type Class Description classEndProcessNodeA BPMN "End Node"classProcessNodeA BPMN "Process"classStartProcessNodeA BPMN "Start Node" -
Uses of GraphNode in org.uberfire.ext.wires.bpmn.beliefs.graph
Classes in org.uberfire.ext.wires.bpmn.beliefs.graph with type parameters of type GraphNode Modifier and Type Interface Description interfaceEdge<T extends GraphNode>interfaceGraph<C,T extends GraphNode> -
Uses of GraphNode in org.uberfire.ext.wires.bpmn.beliefs.graph.impl
Classes in org.uberfire.ext.wires.bpmn.beliefs.graph.impl with type parameters of type GraphNode Modifier and Type Class Description classEdgeImpl<T extends GraphNode>classGraphImpl<C,T extends GraphNode>interfaceGraphStore<T extends GraphNode>classListGraphStore<T extends GraphNode>classMapGraphStore<T extends GraphNode>Classes in org.uberfire.ext.wires.bpmn.beliefs.graph.impl that implement GraphNode Modifier and Type Class Description classGraphNodeImpl<C,T extends Edge>
-