| Package | Description |
|---|---|
| com.qbpsimulator.engine.model | |
| com.qbpsimulator.engine.parser | |
| com.qbpsimulator.engine.parser.bpmn |
| Modifier and Type | Method and Description |
|---|---|
EventAction |
Activity.getEventAction()
Returns event action/trigger
|
static EventAction |
EventAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventAction[] |
EventAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Activity.setEventAction(EventAction eventAction) |
| Modifier and Type | Method and Description |
|---|---|
EventAction |
IProcessModelParser.getEventAction(Integer vertex)
Returns action/trigger for event
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<Integer,EventAction> |
BPMN2Parser.eventActionMap
Vertice index to event action map
|
| Modifier and Type | Method and Description |
|---|---|
EventAction |
BPMN2Parser.getEventAction(Integer vertex) |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.