Class SetAbstractionLevel
- java.lang.Object
-
- org.processmining.plugins.stochasticpetrinet.measures.AbstractionLevel
-
- org.processmining.plugins.stochasticpetrinet.measures.SetAbstractionLevel
-
- All Implemented Interfaces:
java.lang.Comparable<AbstractionLevel>
public class SetAbstractionLevel extends AbstractionLevel
Abstracts from sequences and only retains the set of elements in the sequence, disregards permutations and also frequencies.
-
-
Constructor Summary
Constructors Constructor Description SetAbstractionLevel()
-
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
-
-