Package | Description |
---|---|
ptolemy.component |
The ptolemy.component package.
|
ptolemy.data |
Packages for manipulating data that passes between actors.
|
Modifier and Type | Method and Description |
---|---|
protected TupleToken |
ComponentActor._executeInside()
Invoke one iteration and transfer the token to a method call.
|
TupleToken |
MethodCallPort.call(TupleToken arguments)
Call the method associated with this port with the specified
arguments.
|
TupleToken |
Method.call(TupleToken arguments)
Call the method associated with this port with the specified
arguments.
|
Modifier and Type | Method and Description |
---|---|
TupleToken |
MethodCallPort.call(TupleToken arguments)
Call the method associated with this port with the specified
arguments.
|
TupleToken |
Method.call(TupleToken arguments)
Call the method associated with this port with the specified
arguments.
|
Modifier and Type | Field and Description |
---|---|
static TupleToken |
TupleToken.VOID
An empty tuple token.
|
Modifier and Type | Method and Description |
---|---|
static TupleToken |
TupleToken.merge(TupleToken first,
TupleToken second)
Merge two tuple tokens into one by concatenating their tokens.
|
Modifier and Type | Method and Description |
---|---|
static TupleToken |
TupleToken.merge(TupleToken first,
TupleToken second)
Merge two tuple tokens into one by concatenating their tokens.
|