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