Uses of Class
org.processmining.plugins.stochasticpetrinet.measures.AbstractionLevel
-
Packages that use AbstractionLevel Package Description org.processmining.plugins.stochasticpetrinet.measures org.processmining.plugins.stochasticpetrinet.measures.entropy -
-
Uses of AbstractionLevel in org.processmining.plugins.stochasticpetrinet.measures
Subclasses of AbstractionLevel in org.processmining.plugins.stochasticpetrinet.measures Modifier and Type Class Description classListAbstractionLevelNot really abstracting.classMultiSetAbstractionLevelAbstracting from permutations, but still keeping count of executionsclassSetAbstractionLevelAbstracts from sequences and only retains the set of elements in the sequence, disregards permutations and also frequencies.Methods in org.processmining.plugins.stochasticpetrinet.measures that return types with arguments of type AbstractionLevel Modifier and Type Method Description java.util.Collection<AbstractionLevel>MeasureConfig. getAbstractionLevels()Methods in org.processmining.plugins.stochasticpetrinet.measures with parameters of type AbstractionLevel Modifier and Type Method Description intAbstractionLevel. compareTo(AbstractionLevel level)voidMeasureProvider. setAbstractionLevel(AbstractionLevel level)Tells the measure provider which abstraction level to useMethod parameters in org.processmining.plugins.stochasticpetrinet.measures with type arguments of type AbstractionLevel Modifier and Type Method Description voidMeasureConfig. setAbstractionLevel(java.util.Collection<AbstractionLevel> abstractionLevels)Constructors in org.processmining.plugins.stochasticpetrinet.measures with parameters of type AbstractionLevel Constructor Description MeasureConfig(AbstractionLevel... levels)Creates a configuration with only a given abstraction levelMeasureConfig(AbstractionLevel[] levels, MeasureProvider... providers) -
Uses of AbstractionLevel in org.processmining.plugins.stochasticpetrinet.measures.entropy
Methods in org.processmining.plugins.stochasticpetrinet.measures.entropy with parameters of type AbstractionLevel Modifier and Type Method Description protected abstract java.util.Map<Outcome,java.lang.Double>AbstractEntropyCalculator. getOutcomesAndCounts(org.processmining.contexts.uitopia.UIPluginContext context, org.processmining.models.graphbased.directed.petrinet.Petrinet net, org.processmining.models.semantics.petrinet.Marking initialMarking, AbstractionLevel level)protected java.util.Map<Outcome,java.lang.Double>EntropyCalculatorApproximate. getOutcomesAndCounts(org.processmining.contexts.uitopia.UIPluginContext context, org.processmining.models.graphbased.directed.petrinet.Petrinet net, org.processmining.models.semantics.petrinet.Marking initialMarking, AbstractionLevel level)protected java.util.Map<Outcome,java.lang.Double>EntropyCalculatorExact. getOutcomesAndCounts(org.processmining.contexts.uitopia.UIPluginContext context, org.processmining.models.graphbased.directed.petrinet.Petrinet net, org.processmining.models.semantics.petrinet.Marking initialMarking, AbstractionLevel level)voidAbstractEntropyCalculator. setAbstractionLevel(AbstractionLevel level)Constructors in org.processmining.plugins.stochasticpetrinet.measures.entropy with parameters of type AbstractionLevel Constructor Description EntropyMeasure(AbstractionLevel level, java.lang.String info)Outcome(org.deckfour.xes.model.XTrace trace, AbstractionLevel level, org.deckfour.xes.classification.XEventClasses eventClasses, java.util.Map<org.deckfour.xes.classification.XEventClass,java.lang.Integer> encoding)
-