Package | Description |
---|---|
org.geon | |
org.kepler | |
org.kepler.ddp | |
org.kepler.ddp.actor | |
org.kepler.ddp.actor.pattern | |
org.kepler.ddp.director | |
org.kepler.gui.frame | |
org.kepler.hadoop.execution | |
org.kepler.moml | |
org.kepler.profiling.gui | |
org.kepler.provenance | |
org.kepler.tagging.gui | |
org.kepler.webview.server | |
ptolemy.actor |
Executable entities.
|
ptolemy.actor.gui |
Ptolemy GUI components for actors and configurations.
|
ptolemy.actor.gui.run |
The ptolemy.actor.gui.run package.
|
ptolemy.actor.gui.test |
The ptolemy.actor.gui.test package.
|
ptolemy.actor.lib.hoc |
Higher Order Component Classes.
|
ptolemy.actor.process |
Process oriented actor classes.
|
ptolemy.actor.process.test |
The ptolemy.actor.process.test package.
|
ptolemy.actor.test |
The ptolemy.actor.test package.
|
ptolemy.chic |
The ptolemy.chic package.
|
ptolemy.component |
The ptolemy.component package.
|
ptolemy.domains.continuous.lib |
The ptolemy.domains.continuous.lib package.
|
ptolemy.domains.ddf.lib |
Discrete Data Flow (DDF) actors.
|
ptolemy.domains.modal.kernel |
The ptolemy.domains.modal.kernel package.
|
ptolemy.domains.modal.modal |
The ptolemy.domains.modal.modal package.
|
ptolemy.domains.pn.kernel |
The Kahn-MacQueen process network domain.
|
ptolemy.domains.pn.kernel.test |
The ptolemy.domains.pn.kernel.test package.
|
ptolemy.domains.sdf.demo.Butterfly |
The ptolemy.domains.sdf.demo.Butterfly package.
|
ptolemy.domains.sdf.demo.OrthogonalCom |
The ptolemy.domains.sdf.demo.OrthogonalCom package.
|
ptolemy.domains.sdf.kernel |
The ptolemy.domains.sdf.kernel package.
|
ptolemy.moml |
Modeling Markup Language classes.
|
ptolemy.moml.test |
The ptolemy.moml.test package.
|
ptolemy.vergil.basic.layout.kieler |
Classes used to layout entities and relations in Vergil that use the
KIELER layout algorithm.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
LidarWorkflowExecute.executeModel(CompositeActor model)
This method takes model argument which is type of CompositeActor.
|
java.lang.String |
ModelService.executeModel(CompositeActor model)
Deprecated.
This method takes model argument which is type of CompositeActor.
|
java.lang.String |
WorkflowExecute.executeModel(CompositeActor model)
Deprecated.
This method takes model argument which is type of CompositeActor.
|
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.
|
Modifier and Type | Method and Description |
---|---|
static CompositeActor |
Utilities.getModel(java.lang.String modelName,
java.lang.String modelString,
java.lang.String modelFile,
boolean sameJVM,
java.lang.String redirectDir)
Load the model for a stub from a Nephele Configuration.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
Utilities.checkDirectorIterations(CompositeActor model,
boolean runWorkflowLifecyclePerInput)
Check the director and its iterations with the runWorkflowLifecyclePerInput value.
|
static Manager |
Utilities.createManagerForModel(CompositeActor model,
ExecutionListener listener,
StubBaseActor stubSource,
StubBaseActor stubSink,
boolean runWorkflowLifecyclePerInput,
boolean enablePrintTimeAndMemory)
Create a Manager for a model and optionally start execution.
|
static void |
Utilities.removeModelPorts(CompositeActor model)
Remove top-level ports and relations from a composite actor.
|
Modifier and Type | Class and Description |
---|---|
class |
ExecutionChoice
An actor that supports multiple choices for execution.
|
Modifier and Type | Class and Description |
---|---|
class |
CoGroup
An actor for the CoGroup DDP pattern.
|
class |
Cross
An actor for the Cross DDP pattern.
|
class |
DualInputPatternActor
A DDP pattern composite actor with two inputs.
|
class |
Map
An actor for the Map DDP pattern.
|
class |
Match
An actor for the Match DDP pattern.
|
class |
Reduce
An actor for the Reduce DDP pattern.
|
class |
SingleInputPatternActor
A DDP pattern composite actor with a single input.
|
Modifier and Type | Field and Description |
---|---|
protected CompositeActor |
DDPEngine._container
The container of this director.
|
Modifier and Type | Method and Description |
---|---|
static CompositeActor |
DDPEngine.getModel(java.lang.String name)
Get the model for a specific name.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DDPEngine._checkModelForNonDDPActors(CompositeActor container)
Make sure the container only contains DDP actors.
|
static void |
DDPEngine.createEffigy(CompositeActor model)
Create an Effigy for a model so that windows may be opened by gui actors.
|
Constructor and Description |
---|
TabbedKeplerGraphFrame(CompositeActor entity,
Tableau tableau)
Construct a frame associated with the specified composite actor.
|
TabbedKeplerGraphFrame(CompositeActor entity,
Tableau tableau,
LibraryAttribute defaultLibrary)
Construct a frame associated with the specified composite actor.
|
Modifier and Type | Field and Description |
---|---|
protected CompositeActor |
KeplerAppBase._model
The workflow to execute.
|
Modifier and Type | Class and Description |
---|---|
class |
CompositeClassEntity
An entity for a director.
|
Modifier and Type | Field and Description |
---|---|
protected CompositeActor |
ExecutionMonitorPanel._workflow
The workflow object.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
ProvenanceRecorder.addProvenanceRecorder(CompositeActor container,
ProvenanceEnabledListener listener,
Effigy effigy)
Add the default provenance recorder to a container if it does not
already contain a provenance recorder.
|
static boolean |
ProvenanceRecorder.containsSupportedDirector(CompositeActor composite)
Returns true if the composite actor contains a director supported
by the provenance recorder or no director.
|
void |
RecordPlayer.play(java.lang.Integer execId,
CompositeActor workflow)
Play a specific execution for a workflow.
|
Modifier and Type | Field and Description |
---|---|
protected CompositeActor |
AutoCompleteComboBox.canvas |
Modifier and Type | Method and Description |
---|---|
CompositeActor |
TagBarDisplayUI.getCanvas() |
Constructor and Description |
---|
AutoCompleteComboBox(TagBarDisplayUI tagBarDisplayUI,
CompositeActor canvas,
ExistingTagsPanel existingTagsPanel) |
Modifier and Type | Field and Description |
---|---|
static java.util.Map<java.lang.String,CompositeActor> |
WebViewServer._models |
Modifier and Type | Method and Description |
---|---|
static void |
WebViewServer._addModel(CompositeActor model)
Add a model to the set managed by the server.
|
Modifier and Type | Class and Description |
---|---|
class |
LazyTypedCompositeActor
An aggregation of typed actors with lazy evaluation.
|
class |
TypedCompositeActor
A TypedCompositeActor is an aggregation of typed actors.
|
class |
TypeOpaqueCompositeActor
A composite actor whose ports have types, but the actors inside are
not required to be typed.
|
Modifier and Type | Method and Description |
---|---|
protected Graph |
GraphReader._initializeGraph(CompositeActor compositeActor)
Instantiate and initialize a graph just prior to filling it
in from a given Ptolemy II model.
|
protected void |
Manager._makeManagerOf(CompositeActor compositeActor)
Make this manager the manager of the specified composite
actor.
|
Graph |
GraphReader.convert(CompositeActor compositeActor)
Convert the model represented by a CompositeActor into a directed,
weighted graph.
|
Constructor and Description |
---|
RelationWidthInference(CompositeActor topLevel)
Create RelationWidthInference, the algorithm for width inference.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.List<CompositeActor> |
CompositeActorSimpleApplication._models
The list of all the models.
|
Modifier and Type | Method and Description |
---|---|
CompositeActor |
ModelPane.getModel()
Get the associated model.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<CompositeActor> |
CompositeActorSimpleApplication.models()
Return the list of models.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ModelPane._createPlaceable(CompositeActor model)
Place the placeable objects in the model in the display pane.
|
void |
ModelPane.setModel(CompositeActor model)
Set the associated model and add a query box with its top-level
parameters, and those of its director, if it has one.
|
void |
ModelFrame.setModel(CompositeActor model)
Set the associated model.
|
java.lang.Object |
CompositeActorSimpleApplication.startRun(CompositeActor model)
If the specified model has a manager and is not already running,
then execute the model in a new thread.
|
java.lang.Object |
CompositeActorApplication.startRun(CompositeActor model)
If the specified model has a manager and is not already running,
then execute the model in a new thread.
|
void |
CompositeActorSimpleApplication.stopRun(CompositeActor model)
If the specified model has a manager and is executing, then
stop execution by calling the stop() method of the manager.
|
Constructor and Description |
---|
ModelFrame(CompositeActor model)
Construct a frame to control the specified Ptolemy II model.
|
ModelFrame(CompositeActor model,
Tableau tableau)
Construct a frame to control the specified Ptolemy II model.
|
ModelFrame(CompositeActor model,
Tableau tableau,
ModelPane pane)
Construct a frame to control the specified Ptolemy II model.
|
ModelPane(CompositeActor model)
Construct a panel for interacting with the specified Ptolemy II model.
|
ModelPane(CompositeActor model,
int layout,
int show)
Construct a panel for interacting with the specified Ptolemy II model.
|
RunFrame(CompositeActor model,
Tableau tableau)
Construct a frame to control the specified Ptolemy II model.
|
Modifier and Type | Field and Description |
---|---|
protected CompositeActor |
CustomizableRunPane._model
The associated model.
|
protected CompositeActor |
CustomizableRunFrame._model
The associated model.
|
protected CompositeActor |
RunLayoutFrame._model
The associated model.
|
Constructor and Description |
---|
CustomizableRunFrame(CompositeActor model,
InterfaceTableau tableau)
Construct a frame to control the specified Ptolemy II model.
|
CustomizableRunPane(CompositeActor model,
java.lang.String xml)
Construct a panel for interacting with the specified Ptolemy II model.
|
RunLayoutFrame(CompositeActor model,
Tableau tableau,
CustomizableRunPane pane)
Construct a frame to control the specified Ptolemy II model.
|
Modifier and Type | Class and Description |
---|---|
class |
TestModel
A model for testing.
|
Modifier and Type | Class and Description |
---|---|
class |
CatchUpComposite
This composite allows events to occur in the inside model
between the times when the outside model invokes this composite.
|
class |
CatchUpComposite.Contents
Contents composite that overrides the base class to have a parameter
indicating whether to fire only when triggered.
|
class |
ExecuteActor
This is a composite actor that can execute the contained model
completely, as if it were a top-level model, on each firing.
|
class |
ExecuteCompositeActor
This is a composite actor that can execute the contained model
completely, as if it were a top-level model, on each firing.
|
class |
IterateOverArray
This actor iterates the contained actor or model over input arrays.
|
static class |
IterateOverArray.IterateComposite
This is a specialized composite actor for use in IterateOverArray.
|
class |
LifeCycleManager
This is a composite actor with some services for life-cycle management.
|
class |
MirrorComposite
A composite that contains one actor and mirrors the ports and
parameters of that actor.
|
static class |
MirrorComposite.MirrorCompositeContents
This is a specialized composite actor for use in MirrorComposite.
|
class |
MobileModel
This is a composite actor with an input port that accepts MoML descriptions
of changes that are applied to the contents.
|
class |
MultiCompositeActor
A composite actor that can have several refinements.
|
class |
MultiInstanceComposite
A
TypedCompositeActor that creates multiple
instances of itself during the preinitialize phase of model execution. |
class |
RealTimeComposite
Deprecated.
Use
ThreadedComposite instead |
class |
ReflectComposite
A composite that contains one actor and mirrors the ports and
parameters of that actor.
|
static class |
ReflectComposite.ReflectCompositeContents
This is a specialized composite actor for use in ReflectComposite.
|
class |
RunCompositeActor
This is a composite actor that can execute the contained model
completely, as if it were a top-level model, on each firing.
|
class |
ThreadedComposite
A container for another actor that executes that other actor
in a separate thread called the inside thread.
|
Modifier and Type | Method and Description |
---|---|
static RecordToken |
ModelUtilities.executeModel(CompositeActor model,
RecordToken args,
java.lang.String[] resultLabels)
This method takes model argument which is type of CompositeActor.
|
Modifier and Type | Method and Description |
---|---|
CompositeActor |
BranchController.getParent()
Return the composite actor that contains this branch
controller.
|
Constructor and Description |
---|
BranchController(CompositeActor container)
Construct a branch controller in the specified composite actor
container.
|
Constructor and Description |
---|
TestProcessActor(CompositeActor container,
java.lang.String name)
Create a new actor in the specified container with the specified
name.
|
Modifier and Type | Method and Description |
---|---|
protected CompositeActor |
TestGraphReader._readGraph(java.lang.String[] args)
Convert a MoML file that contains a Ptolemy II specification into a
composite actor representation.
|
Constructor and Description |
---|
IdentityActor(CompositeActor container,
java.lang.String name)
Create a new actor in the specified container with the specified
name.
|
TestActor(CompositeActor container,
java.lang.String name)
Create a new actor in the specified container with the specified
name.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
ChicInvoker._checkInterfaceCompatibility(CompositeActor model,
int compiler,
boolean silent,
java.lang.String name)
Check the interface compatibility of all entities that are directly
or indirectly contained by the model.
|
Modifier and Type | Class and Description |
---|---|
class |
ComponentActor
A Component is outside compatible with components and inside compatable
with actors.
|
Modifier and Type | Class and Description |
---|---|
class |
ContinuousTransferFunction
A transfer function in the continuous time domain.
|
class |
DifferentialSystem
A differential system in the Continuous domain.
|
class |
LinearStateSpace
Linear state space model in the CT domain.
|
Modifier and Type | Class and Description |
---|---|
class |
ActorRecursion
This actor performs actor recursion dynamically during execution.
|
Modifier and Type | Class and Description |
---|---|
class |
Configurer
A composite actor that serves as container of the contents of a configurable
entity.
|
Modifier and Type | Method and Description |
---|---|
protected CompositeActor |
MultirateFSMDirector._getEnclosingDomainActor()
If the container of this director does not have an MultirateFSMDirector
as its executive director, then return the container.
|
Modifier and Type | Class and Description |
---|---|
class |
Case
Deprecated.
Use ptolemy.actor.lib.hoc.Case instead.
|
class |
ModalModel
This is a typed composite actor designed to be a modal model.
|
class |
ModalRefinement
This modal model actor supports mirroring of its ports in its container
(which is required to be a refinement of a state in a ModalModel).
|
class |
Refinement
This typed composite actor supports mirroring of its ports in its container
(which is required to be a ModalModel), which in turn assures
mirroring of ports in each of the refinements and the controller.
|
class |
TransitionRefinement
Transition refinements provide a way to use composite actors which are run
whenever a transition is taken in an FSM modal, much in the same way
that State refinements are run every time an FSM is in a particular state.
|
Modifier and Type | Class and Description |
---|---|
class |
NondeterministicMerge
This actor takes any number of input streams and merges them
nondeterministically.
|
Constructor and Description |
---|
TestDirector(CompositeActor container,
java.lang.String name) |
TestSink(CompositeActor container,
java.lang.String name)
Constructor Adds ports to the star
|
Modifier and Type | Class and Description |
---|---|
class |
Butterfly
This class defines a Ptolemy II model that traces an elaborate curve
called the butterfly curve.
|
Modifier and Type | Class and Description |
---|---|
class |
OrthogonalCom
An binary, orthogonal communication system.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SDFScheduler._checkDynamicRateVariables(CompositeActor model,
java.util.List rateVariables)
Populate the given set with the dynamic rate variables in the model.
|
protected java.util.Map |
SDFScheduler._solveBalanceEquations(CompositeActor container,
java.util.List actorList,
java.util.Map externalRates)
Solve the balance equations for the list of connected Actors.
|
Modifier and Type | Field and Description |
---|---|
protected CompositeActor |
MoMLSimpleApplication._toplevel
The toplevel model that is created and then destroyed.
|
Modifier and Type | Method and Description |
---|---|
CompositeActor |
MoMLSimpleApplication.toplevel()
Return the toplevel.
|
Modifier and Type | Field and Description |
---|---|
CompositeActor |
UnloadModelTest.toplevel
The toplevel model that is created and then destroyed.
|
Constructor and Description |
---|
KielerLayout(diva.graph.layout.LayoutTarget target,
CompositeActor ptolemyContainer)
Construct an instance setting the LayoutTarget as requested by the
AbstractGlobalLayout and the containing Ptolemy model.
|