Package | Description |
---|---|
org.processmining.onlineconformance.models | |
org.processmining.onlineconformance.models.impl |
Modifier and Type | Method and Description |
---|---|
Move.Type |
Move.getType() |
Move.Type |
Move.NaiveImpl.getType()
returns the type of this move.
|
static <L,T> Move.Type |
Move.Util.getType(L label,
T transition) |
static Move.Type |
Move.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Move.Type[] |
Move.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Move.Type |
MoveImpl.getType()
returns the type of this move.
|