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, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
descriptiveForm, toString
public UnitInEquality(UnitExpr lhs, UnitExpr rhs)
lhs
- The left hand side.rhs
- The right hand side.