public abstract class AbstractionLevel extends java.lang.Object implements java.lang.Comparable<AbstractionLevel>
Constructor and Description |
---|
AbstractionLevel() |
Modifier and Type | Method and Description |
---|---|
abstract int[] |
abstractFrom(int[] rawEncoding) |
int |
compareTo(AbstractionLevel level) |
abstract double |
getLevel() |
abstract java.lang.String |
getName() |
public abstract java.lang.String getName()
public abstract int[] abstractFrom(int[] rawEncoding)
public abstract double getLevel()
public final int compareTo(AbstractionLevel level)
compareTo
in interface java.lang.Comparable<AbstractionLevel>