Package | Description |
---|---|
org.processmining.plugins.inductiveVisualMiner.performance |
Modifier and Type | Method and Description |
---|---|
static PerformanceWrapper.TypeNode |
PerformanceWrapper.TypeNode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PerformanceWrapper.TypeNode[] |
PerformanceWrapper.TypeNode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PerformanceWrapper.addNodeValue(PerformanceWrapper.TypeNode type,
int unode,
long value) |
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) |