Package ptolemy.moml.unit
Class UnitInEquality
- java.lang.Object
-
- ptolemy.moml.unit.UnitConstraint
-
- ptolemy.moml.unit.UnitInEquality
-
- All Implemented Interfaces:
UnitPresentation
public class UnitInEquality extends UnitConstraint implements UnitPresentation
A place holder for the day there is a UnitInEquality- Since:
- Ptolemy II 8.0
- Version:
- $Id$
- Author:
- Rowland R Johnson
- Pt.AcceptedRating:
- Red (rowland)
- Pt.ProposedRating:
- Red (rowland)
-
-
Constructor Summary
Constructors Constructor Description UnitInEquality(UnitExpr lhs, UnitExpr rhs)
Construct a UnitInEquality from the left and right hand sides.
-
Method Summary
-
Methods inherited from class ptolemy.moml.unit.UnitConstraint
descriptiveForm, getLhs, getOperator, getRhs, getSource, setLhs, setRhs, setSource, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface ptolemy.moml.unit.UnitPresentation
descriptiveForm, toString
-
-