Package | Description |
---|---|
ptolemy.data |
Packages for manipulating data that passes between actors.
|
ptolemy.data.expr |
The Ptolemy II Expression Language.
|
Modifier and Type | Method and Description |
---|---|
Function |
FunctionToken.getFunction()
Return the function of this token.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Function.isCongruent(Function function)
Return true if this function is congruent to the given
function.
|
Constructor and Description |
---|
FunctionToken(Function f,
FunctionType type)
Create a new FunctionToken that applies the given function.
|
Modifier and Type | Class and Description |
---|---|
class |
ExpressionFunction
An implementation of a function closure that encapsulates an
expression tree.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ExpressionFunction.isCongruent(Function function)
Return true if this function is congruent to the given
function.
|