| Modifier and Type | Class and Description |
|---|---|
static class |
BpmnEdge.Docked |
static class |
BpmnEdge.Simple |
| Modifier and Type | Method and Description |
|---|---|
Result<BpmnEdge> |
EdgeConverterManager.convertEdge(BaseElement baseElement,
Map<String,BpmnNode> nodes) |
Result<BpmnEdge> |
EdgeConverter.convertEdge(T element,
Map<String,BpmnNode> nodes) |
List<BpmnEdge> |
BpmnNode.getEdges() |
default Result<BpmnEdge> |
EdgeConverter.result(Map<String,BpmnNode> nodes,
Edge<? extends View<?>,Node> edge,
EdgePropertyReader p,
String errorMessage,
String messageKey) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
BpmnNode.addEdge(BpmnEdge bpmnEdge) |
| Modifier and Type | Method and Description |
|---|---|
void |
BpmnNode.addAllEdges(Collection<BpmnEdge> bpmnEdges) |
| Modifier and Type | Method and Description |
|---|---|
Result<BpmnEdge> |
AssociationConverter.convertEdge(Association association,
Map<String,BpmnNode> nodes) |
| Modifier and Type | Method and Description |
|---|---|
Result<BpmnEdge> |
BoundaryEventConverter.convertEdge(BoundaryEvent event,
Map<String,BpmnNode> nodes) |
| Modifier and Type | Method and Description |
|---|---|
Result<BpmnEdge> |
SequenceFlowConverter.convertEdge(SequenceFlow seq,
Map<String,BpmnNode> nodes) |
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.