ptolemy.moml.unit
Class UnitInEquality

java.lang.Object
  extended by ptolemy.moml.unit.UnitConstraint
      extended by 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: UnitInEquality.java 57044 2010-01-27 22:41:05Z cxh $
Author:
Rowland R Johnson
Accepted Rating:
Red (rowland)
Proposed Rating:
Red (rowland)

Field Summary
 
Fields inherited from class ptolemy.moml.unit.UnitConstraint
_lhs, _operator, _rhs, _source
 
Constructor Summary
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
 

Constructor Detail

UnitInEquality

public UnitInEquality(UnitExpr lhs,
                      UnitExpr rhs)
Construct a UnitInEquality from the left and right hand sides.

Parameters:
lhs - The left hand side.
rhs - The right hand side.