Package | Description |
---|---|
ptolemy.actor |
Executable entities.
|
ptolemy.actor.process |
Process oriented actor classes.
|
ptolemy.actor.sched |
Schedule related classes.
|
ptolemy.actor.util |
Actor utilities.
|
ptolemy.domains.continuous.kernel |
The Continuous domain kernel.
|
ptolemy.domains.de.kernel |
The ptolemy.domains.de.kernel package.
|
ptolemy.domains.pn.kernel |
The Kahn-MacQueen process network domain.
|
ptolemy.graph |
Algorithms for manipulation and analyzing mathematical graphs.
|
ptolemy.kernel.util |
Kernel utility classes.
|
ptolemy.moml |
Modeling Markup Language classes.
|
Modifier and Type | Method and Description |
---|---|
Receiver[][] |
IOPort.deepGetReceivers()
If the port is an input, return the receivers deeply linked on
the inside.
|
void |
LazyTypedCompositeActor.populate()
Populate the actor by reading the file specified by the
source parameter.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
CompositeProcessDirector._areActorsExternallyBlocked()
Return true if one or more contained actor is externally
blocked; return false otherwise.
|
boolean |
MailboxBoundaryReceiver.isConnectedToBoundaryInside()
Return true if this receiver is connected to the inside of an
input boundary port; return false otherwise.
|
boolean |
ProcessReceiver.isConnectedToBoundaryInside()
Return true if this receiver is connected to the inside of a
boundary port.
|
boolean |
BoundaryDetector.isConnectedToBoundaryInside()
Return true if the receiver containing this boundary detector
is connected to the inside of an input boundary port; return
false otherwise.
|
Modifier and Type | Class and Description |
---|---|
class |
NotSchedulableException
This is a special case of the InvalidStateException such that a
CompositeActor is not schedulable by a certain scheduler.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
CalendarQueue.get()
Return entry that is at the head of the
queue (i.e. the one that will be obtained by the next take()).
|
java.lang.Object |
CalendarQueue.take()
Remove the smallest entry and return it.
|
Modifier and Type | Method and Description |
---|---|
void |
ContinuousIntegrator.setAuxVariables(int index,
double value)
Set the value of an auxiliary variable.
|
Modifier and Type | Method and Description |
---|---|
DEEvent |
DEEventQueue.get()
Return the earliest DE event in this event queue.
|
DEEvent |
DEEventQueue.take()
Return the earliest DE event in this event queue.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PNQueueReceiver.isConnectedToBoundaryInside()
Return true if this receiver is connected to the inside of a
boundary port.
|
Modifier and Type | Class and Description |
---|---|
class |
GraphInvalidStateException
Exception for graph invalid state action errors.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
NamedObj.getName(NamedObj parent)
Get the name of this object relative to the specified container.
|
java.lang.String |
Nameable.getName(NamedObj relativeTo)
Get the name of this object relative to the specified container.
|
void |
LazyComposite.populate()
Populate the actor by reading the file specified by the
source parameter.
|
Modifier and Type | Method and Description |
---|---|
void |
EntityLibrary.populate()
Populate the actor by reading the file specified by the
source parameter.
|