Package | Description |
---|---|
org.kepler.ddp.actor | |
org.kepler.gui | |
org.kepler.gui.frame | |
org.kepler.gui.kar | |
org.kepler.moml | |
org.kepler.profiling.gui | |
org.kepler.provenance | |
org.kepler.util | |
org.kepler.workflow | |
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.modal.modal |
The ptolemy.domains.modal.modal package.
|
ptolemy.kernel.util |
Kernel utility classes.
|
ptolemy.kernel.util.test.system | |
ptolemy.moml |
Modeling Markup Language classes.
|
ptolemy.moml.test |
The ptolemy.moml.test package.
|
ptolemy.vergil.actor |
Actor specific GUI packages.
|
ptolemy.vergil.actor.lib |
Vergil specific actors.
|
ptolemy.vergil.basic |
Basic GUI classes.
|
ptolemy.vergil.debugger |
Ptolemy II Debugger Interface.
|
ptolemy.vergil.icon |
Vergil icons.
|
ptolemy.vergil.modal |
Finite State Machine Editor.
|
ptolemy.vergil.modal.ia |
Vergil Finite State Machine Interface Automata classes.
|
ptolemy.vergil.tree |
Ptolemy Model Tree Editor.
|
ptolemy.vergil.unit |
Ptolemy GUI components for the Unit system.
|
Modifier and Type | Class and Description |
---|---|
class |
ExecutionChoice
An actor that supports multiple choices for execution.
|
Modifier and Type | Class and Description |
---|---|
class |
KeplerGraphFrame
Kepler-specific overrides for the graph frame.
|
Modifier and Type | Class and Description |
---|---|
class |
TabbedKeplerGraphFrame
This is a graph editor frame that uses a tabbed pane to display
multiple composite actors.
|
Modifier and Type | Class and Description |
---|---|
class |
KAREffigy
An Effigy for KAR files.
|
Modifier and Type | Class and Description |
---|---|
class |
NamedObjId
The NamedObjId is a StringAttribute to be used for identifying a NamedObj by
a KeplerLSID.
|
Modifier and Type | Method and Description |
---|---|
void |
NamedObjId.addChangeListener(ChangeListener listener)
Add a change listener, if the container is null the listener
is not added.
|
Modifier and Type | Class and Description |
---|---|
class |
CurrentExecutionPanel
A panel that displays actor execution information for the workflow
contained by the parent frame that creates the panel.
|
Modifier and Type | Class and Description |
---|---|
class |
ProvenanceRecorder
A listener that records workflow provenance information.
|
Modifier and Type | Class and Description |
---|---|
class |
RenameListener |
Modifier and Type | Class and Description |
---|---|
class |
WorkflowManager
This singleton class manages a list of workflows.
|
Modifier and Type | Class and Description |
---|---|
class |
ConfigurationEffigy
An effigy for a Ptolemy II model.
|
class |
EditParametersDialog
This class is a modal dialog box for editing the parameters of a
target object, which is an instance of NamedObj.
|
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 |
OpenInstanceDialog
This class is a non-modal dialog that displays the current state of
parameters of an instance.
|
class |
PlotEffigy
An effigy for a plot file.
|
class |
PortConfigurerDialog
This class is a non-modal dialog for configuring the ports of an
entity.
|
class |
PtolemyEffigy
An effigy for a Ptolemy II model.
|
class |
PtolemyQuery
This class is a query dialog box with various entries for setting
the values of Ptolemy II attributes that implement the Settable
interface and have visibility FULL.
|
class |
RenameConfigurer
This class is an editor widget to rename an object.
|
Modifier and Type | Class and Description |
---|---|
class |
Rerun
Run a MoML model over and over again.
|
Modifier and Type | Class and Description |
---|---|
class |
SetVariable
Set the value of a variable.
|
Modifier and Type | Method and Description |
---|---|
void |
LifeCycleManager.addChangeListener(ChangeListener listener)
Override the base class to delegate to the container AND
also record the listener locally.
|
void |
LifeCycleManager.removeChangeListener(ChangeListener listener)
Override the base class to remove the listener in
the container AND locally.
|
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).
|
Modifier and Type | Class and Description |
---|---|
class |
StreamChangeListener
A change listener that describes the changes on the standard output.
|
Modifier and Type | Method and Description |
---|---|
void |
ChangeRequest.addChangeListener(ChangeListener listener)
Add a new change listener to this request.
|
void |
NamedObj.addChangeListener(ChangeListener listener)
Add a change listener.
|
void |
Changeable.addChangeListener(ChangeListener listener)
Add a change listener.
|
void |
ChangeRequest.removeChangeListener(ChangeListener listener)
Remove the given change listener from this request.
|
void |
NamedObj.removeChangeListener(ChangeListener listener)
Remove a change listener.
|
void |
Changeable.removeChangeListener(ChangeListener listener)
Remove a change listener, if it is present, and otherwise
do nothing.
|
Modifier and Type | Class and Description |
---|---|
class |
ChangeRequestTest
Test for ChangeRequest.
|
Modifier and Type | Class and Description |
---|---|
class |
ConvertToLazy
Read a specified MoML file and convert all instances of
TypedCompositeActor that contain more than a specified
number of entities to LazyTypedCompositeActor.
|
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 |
MoMLParser
This class constructs Ptolemy II models from specifications
in MoML (modeling markup language), which is based on XML.
|
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.
|
class |
MoMLUndoEntry
This is an undo action on the undo/redo stack.
|
Modifier and Type | Class and Description |
---|---|
class |
UnloadModelTest
Test unloading a model.
|
Modifier and Type | Class and Description |
---|---|
class |
ActorGraphFrame
This is a graph editor frame for ptolemy models.
|
class |
ActorGraphModel
This class represents one level of hierarchy of a Ptolemy II model.
|
class |
ActorGraphModel.LinkModel.LinkChangeListener
This change listener is responsible for dispatching graph events
when an edge is moved.
|
class |
DocBuilderEffigy
An effigy for a DocBuilder.
|
Modifier and Type | Class and Description |
---|---|
class |
ModelDisplay
This actor opens a window to display the specified model.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractBasicGraphModel
This base class provides some common services for visual notations for
Ptolemy II models.
|
class |
BasicGraphFrame
A simple graph view for ptolemy models.
|
class |
ExtendedGraphFrame
An graph view for ptolemy models extended with the capability
to display the model in full-screen mode.
|
Modifier and Type | Class and Description |
---|---|
class |
BreakpointConfigurer
A GUI widget for configuring breakpoints.
|
Modifier and Type | Class and Description |
---|---|
class |
EditIconFrame
This is an icon editor frame for Ptolemy II models.
|
Modifier and Type | Class and Description |
---|---|
class |
CaseGraphFrame
This is a graph editor frame for ptolemy case models.
|
class |
FSMGraphFrame
This is a graph editor frame for ptolemy FSM models.
|
class |
FSMGraphModel
A graph model for graphically manipulating ptolemy FSM models.
|
Modifier and Type | Class and Description |
---|---|
class |
InterfaceAutomatonGraphFrame
This is a graph editor frame for ptolemy InterfaceAutomaton models.
|
Modifier and Type | Class and Description |
---|---|
class |
EntityTreeModel.TreeUpdateListener
A ChangeListener that updates the Tree.
|
Modifier and Type | Class and Description |
---|---|
class |
UnitConstraintsDialog
Unit Constraints Dialog.
|