Package | Description |
---|---|
org.processmining.plugins.plg.logic.models |
Modifier and Type | Method and Description |
---|---|
static Process.COUNTER_TYPES |
Process.COUNTER_TYPES.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Process.COUNTER_TYPES[] |
Process.COUNTER_TYPES.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.HashMap<Process.COUNTER_TYPES,java.lang.Integer> |
Process.getPatternsCounter()
This method returns the number of instances per activity pattern
|
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
Process.getPatternsCounter(Process.COUNTER_TYPES pattern)
This method returns the number of instances of a particular pattern or,
more generally some statistics about the process
|