| Modifier and Type | Method and Description |
|---|---|
Association |
BPMNDiagram.addAssociation(BPMNNode source,
BPMNNode target,
BpmnAssociation.AssociationDirection direction) |
Association |
BPMNDiagramImpl.addAssociation(BPMNNode source,
BPMNNode target,
BpmnAssociation.AssociationDirection direction) |
| Modifier and Type | Method and Description |
|---|---|
BpmnAssociation.AssociationDirection |
Association.getDirection() |
| Modifier and Type | Method and Description |
|---|---|
void |
Association.setDirection(BpmnAssociation.AssociationDirection direction) |
| Constructor and Description |
|---|
Association(BPMNNode source,
BPMNNode target,
BpmnAssociation.AssociationDirection direction) |
| Modifier and Type | Method and Description |
|---|---|
static BpmnAssociation.AssociationDirection |
BpmnAssociation.AssociationDirection.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BpmnAssociation.AssociationDirection[] |
BpmnAssociation.AssociationDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BpmnAssociation.setDirection(BpmnAssociation.AssociationDirection direction) |