Package | Description |
---|---|
ptolemy.data |
Packages for manipulating data that passes between actors.
|
ptolemy.data.expr |
The Ptolemy II Expression Language.
|
Modifier and Type | Field and Description |
---|---|
static ActorToken |
ActorToken.EMPTY
Empty Entity instance of this token.
|
Modifier and Type | Method and Description |
---|---|
static ActorToken |
UtilityFunctions.parseMoML(java.lang.String moml)
Parse the string provided and return the result wrapped in a token.
|
static ActorToken |
MoMLUtilities.parseMoML(java.lang.String moml)
Parse the string provided and return the result wrapped in a token.
|