| Package | Description |
|---|---|
| org.uberfire.ext.wires.bpmn.api.model.impl.nodes |
| Modifier and Type | Class and Description |
|---|---|
class |
EndProcessNode
A BPMN "End Node"
|
class |
ProcessNode
A BPMN "Process"
|
class |
StartProcessNode
A BPMN "Start Node"
|
| Modifier and Type | Method and Description |
|---|---|
BpmnGraphNode |
ProcessNode.addNode(BpmnGraphNode node) |
BpmnGraphNode |
ProcessNode.getNode(int id) |
BpmnGraphNode |
ProcessNode.removeNode(int id) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<BpmnGraphNode> |
ProcessNode.iterator() |
| Modifier and Type | Method and Description |
|---|---|
BpmnGraphNode |
ProcessNode.addNode(BpmnGraphNode node) |
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.