Uses of Class
org.processmining.plugins.inductiveVisualMiner.performance.DurationType
-
-
Uses of DurationType in org.processmining.plugins.inductiveVisualMiner.cost
Methods in org.processmining.plugins.inductiveVisualMiner.cost that return DurationType Modifier and Type Method Description abstract DurationTypeCostModelImplModelDeviationsService.ParameterNodeType. durationType()abstract DurationTypeCostModelImplModelDeviationsTime.ParameterNodeType. durationType() -
Uses of DurationType in org.processmining.plugins.inductiveVisualMiner.dataanalysis.modeltime
Methods in org.processmining.plugins.inductiveVisualMiner.dataanalysis.modeltime with parameters of type DurationType Modifier and Type Method Description static gnu.trove.map.TIntObjectMap<gnu.trove.list.TLongList>RowBlockModelHistogram. getDurations(IvMModel model, IvMLogFiltered log, DurationType durationType, IvMCanceller canceller) -
Uses of DurationType in org.processmining.plugins.inductiveVisualMiner.performance
Methods in org.processmining.plugins.inductiveVisualMiner.performance that return DurationType Modifier and Type Method Description static DurationTypeDurationType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DurationType[]DurationType. values()Returns an array containing the constants of this enum type, in the order they are declared.static DurationType[]DurationType. valuesAt(PerformanceLevel.Level level)Methods in org.processmining.plugins.inductiveVisualMiner.performance with parameters of type DurationType 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)
-