Package apron
Interface Var
- All Superinterfaces:
Cloneable,Comparable<Var>,Serializable
- All Known Implementing Classes:
StringVar
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
-
Method Summary
-
Method Details
-
clone
Var clone() -
compareTo
- Specified by:
compareToin interfaceComparable<Var>
-