Package | Description |
---|---|
org.kepler.ddp.actor | |
org.kepler.ddp.director | |
org.kepler.domains | |
org.kepler.hadoop.director | |
org.kepler.provenance | |
org.kepler.provenance.sql | |
org.kepler.stratosphere.director | |
ptolemy.actor |
Executable entities.
|
ptolemy.actor.lib.hoc |
Higher Order Component Classes.
|
ptolemy.actor.lib.string.test |
The ptolemy.actor.lib.string.test package.
|
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.continuous.lib |
The ptolemy.domains.continuous.lib package.
|
ptolemy.domains.ddf.kernel |
Discrete Data Flow (DDF) Kernel.
|
ptolemy.domains.de.kernel |
The ptolemy.domains.de.kernel package.
|
ptolemy.domains.modal.kernel |
The ptolemy.domains.modal.kernel package.
|
ptolemy.domains.pn.kernel |
The Kahn-MacQueen process network domain.
|
ptolemy.domains.sdf.kernel |
The ptolemy.domains.sdf.kernel package.
|
ptolemy.domains.sdf.optimize |
The ptolemy.domains.sdf.optimize package.
|
Modifier and Type | Class and Description |
---|---|
class |
ExecutionChoiceDirector
A director to control the execution of execution choice actors.
|
Modifier and Type | Class and Description |
---|---|
class |
DDPDirector
A director that converts DDP pattern actors (Map, Reduce, Cross, CoGroup,
and Match) and I/O actors (DDPDataSink and DDPDataSource) into a job that
is executed on a DDP engine such as Hadoop or Stratosphere.
|
Modifier and Type | Class and Description |
---|---|
class |
SDF4WS
The SDF4WS is an SDFDirector for the domain of WebServices.
|
Modifier and Type | Class and Description |
---|---|
class |
HadoopDirector
A DDP director that uses the Hadoop engine to convert DDP pattern
actors (Map, Reduce, Cross, CoGroup, and Match) and I/O actors
(DDPDataSink and DDPDataSource) into a Hadoop job and runs it on
the server.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Recording.regDirector(Director director)
Register a director.
|
boolean |
TextFileRecording.regDirector(Director director)
Register a director.
|
boolean |
XMLRecording.regDirector(Director director)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SQLRecording.regDirector(Director director)
Register a director.
|
Modifier and Type | Class and Description |
---|---|
class |
StratosphereDirector
A DDP director that uses the Stratosphere engine to convert DDP pattern
actors (Map, Reduce, Cross, CoGroup, and Match) and I/O actors
(DDPDataSink and DDPDataSource) into a Stratosphere job and runs it on
the server.
|
Modifier and Type | Class and Description |
---|---|
class |
DoNothingDirector
A director that does nothing, for use in models that have no useful
execution.
|
Modifier and Type | Method and Description |
---|---|
Director |
Actor.getDirector()
Return the local director, if there is one, otherwise the executive
director, if there is one, otherwise null.
|
Director |
AtomicActor.getDirector()
Return the director responsible for the execution of this actor.
|
Director |
FiringEvent.getDirector()
Return the director that activated the actor.
|
Director |
CompositeActor.getDirector()
Return the director responsible for execution of the contained
actors.
|
Director |
Actor.getExecutiveDirector()
Return the executive director, if there is one, otherwise return null.
|
Director |
AtomicActor.getExecutiveDirector()
Return the executive director (same as getDirector()).
|
Director |
CompositeActor.getExecutiveDirector()
Return the executive director of this CompositeActor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CompositeActor._setDirector(Director director)
Set the local director for execution of this CompositeActor.
|
void |
CompositeActor.setDirector(Director director)
Set the local director for execution of this CompositeActor.
|
Constructor and Description |
---|
FiringEvent(Director source,
Actor actor,
FiringEvent.FiringEventType type)
Create a new firing event with the given source, actor, and type.
|
FiringEvent(Director source,
Actor actor,
FiringEvent.FiringEventType type,
int multiplicity)
Create a new firing event with the given source, actor, type,
and multiplicity.
|
Modifier and Type | Class and Description |
---|---|
class |
CaseDirector
An CaseDirector governs the execution of a Case actor.
|
Constructor and Description |
---|
SDFTestScheduler(Director container,
java.lang.String name)
Construct a scheduler in the given container with the given name.
|
Modifier and Type | Class and Description |
---|---|
class |
CompositeProcessDirector
A baseclass for directors in process oriented domains that incorporate
hierarchical heterogeneity.
|
class |
ProcessDirector
The base class for directors for the process oriented domains.
|
Modifier and Type | Class and Description |
---|---|
class |
FixedPointDirector
A base class for directors that have fixed point semantics at each
iteration.
|
class |
StaticSchedulingDirector
A director that uses static scheduling to govern the execution of the
CompositeActor it belongs to.
|
Constructor and Description |
---|
Scheduler(Director container,
java.lang.String name)
Construct a scheduler in the given container with the given name.
|
Modifier and Type | Method and Description |
---|---|
static Time |
Time.milliseconds(Director director,
long milliseconds)
Return a new Time object whose value equals the argument,
which is interpreted in milliseconds.
|
Constructor and Description |
---|
Time(Director director)
Construct a Time object with zero as the time value.
|
Time(Director director,
double timeValue)
Construct a Time object with the specified double value as its
time value.
|
Time(Director director,
long timeValue)
Construct a Time object with the specified long value as its time value.
|
Modifier and Type | Class and Description |
---|---|
class |
ContinuousDirector
The continuous time domain is a timed domain that supports
continuous-time signals, discrete-event signals, and mixtures of the
two.
|
class |
HybridModalDirector
An HybridModalDirector governs the execution of the discrete dynamics of a hybrid
system model.
|
Modifier and Type | Method and Description |
---|---|
Director |
LinearStateSpace.getDirector()
Return the executive director, regardless what isOpaque() returns.
|
Director |
ContinuousTransferFunction.getDirector()
Return the executive director, regardless what isOpaque returns.
|
Modifier and Type | Class and Description |
---|---|
class |
DDFDirector
The dynamic dataflow (DDF) domain is a superset of the synchronous
dataflow(SDF) and Boolean dataflow(BDF) domains.
|
Modifier and Type | Class and Description |
---|---|
class |
DEDirector
This director implements the discrete-event (DE) model of computation (MoC).
|
Modifier and Type | Class and Description |
---|---|
class |
FSMDirector
An FSMDirector governs the execution of a modal model.
|
class |
ModalDirector
Deprecated.
Use FSMDirector
|
class |
MultirateFSMDirector
This director extends FSMDirector by supporting production and consumption
of multiple tokens on a port in a firing.
|
class |
NonStrictFSMDirector
This director extends FSMDirector by consuming only input tokens that
are needed in the current state.
|
Modifier and Type | Method and Description |
---|---|
Director |
FSMActor.getDirector()
Return the director responsible for the execution of this actor.
|
Director |
FSMActor.getExecutiveDirector()
Return the executive director (same as getDirector()).
|
Modifier and Type | Class and Description |
---|---|
class |
PNDirector
A PNDirector governs the execution of a CompositeActor with extended
Kahn-MacQueen process networks (PN) semantics.
|
class |
TimedPNDirector
A TimedPNDirector governs the execution of a CompositeActor with
Kahn-MacQueen process networks (PN) semantics extended by introduction of a
notion of global time.
|
Modifier and Type | Class and Description |
---|---|
class |
SDFDirector
Director for the synchronous dataflow (SDF) model of computation.
|
Constructor and Description |
---|
BaseSDFScheduler(Director container,
java.lang.String name)
Construct a scheduler in the given container with the given name.
|
CachedSDFScheduler(Director container,
java.lang.String name,
int cacheSize)
Construct a scheduler in the given container with the given name
and given cache size.
|
SDFScheduler(Director container,
java.lang.String name)
Construct a scheduler in the given container with the given name.
|
Modifier and Type | Class and Description |
---|---|
class |
OptimizingSDFDirector
Director for the synchronous dataflow (SDF) model of computation which finds
an optimized schedule according to a defined criterion.
|