Overview Package Class Tree Deprecated Index Help
PREV CLASS NEXT CLASS FRAMES NO FRAMES All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

ptolemy.data.unit
Class UnitConstraint

java.lang.Object
 extended byptolemy.data.unit.UnitConstraint
Direct Known Subclasses:
UnitEquation, UnitInEquality

public abstract class UnitConstraint
extends java.lang.Object

Since:
Ptolemy II 4.0
Version:
$Id: UnitConstraint.java,v 1.11 2005年07月08日 19:57:42 cxh Exp $
Author:
Rowland R Johnson
Accepted Rating:
Red (rowland)
Proposed Rating:
Red (rowland)

Constructor Summary
UnitConstraint(java.lang.String string)
UnitConstraint(UnitExpr lhs, java.lang.String operator, UnitExpr rhs)
Method Summary
java.lang.String descriptiveForm()
UnitExpr getLhs()
Get the left hand side.
java.lang.String getOperator()
UnitExpr getRhs()
Get the right hand side.
NamedObj getSource()
Get the source of this equation.
void setLhs(UnitExpr expr)
void setRhs(UnitExpr expr)
void setSource(NamedObj source)
java.lang.String toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructor Detail

UnitConstraint

public UnitConstraint(java.lang.String string)
Parameters:
string -

UnitConstraint

public UnitConstraint(UnitExpr lhs,
 java.lang.String operator,
 UnitExpr rhs)
Parameters:
lhs -
operator -
rhs -
Method Detail

descriptiveForm

public java.lang.String descriptiveForm()

getLhs

public UnitExpr getLhs()
Get the left hand side.

Returns:
The left hand side.

getOperator

public java.lang.String getOperator()
Returns:
The operator.

getRhs

public UnitExpr getRhs()
Get the right hand side.

Returns:
The right hand side.

getSource

public NamedObj getSource()
Get the source of this equation.

Returns:
The source of this equation.

setLhs

public void setLhs(UnitExpr expr)

setRhs

public void setRhs(UnitExpr expr)

setSource

public void setSource(NamedObj source)

toString

public java.lang.String toString()

Overview Package Class Tree Deprecated Index Help
PREV CLASS NEXT CLASS FRAMES NO FRAMES All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

AltStyle によって変換されたページ (->オリジナル) /