| Package | Description |
|---|---|
| org.processmininguc.balsa.models.impl.smadu | |
| org.processmininguc.balsa.models.structures | |
| org.processmininguc.parser |
| Modifier and Type | Method and Description |
|---|---|
void |
ActivityDiagramImpl.createChangeAddToList(java.lang.String contextArtifact,
java.lang.String targetArtifact,
OpType op,
int number,
stateMachine.Transition.EventDepCondType evDepCond) |
| Modifier and Type | Method and Description |
|---|---|
OpType |
SimpleADChange.getOperationType() |
static OpType |
OpType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OpType[] |
OpType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SimpleADChange(java.lang.String context,
java.lang.String targetArtifact,
OpType op,
int number,
stateMachine.Transition.EventDepCondType evDepCond) |
| Modifier and Type | Method and Description |
|---|---|
OpType |
ParsedAnnotation.getOpType() |
| Constructor and Description |
|---|
ParsedAnnotation(java.lang.String context,
java.lang.String targetArtifact,
OpType opType,
stateMachine.Transition.EventDepCondType evDepCond,
int number,
RestrictionType resType) |