| Package | Description |
|---|---|
| ptolemy.moml.unit |
Unit System Modeling Markup Language classes.
|
| Class and Description |
|---|
| EquationVisitor
An Abstract class that specifies all the necessary aspects of visitors to a
UnitEquation.
|
| ParseException
This exception is thrown when parse errors are encountered.
|
| SimpleCharStream
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).
|
| Solution
An instance of this class contains a "solution" of Unit constraints.
|
| Token
Describes the input token stream.
|
| Unit
Class that contains the internal representation of a Unit.
|
| UnitConstraint |
| UnitConstraints
UnitConstraints represents a group, with duplicates allowed, of
UnitConstraints.
|
| UnitEquation
A Unit equation is a particular type of Unit constraint, another
type being a Unit inequality.
|
| UnitExpr
A UnitExpr contains UnitTerms.
|
| UnitPresentation
The methods necessary to present Units, UnitConstraints, UnitExprs, etc. so
that developers, and humans can understand the results generated by the
system.
|
| UnitTerm
UnitTerm represents a term in a Unit Expression.
|
| UParser
This file implements a Unit parser for Ptolemy II using the
JavaCC parser generator.
|
| UParserConstants
Token literal values and constants.
|
| UParserTokenManager
Token Manager.
|