Package | Description |
---|---|
org.processmining.mixedparadigm.models.mixedparadigm | |
org.processmining.mixedparadigm.models.mixedparadigm.constraints |
Modifier and Type | Method and Description |
---|---|
ActivationMode |
DeclarativeArc.getActivationMode() |
Modifier and Type | Method and Description |
---|---|
ActivationMode |
ConstraintType.getActivationMode() |
ActivationMode |
ConstraintType.Unary.getActivationMode() |
ActivationMode |
ConstraintType.Binary.getActivationMode() |
ActivationMode |
ConstraintType.Branched.getActivationMode() |
static ActivationMode |
ActivationMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ActivationMode[] |
ActivationMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Binary(ActivationMode mode) |
Branched(ActivationMode mode) |