| Interface | Description |
|---|---|
| SyntacticTerm |
Represent terms in combinator expressions for Ptolemy models.
|
| Class | Description |
|---|---|
| SyntacticColumn |
Represent parallel composition in the context of Syntax terms.
|
| SyntacticContraction |
This class represents a contraction operator in the SyntacticTerm
language.
|
| SyntacticGraph |
Represent ptolemy networks with Syntactic Graphs.
|
| SyntacticName |
This class represents a named SyntacticTerm.
|
| SyntacticNode |
Represent nodes in the context of SyntacticGraphs.
|
| SyntacticPort |
Represent ComponentPorts syntactically in SyntacticNodes.
|
| SyntacticRank |
This class represents the rank of a SyntacticTerm.
|
| SyntacticSeries |
This class represents a series composition over a sequence of SyntacticTerms.
|
| SyntacticTermList |
This class is the base class for SyntacticTerms that are formed from
operations on lists of other terms.
|
| Enum | Description |
|---|---|
| SyntacticNode.NodeType |
Internal enum representing the types of nodes and
how they are ordered, compared, and categorized.
|
| SyntacticPort.IOType |
Represent IO type for ports.
|