Package | Description |
---|---|
ptolemy.actor |
Executable entities.
|
ptolemy.actor.sched |
Schedule related classes.
|
ptolemy.actor.test |
The ptolemy.actor.test package.
|
ptolemy.domains.continuous.kernel |
The Continuous domain kernel.
|
ptolemy.domains.de.kernel |
The ptolemy.domains.de.kernel package.
|
ptolemy.domains.modal.kernel |
The ptolemy.domains.modal.kernel package.
|
Modifier and Type | Method and Description |
---|---|
Token |
Mailbox.get()
Get the contained Token.
|
Token |
Receiver.get()
Get a token from this receiver.
|
Token |
IntermediateReceiver.get()
Delegate to the internal receiver and return whatever it returns.
|
abstract Token |
AbstractReceiver.get()
Get a token from this receiver.
|
Token |
IOPort.get(int channelIndex)
Get a token from the specified channel.
|
Token |
SubscriptionAggregatorPort.get(int channelIndex)
Get a token from the specified channel.
|
Token[] |
IOPort.get(int channelIndex,
int vectorLength)
Get an array of tokens from the specified channel.
|
Token[] |
SubscriptionAggregatorPort.get(int channelIndex,
int vectorLength)
Get an array of tokens from the specified channel.
|
Token[] |
Receiver.getArray(int numberOfTokens)
Get an array of tokens from this receiver.
|
Token[] |
AbstractReceiver.getArray(int numberOfTokens)
Get an array of tokens from this receiver.
|
Token |
IOPort.getInside(int channelIndex)
Get a token from the specified inside channel of this port.
|
Modifier and Type | Method and Description |
---|---|
Token |
FixedPointReceiver.get()
Return the contained token.
|
Modifier and Type | Method and Description |
---|---|
Token |
TestAbstractReceiver.get()
Get a token from this receiver.
|
Modifier and Type | Method and Description |
---|---|
double |
ContinuousIntegrator.getDerivative()
Get the current value of the derivative input port.
|
Modifier and Type | Method and Description |
---|---|
Token |
DEReceiver.get()
Get the first token from the receiver.
|
Modifier and Type | Method and Description |
---|---|
Token |
FSMReceiver.get()
Get the contained Token.
|
Token[] |
FSMReceiver.getArray(int numberOfTokens)
If the argument is 1, there is a token, and the status is known,
then return an array containing the one token.
|