Uses of Interface
org.uberfire.ext.wires.bpmn.api.model.BpmnGraphNode
-
Packages that use BpmnGraphNode Package Description org.uberfire.ext.wires.bpmn.api.model.impl.nodes -
-
Uses of BpmnGraphNode in org.uberfire.ext.wires.bpmn.api.model.impl.nodes
Classes in org.uberfire.ext.wires.bpmn.api.model.impl.nodes that implement BpmnGraphNode Modifier and Type Class Description classEndProcessNodeA BPMN "End Node"classProcessNodeA BPMN "Process"classStartProcessNodeA BPMN "Start Node"Methods in org.uberfire.ext.wires.bpmn.api.model.impl.nodes that return BpmnGraphNode Modifier and Type Method Description BpmnGraphNodeProcessNode. addNode(BpmnGraphNode node)BpmnGraphNodeProcessNode. getNode(int id)BpmnGraphNodeProcessNode. removeNode(int id)Methods in org.uberfire.ext.wires.bpmn.api.model.impl.nodes that return types with arguments of type BpmnGraphNode Modifier and Type Method Description Iterator<BpmnGraphNode>ProcessNode. iterator()Methods in org.uberfire.ext.wires.bpmn.api.model.impl.nodes with parameters of type BpmnGraphNode Modifier and Type Method Description BpmnGraphNodeProcessNode. addNode(BpmnGraphNode node)
-