Package | Description |
---|---|
ptolemy.moml.unit |
Unit System Modeling Markup Language classes.
|
Modifier and Type | Method and Description |
---|---|
UnitTerm |
UnitTerm.copy()
Make a shallow copy of this UnitTerm.
|
UnitTerm |
UnitTerm.invert()
Invert this UnitTerm.
|
UnitTerm |
UParser.uTerm() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Object |
EquationVisitor._visitUnitTerm(UnitTerm uTerm)
Visit a UnitTerm by visiting the UnitExpr if there is one.
|
protected java.lang.Object |
ExpandPortNames._visitUnitTerm(UnitTerm uTerm)
The method that actually does the substitution of a variable with
the model name of the port.
|
void |
UnitExpr.addUnitTerm(UnitTerm uTerm)
Add a UnitTerm to the expression.
|