Package | Description |
---|---|
ptolemy.moml.unit |
Unit System Modeling Markup Language classes.
|
Modifier and Type | Class and Description |
---|---|
class |
ExpandPortNames
Visit a UnitEquation and for each contained variable that represents a port
substitute it with a variable that represents the port from
the perspective of the model that contains the actor that contains the port.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
UnitTerm.visit(EquationVisitor visitor)
Visit an instance of UnitTerm.
|
java.lang.Object |
UnitEquation.visit(EquationVisitor visitor)
Visit this Unit equation (on the way to visiting the leaves)
|