Uses of Class
org.processmining.plugins.inductiveVisualMiner.performance.Aggregate
-
Packages that use Aggregate Package Description org.processmining.plugins.inductiveVisualMiner.performance -
-
Uses of Aggregate in org.processmining.plugins.inductiveVisualMiner.performance
Methods in org.processmining.plugins.inductiveVisualMiner.performance that return Aggregate Modifier and Type Method Description static AggregateAggregate. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Aggregate[]Aggregate. values()Returns an array containing the constants of this enum type, in the order they are declared.static Aggregate[]Aggregate. valuesForPopups()Methods in org.processmining.plugins.inductiveVisualMiner.performance with parameters of type Aggregate Modifier and Type Method Description longPerformance. getNodeMeasure(DurationType type, Aggregate gather, int node)Returns the asked measure, or -1 if it does not exist.longPerformanceImpl. getNodeMeasure(DurationType type, Aggregate gather, int node)long[]Performance. getNodeMeasures(DurationType type, Aggregate gather)long[]PerformanceImpl. getNodeMeasures(DurationType durationType, Aggregate gather)longPerformance. getProcessMeasure(DurationType type, Aggregate gather)Returns the asked measure, or -1 if it does not exist.longPerformanceImpl. getProcessMeasure(DurationType type, Aggregate gather)voidPerformanceImpl. setNodeMeasure(DurationType durationType, Aggregate gather, int node, long value)voidPerformanceImpl. setProcessMeasure(DurationType durationType, Aggregate gather, long value)
-