Package | Description |
---|---|
org.kepler | |
org.sdm.spa.util | |
ptolemy.actor |
Executable entities.
|
ptolemy.actor.gui |
Ptolemy GUI components for actors and configurations.
|
ptolemy.actor.lib |
Polymorphic actor classes.
|
ptolemy.actor.util |
Actor utilities.
|
ptolemy.data.expr |
The Ptolemy II Expression Language.
|
ptolemy.domains.de.lib.test |
The ptolemy.domains.de.lib.test package.
|
ptolemy.domains.modal.kernel |
The ptolemy.domains.modal.kernel package.
|
ptolemy.graph |
Algorithms for manipulation and analyzing mathematical graphs.
|
ptolemy.kernel.util |
Kernel utility classes.
|
ptolemy.kernel.util.test.system | |
ptolemy.vergil.basic |
Basic GUI classes.
|
Modifier and Type | Method and Description |
---|---|
Manager |
ExecutionEngine.runModel(CompositeActor model)
run a single model in the current thread
|
Manager |
ExecutionEngine.runModelInThread(CompositeActor model)
run a model in a new thread.
|
Constructor and Description |
---|
ActorInspector(java.lang.String fullname) |
Modifier and Type | Class and Description |
---|---|
class |
InvariantViolationException
Thrown when an invariant is violated.
|
class |
TypeConflictException
Thrown on detecting type conflicts.
|
static class |
TypedIOPort.RunTimeTypeCheckException
Exception class for run-time type errors.
|
Modifier and Type | Method and Description |
---|---|
void |
Manager.execute()
Execute the model.
|
void |
Manager.initialize()
Initialize the model.
|
boolean |
Manager.iterate()
Invoke one iteration of the model.
|
void |
Manager.preinitializeAndResolveTypes()
Preinitialize the model.
|
void |
Manager.preinitializeIfNecessary()
If the workspace version has changed since the last invocation
of preinitializeAndResolveTypes(), then invoke it now and set
the state of the Manager to IDLE upon completion.
|
static void |
Manager.preinitializeThenWrapup(Actor actor)
Invoke preinitialize() and wrapup().
|
java.util.Set<SubscriberPort> |
PublisherPort.subscribers()
Return a Set of SubscriberPort that are connected to this Publisher.
|
void |
Manager.wrapup()
Wrap up the model by invoking the wrapup method of the toplevel
composite actor.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationApplication.runModels()
Start the models running, each in a new thread, then return.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<AtomicActor> |
Subscriber.publishers()
Return a Set of Publishers that are connected to this Subscriber.
|
java.util.Set<AtomicActor> |
Publisher.subscribers()
Return a Set of Subscribers that are connected to this Publisher.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Set<AtomicActor> |
ActorDependencies.dependents(Actor actor)
Return a Set of dependent (downstream) atomic actors that are connected to the
target.
|
static java.util.Set<AtomicActor> |
ActorDependencies.dependents(Actor actor,
java.lang.Class filter)
Return a Set of dependent (downstream) actors of a particular
class that are connected to the target.
|
static java.util.Set<AtomicActor> |
ActorDependencies.dependents(IOPort port,
java.lang.Class filter)
Return a Set of dependent (downstream) actors of a particular
class that are connected to a port.
|
static java.util.Set<AtomicActor> |
ActorDependencies.prerequisites(Actor actor)
Return a Set of AtomicActors that are connected upstream to this AtomicActor.
|
static java.util.Set<AtomicActor> |
ActorDependencies.prerequisites(Actor actor,
java.lang.Class filter)
Return a Set of actors that match the specified filter
that are connected upstream to the specified actor.
|
Modifier and Type | Class and Description |
---|---|
class |
UndefinedConstantOrIdentifierException
Thrown on an attempt to evaluate an expression that contains an
unknown constant or identifier.
|
static class |
Variable.CircularDependencyError
Subclass of IllegalActionException for use in reporting
circular dependency errors.
|
Constructor and Description |
---|
Iterations() |
Modifier and Type | Class and Description |
---|---|
class |
MultipleEnabledTransitionsException
Thrown when multiple outgoing transitions from one state are enabled at the
same time.
|
Modifier and Type | Class and Description |
---|---|
class |
GraphActionException
Exception for graph action errors.
|
Modifier and Type | Class and Description |
---|---|
class |
IllegalActionException
Thrown on an attempt to perform an action that would result in an
inconsistent or contradictory data structure if it were allowed to
complete.
|
class |
NameDuplicationException
Thrown on an attempt to add a named object to a collection that
requires unique names, and finding that there already is an object
by that name in the collection.
|
class |
NoSuchItemException
Thrown on access (by name) to an item that doesn't exist.
|
Modifier and Type | Method and Description |
---|---|
java.util.Enumeration |
ChangeRequestTest.finish()
Finish a run.
|
java.util.Enumeration |
TestDE.finish()
Finish a run.
|
void |
ChangeRequestTest.start()
Start a run.
|
void |
TestDE.start()
Start a run.
|
Modifier and Type | Method and Description |
---|---|
protected java.util.Set<NamedObj> |
DependencyResultsDialog._findDependencies(Actor actor,
boolean prerequisites,
boolean dependents)
Return a list of objects in the model that match the
specified search.
|