| Package | Description |
|---|---|
| org.processmining.models.graphbased.directed.bpmn.elements |
| Modifier and Type | Method and Description |
|---|---|
IGraphElementDecoration |
Activity.getDecorator() |
IGraphElementDecoration |
Association.getDecorator() |
IGraphElementDecoration |
CallActivity.getDecorator() |
IGraphElementDecoration |
DataAssociation.getDecorator() |
IGraphElementDecoration |
Event.getDecorator() |
IGraphElementDecoration |
Flow.getDecorator() |
IGraphElementDecoration |
Gateway.getDecorator() |
IGraphElementDecoration |
MessageFlow.getDecorator() |
| Modifier and Type | Method and Description |
|---|---|
void |
Activity.setDecorator(IGraphElementDecoration decorator) |
void |
Association.setDecorator(IGraphElementDecoration decorator) |
void |
CallActivity.setDecorator(IGraphElementDecoration decorator) |
void |
DataAssociation.setDecorator(IGraphElementDecoration decorator) |
void |
Event.setDecorator(IGraphElementDecoration decorator) |
void |
Flow.setDecorator(IGraphElementDecoration decorator) |
void |
Gateway.setDecorator(IGraphElementDecoration decorator) |
void |
MessageFlow.setDecorator(IGraphElementDecoration decorator) |