Class ListAbstractionLevel
- java.lang.Object
-
- org.processmining.plugins.stochasticpetrinet.measures.AbstractionLevel
-
- org.processmining.plugins.stochasticpetrinet.measures.ListAbstractionLevel
-
- All Implemented Interfaces:
java.lang.Comparable<AbstractionLevel>
public class ListAbstractionLevel extends AbstractionLevel
Not really abstracting.
-
-
Constructor Summary
Constructors Constructor Description ListAbstractionLevel()
-
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
-
-