public interface Var extends java.lang.Comparable<Var>, java.lang.Cloneable, java.io.Serializable
Abstract class for Variables for level 1.
Variables need to implement Comparable to ensure a total ordering in the envirnment, and all labels in an environment are of type Var
Modifier and Type | Method and Description |
---|---|
Var |
clone() |
int |
compareTo(Var var) |