Package | Description |
---|---|
org.processmining.plugins.inductiveVisualMiner.performance |
Modifier and Type | Method and Description |
---|---|
static PerformanceWrapper.Gather |
PerformanceWrapper.Gather.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PerformanceWrapper.Gather[] |
PerformanceWrapper.Gather.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
long |
PerformanceWrapper.getGlobalMeasure(PerformanceWrapper.TypeGlobal type,
PerformanceWrapper.Gather gather) |
long |
PerformanceWrapper.getNodeMeasure(PerformanceWrapper.TypeNode type,
PerformanceWrapper.Gather gather,
int unode)
Returns the asked measure, or -1 if it does not exist.
|
long[] |
PerformanceWrapper.getNodeMeasures(PerformanceWrapper.TypeNode type,
PerformanceWrapper.Gather gather) |