Class AbstractionLevel
- java.lang.Object
-
- org.processmining.plugins.stochasticpetrinet.measures.AbstractionLevel
-
- All Implemented Interfaces:
java.lang.Comparable<AbstractionLevel>
- Direct Known Subclasses:
ListAbstractionLevel,MultiSetAbstractionLevel,SetAbstractionLevel
public abstract class AbstractionLevel extends java.lang.Object implements java.lang.Comparable<AbstractionLevel>
-
-
Constructor Summary
Constructors Constructor Description AbstractionLevel()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract int[]abstractFrom(int[] rawEncoding)intcompareTo(AbstractionLevel level)abstract doublegetLevel()abstract java.lang.StringgetName()
-
-
-
Method Detail
-
getName
public abstract java.lang.String getName()
-
abstractFrom
public abstract int[] abstractFrom(int[] rawEncoding)
-
getLevel
public abstract double getLevel()
-
compareTo
public final int compareTo(AbstractionLevel level)
- Specified by:
compareToin interfacejava.lang.Comparable<AbstractionLevel>
-
-