Package | Description |
---|---|
ptolemy.data |
Packages for manipulating data that passes between actors.
|
ptolemy.data.expr |
The Ptolemy II Expression Language.
|
ptolemy.matlab |
The ptolemy.matlab package.
|
Modifier and Type | Field and Description |
---|---|
static StringToken |
StringToken.NIL
A token that represents a missing value.
|
Modifier and Type | Method and Description |
---|---|
static StringToken |
StringToken.convert(Token token)
Convert the specified token into an instance of StringToken.
|
Modifier and Type | Method and Description |
---|---|
static StringToken |
UtilityFunctions.getenv(java.lang.String variableName)
Get a variable from the environment.
|
static StringToken |
UtilityFunctions.property(java.lang.String propertyName)
Get the specified property from the environment.
|
static StringToken |
UtilityFunctions.readFile(java.lang.String filename)
Get the string text contained in the specified file.
|
static StringToken |
UtilityFunctions.readResource(java.lang.String name)
Get the string text contained in the specified resource, which
is a file that is specified relative to the Java classpath.
|
Modifier and Type | Method and Description |
---|---|
static BooleanToken |
UtilityFunctions.yesNoQuestion(StringToken prompt)
Query the user for a yes-no answer and return a boolean.
|
Modifier and Type | Method and Description |
---|---|
StringToken |
Engine.getOutput(long[] eng)
Get last matlab stdout.
|