Class MultiSetAbstractionLevel
- java.lang.Object
-
- org.processmining.plugins.stochasticpetrinet.measures.AbstractionLevel
-
- org.processmining.plugins.stochasticpetrinet.measures.MultiSetAbstractionLevel
-
- All Implemented Interfaces:
java.lang.Comparable<AbstractionLevel>
public class MultiSetAbstractionLevel extends AbstractionLevel
Abstracting from permutations, but still keeping count of executions
-
-
Constructor Summary
Constructors Constructor Description MultiSetAbstractionLevel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int[]abstractFrom(int[] rawEncoding)doublegetLevel()java.lang.StringgetName()-
Methods inherited from class org.processmining.plugins.stochasticpetrinet.measures.AbstractionLevel
compareTo
-
-
-
-
Method Detail
-
getName
public java.lang.String getName()
- Specified by:
getNamein classAbstractionLevel
-
abstractFrom
public int[] abstractFrom(int[] rawEncoding)
- Specified by:
abstractFromin classAbstractionLevel
-
getLevel
public double getLevel()
- Specified by:
getLevelin classAbstractionLevel
-
-