| Modifier and Type | Field and Description |
|---|---|
static Unit |
UNIT
Get the singleton instance
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
boolean |
leq(Unit o)
Is the given object less than or equal to this one
|
java.lang.String |
toString() |
Unit |
upperBound(Unit o)
Compute the upper bound of
this and o |
Unit |
widen(Unit o)
Compute the widening operator on
this and o. |
public static final Unit UNIT
public boolean leq(Unit o)
Orderedpublic Unit upperBound(Unit o)
Orderedthis and oupperBound in interface Ordered<Unit>o - object to upper bound with thisthis with opublic java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object