Package | Description |
---|---|
org.processmining.miminer.models |
Modifier and Type | Field and Description |
---|---|
java.util.Map<java.lang.Integer,StateEntry.RelationType> |
StateEntry.relatedInstances |
Modifier and Type | Method and Description |
---|---|
static StateEntry.RelationType |
StateEntry.RelationType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StateEntry.RelationType[] |
StateEntry.RelationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
StateEntry(java.lang.Integer artifactInstance,
org.deckfour.xes.model.XEvent event,
java.util.Map<java.lang.Integer,StateEntry.RelationType> relatedInstances) |