public class UnitInEquality extends UnitConstraint implements UnitPresentation
| Constructor and Description |
|---|
UnitInEquality(UnitExpr lhs,
UnitExpr rhs)
Construct a UnitInEquality from the left and right hand sides.
|
descriptiveForm, getLhs, getOperator, getRhs, getSource, setLhs, setRhs, setSource, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdescriptiveForm, toStringpublic UnitInEquality(UnitExpr lhs, UnitExpr rhs)
lhs - The left hand side.rhs - The right hand side.