Package | Description |
---|---|
org.kepler | |
org.kepler.ddp | |
org.kepler.gui.frame | |
org.kepler.hadoop.execution | |
org.kepler.provenance | |
org.kepler.spark.stub | |
org.kepler.stratosphere.stub | |
ptolemy.actor |
Executable entities.
|
ptolemy.actor.gui |
Ptolemy GUI components for actors and configurations.
|
ptolemy.actor.gui.test |
The ptolemy.actor.gui.test package.
|
ptolemy.actor.lib |
Polymorphic actor classes.
|
ptolemy.actor.lib.hoc |
Higher Order Component Classes.
|
ptolemy.domains.sdf.demo.HTVQ |
The ptolemy.domains.sdf.demo.HTVQ package.
|
ptolemy.domains.sdf.demo.Sketch |
The ptolemy.domains.sdf.demo.Sketch package.
|
ptolemy.moml |
Modeling Markup Language classes.
|
ptolemy.moml.test |
The ptolemy.moml.test package.
|
ptolemy.vergil |
The Ptolemy II GUI.
|
ptolemy.vergil.actor |
Actor specific GUI packages.
|
ptolemy.vergil.actor.lib |
Vergil specific actors.
|
ptolemy.vergil.basic |
Basic GUI classes.
|
ptolemy.vergil.modal |
Finite State Machine Editor.
|
ptolemy.vergil.modal.ia |
Vergil Finite State Machine Interface Automata classes.
|
Modifier and Type | Class and Description |
---|---|
class |
ExecutionEngine
This class is the main entry point for making API calls to the underlying
ptolemy execution engine and moml parser.
|
class |
KeplerConfigurationApplication
This class is the startup class for all non-gui applications of kepler.
|
Modifier and Type | Method and Description |
---|---|
java.util.Vector<ExecutionListener> |
ExecutionEngine.getExecutionListeners()
return a vector of all of the registered ExecutionListeners
|
Modifier and Type | Method and Description |
---|---|
void |
ExecutionEngine.addExecutionListener(ExecutionListener exeListener)
add an execution listener
|
void |
ExecutionEngine.removeExecutionListener(ExecutionListener exeListener)
remove an execution listener
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
TabbedKeplerGraphFrame.TabbedKeplerController
Specialized graph controller that handles multiple graph models.
|
Modifier and Type | Class and Description |
---|---|
class |
KeplerApp4CoGroup
This class will parse CoGroup sub-workflow, execute it according to its input, and return execution output.
|
class |
KeplerApp4Cross
This class will parse cross sub-workflow, execute it according to its input, and return execution output.
|
class |
KeplerApp4Map
This class will parse map sub-workflow, execute it according to its input, and return execution output.
|
class |
KeplerApp4Match
This class will parse match sub-workflow, execute it according to its input, and return execution output.
|
class |
KeplerApp4Reduce
This class will parse reduce sub-workflow, execute it according to its input, and return execution output.
|
class |
KeplerAppBase
A base class for Hadoop stubs that execute Kepler workflows.
|
Modifier and Type | Class and Description |
---|---|
class |
ProvenanceRecorder
A listener that records workflow provenance information.
|
Modifier and Type | Class and Description |
---|---|
class |
KeplerPairFlatMapFunction<T,K,V>
A Spark stub to run a Kepler workflow in a map.
|
Modifier and Type | Class and Description |
---|---|
class |
KeplerCoGroupStub
A PACT CoGroup stub that runs a Kepler workflow.
|
class |
KeplerCombineAndReduceStub
A PACT Reduce stub that runs a Kepler workflow.
|
class |
KeplerCrossStub
A PACT Cross stub that runs a Kepler workflow.
|
class |
KeplerMapStub
A PACT Map stub that runs a Kepler workflow.
|
class |
KeplerMatchStub
A PACT Match stub that runs a Kepler workflow.
|
class |
KeplerReduceStub
A PACT Reduce stub that runs a Kepler workflow.
|
Modifier and Type | Class and Description |
---|---|
class |
StreamExecutionListener
A default implementation of the ExecutionListener interface.
|
Modifier and Type | Method and Description |
---|---|
void |
Manager.addExecutionListener(ExecutionListener listener)
Add a listener to be notified when the model execution changes state.
|
void |
Manager.removeExecutionListener(ExecutionListener listener)
Remove a listener from the list of listeners that are notified
of execution events.
|
Modifier and Type | Class and Description |
---|---|
class |
ConfigurationApplication
An application that reads one or more
files specified on the command line, or instantiates one or
more Java classes specified by the -class option.
|
class |
ModelFrame
ModelFrame is a top-level window containing a Ptolemy II model control panel.
|
class |
MoMLApplet
This is an applet that constructs a Ptolemy II model from a MoML file.
|
class |
MoMLApplication
An application that sets the look and feel to the native look
and feel and then reads one or more
files specified on the command line, or instantiates one or
more Java classes specified by the -class option.
|
class |
MoMLSimpleStatisticalApplication
A simple application that reads in a .xml file as a command
line argument, runs it and prints out time and memory statistics
MoMLApplication sets the look and feel, which starts up Swing,
so we can't use MoMLApplication for non-graphical simulations.
|
class |
PtExecuteApplication
This application executes Ptolemy II models specified on the
command line.
|
class |
PtolemyApplet
This class provides a convenient way to make applets out of Ptolemy II
models.
|
class |
PtolemyApplication
This application opens run control panels for models specified on the
command line.
|
class |
RunTableau.RunFrame
The frame that is created by an instance of RunTableau.
|
Modifier and Type | Class and Description |
---|---|
class |
Rerun
Run a MoML model over and over again.
|
Modifier and Type | Class and Description |
---|---|
class |
CatchExceptionAttribute
This attribute catches exceptions and attempts to handle them with the
specified policy.
|
class |
ExceptionManager
The ExceptionManager catches exceptions and attempts to handle them with the
specified policy.
|
Modifier and Type | Class and Description |
---|---|
class |
ApplyFilterOverArray
This is an atomic actor that filters an array received at its
inputArray input port via applying a model specified by a
file or URL.
|
class |
ModelReference
This is an atomic actor that can execute a model specified by
a file or URL.
|
Modifier and Type | Class and Description |
---|---|
class |
HTVQApplet
An applet that uses Ptolemy II SDF domain.
|
Modifier and Type | Class and Description |
---|---|
class |
SketchApplet
This applet demonstrates the use of the SketchSource actor,
and in particular, how to share the same plot display between
an instance of SketchedSource and an instance of SequencePlotter.
|
Modifier and Type | Class and Description |
---|---|
class |
MoMLCommandLineApplication
A application that reads command line arguments that set parameters
and a .xml file naming a model, sets the parameters and runs the model.
|
class |
MoMLSimpleApplication
A simple application that reads in a .xml file as a command
line argument and runs it.
|
class |
MoMLSimpleTimeoutApplication
A simple application that reads in a .xml file as a command line argument,
runs it and terminates the run after a time out.
|
Modifier and Type | Class and Description |
---|---|
class |
UnloadModelTest
Test unloading a model.
|
Modifier and Type | Class and Description |
---|---|
class |
MoMLViewerApplet
This applet displays a graph view of a specified MoML file.
|
class |
TypeAnimatorApplet
An applet that demonstrates the Ptolemy II type system.
|
class |
VergilApplication
An application for editing ptolemy models visually.
|
Modifier and Type | Class and Description |
---|---|
class |
ActorEditorGraphController
A Graph Controller for the Ptolemy II schematic editor.
|
class |
ActorViewerGraphController
A graph controller for the Ptolemy II schematic viewer.
|
Modifier and Type | Class and Description |
---|---|
class |
ShowTypes
This attribute, when inserted into a model causes types to be
displayed on all ports at the same level of the hierarchy as
this attribute.
|
class |
VisualModelReference
This is an atomic actor that can execute and/or open a model specified by
a file or URL.
|
Modifier and Type | Class and Description |
---|---|
class |
RunnableGraphController
A graph controller for models that can be executed.
|
Modifier and Type | Class and Description |
---|---|
class |
CaseGraphFrame.CaseGraphController
Specialized graph controller that handles multiple graph models.
|
class |
FSMGraphController
A Graph Controller for FSM models.
|
class |
FSMViewerGraphController
A graph controller for the Ptolemy II finite-state machine viewer.
|
Modifier and Type | Class and Description |
---|---|
class |
InterfaceAutomatonGraphController
A Graph Controller for interface automata models.
|