Class 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 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.