Package | Description |
---|---|
org.kepler.gui | |
org.kepler.gui.frame | |
org.kepler.moml | |
org.kepler.provenance | |
org.kepler.sms | |
ptolemy.actor |
Executable entities.
|
ptolemy.actor.gui |
Ptolemy GUI components for actors and configurations.
|
ptolemy.actor.lib.string.test |
The ptolemy.actor.lib.string.test package.
|
ptolemy.actor.parameters |
The ptolemy.actor.parameters package.
|
ptolemy.actor.parameters.test |
The ptolemy.actor.parameters.test package.
|
ptolemy.data.expr |
The Ptolemy II Expression Language.
|
ptolemy.data.unit |
The unit system.
|
ptolemy.domains.modal.kernel |
The ptolemy.domains.modal.kernel package.
|
ptolemy.domains.sdf.kernel |
The ptolemy.domains.sdf.kernel package.
|
ptolemy.domains.sdf.optimize |
The ptolemy.domains.sdf.optimize package.
|
ptolemy.kernel.util |
Kernel utility classes.
|
ptolemy.kernel.util.test |
The ptolemy.kernel.util.test package.
|
ptolemy.moml.unit |
Unit System Modeling Markup Language classes.
|
ptolemy.vergil.actor |
Actor specific GUI packages.
|
ptolemy.vergil.actor.lib |
Vergil specific actors.
|
ptolemy.vergil.basic |
Basic GUI classes.
|
ptolemy.vergil.basic.export.web |
The ptolemy.vergil.basic.export.web package.
|
ptolemy.vergil.icon |
Vergil icons.
|
ptolemy.vergil.kernel.attributes |
Vergil shape and text graphical attributes.
|
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 |
KeplerXMLIcon
An icon is a visual representation of an entity.
|
Modifier and Type | Class and Description |
---|---|
class |
TabbedKeplerGraphFrame.TabbedKeplerController
Specialized graph controller that handles multiple graph models.
|
Modifier and Type | Method and Description |
---|---|
void |
PortAttribute.addValueListener(ValueListener listener)
add a valueListener
|
void |
NamedObjId.addValueListener(ValueListener listener)
add a valueListener
|
void |
DependencyAttribute.addValueListener(ValueListener listener)
add a valueListener
|
void |
PortAttribute.removeValueListener(ValueListener listener)
remove the indicated listener
|
void |
NamedObjId.removeValueListener(ValueListener listener)
remove the indicated listener
|
void |
DependencyAttribute.removeValueListener(ValueListener listener)
remove the indicated listener
|
Modifier and Type | Class and Description |
---|---|
class |
ProvenanceRecorder
A listener that records workflow provenance information.
|
Modifier and Type | Class and Description |
---|---|
class |
SemanticType
This is a subtype of StringParameter.
|
Modifier and Type | Class and Description |
---|---|
class |
TypeAttribute
An attribute for defining a data type for a port.
|
Modifier and Type | Method and Description |
---|---|
void |
LocalClock.addValueListener(ValueListener listener)
This method has to be implemented for the AbstractSettableAttribute
interface.
|
void |
LocalClock.removeValueListener(ValueListener listener)
This method has to be implemented for the AbstractSettableAttribute
interface.
|
Modifier and Type | Class and Description |
---|---|
class |
ColorAttribute
This is an attribute that specifies a color.
|
class |
LiveLink
An attribute that provides a link to a specified URL.
|
class |
LocationAttribute
This attribute stores the width and height of a graphical component.
|
class |
PasswordAttribute
An attribute that represents a password.
|
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 |
SizeAttribute
This attribute stores the width and height of a graphical component.
|
class |
WindowPropertiesAttribute
This attribute stores properties of a window, including the width,
height, and location.
|
Modifier and Type | Class and Description |
---|---|
class |
SDFTestScheduler
A scheduler that exposes the rate variable of SDFScheduler.
|
Modifier and Type | Class and Description |
---|---|
class |
DoubleRangeParameter
This is a parameter with type double with a limited range and
limited precision.
|
class |
FilePortParameter
This file parameter creates an associated port that can be used to update
the current value of the parameter.
|
class |
IntRangeParameter
This is a parameter with type integer with a limited range.
|
class |
LocationParameter
A parameter that specifies the location of the center of its container.
|
class |
MirrorPortParameter
This is a PortParameter for MirrorComposites.
|
class |
PortParameter
This parameter creates an associated port that can be used to update
the current value of the parameter.
|
class |
Priority
A parameter to store an integer number priority in an actor.
|
class |
SharedParameter
This parameter is shared throughout a model.
|
Modifier and Type | Class and Description |
---|---|
class |
TestSharedParameter
A test suite parameter that is shared globally in a model.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractInitializableParameter
An abstract base class for parameters that are preinitialized,
initialized, and wrapped up during execution of a model.
|
class |
ChoiceParameter
This parameter contains a string value and has a list of acceptable choices.
|
class |
ChoiceStringParameter
This parameter contains a string value and has a list of acceptable choices.
|
class |
ConstraintMonitor
A contract monitor that decorates each entity in a model with a
value parameter and monitors the sum of all such values.
|
class |
ExpertParameter
This class is identical to Parameter except that its visibility
is set to "expert" by default.
|
class |
FileParameter
This is an attribute that specifies a file or URL.
|
class |
NameParameter
This subclass of StringParameter uses its value to set the name of
its container.
|
class |
Parameter
Parameter extends Variable with additional support for string-valued
variables that makes these friendlier at the user interface level.
|
class |
SingletonParameter
This subclass of Parameter is identical to Parameter except that it
is a singleton, meaning that when its container is set, if the container
already contains an attribute with the same name, then that attribute
is first removed.
|
class |
StringConstantParameter
This class is identical to StringParameter except that its visibility
is set to "NOT_EDITABLE" by default.
|
class |
StringParameter
This subclass of Parameter is almost identical to Parameter except that it
sets itself to string mode in the constructor.
|
class |
TemporaryVariable
This is identical to a Variable except that creating it does not
increment the workspace version.
|
class |
Variable
A Variable is an Attribute that contains a token, and can be set by an
expression that can refer to other variables.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.List<ValueListener> |
Variable._valueListeners
Listeners for changes in value.
|
Modifier and Type | Method and Description |
---|---|
void |
Variable.addValueListener(ValueListener listener)
Add a listener to be notified when the value of this variable changes.
|
void |
Variable.removeValueListener(ValueListener listener)
Remove a listener from the list of listeners that is
notified when the value of this variable changes.
|
void |
Variable.setValueListenerAsWeakDependency(ValueListener listener)
Set a value listener as a weak dependency.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseUnit
The base unit of a unit category.
|
Modifier and Type | Method and Description |
---|---|
void |
FSMTransitionParameter.addValueListener(ValueListener listener)
Add value listener.
|
void |
FSMTransitionParameter.removeValueListener(ValueListener listener)
Remove value listener.
|
Modifier and Type | Class and Description |
---|---|
class |
CachedSDFScheduler
The CachedSDFScheduler extends the SDFScheduler by caching schedules.
|
class |
SDFScheduler
A scheduler that implements basic scheduling of SDF graphs.
|
Modifier and Type | Class and Description |
---|---|
class |
OptimizingSDFScheduler
OptimizingSDFScheduler is the scheduler companion to the OptimizingSDFDirector
It works with the synchronous dataflow (SDF) model of computation to find
an optimized schedule according to a defined criterion.
|
Modifier and Type | Method and Description |
---|---|
void |
Settable.addValueListener(ValueListener listener)
Add a listener to be notified when the value of this settable
object changes.
|
void |
StringAttribute.addValueListener(ValueListener listener)
Add a listener to be notified when the value of this attribute changes.
|
void |
Location.addValueListener(ValueListener listener)
Add a listener to be notified when the value of this attribute changes.
|
void |
ConfigurableAttribute.addValueListener(ValueListener listener)
Add a listener to be notified when the value of this attribute changes.
|
void |
Settable.removeValueListener(ValueListener listener)
Remove a listener from the list of listeners that are
notified when the value of this variable changes.
|
void |
StringAttribute.removeValueListener(ValueListener listener)
Remove a listener from the list of listeners that is
notified when the value of this attribute changes.
|
void |
Location.removeValueListener(ValueListener listener)
Remove a listener from the list of listeners that is
notified when the value of this variable changes.
|
void |
ConfigurableAttribute.removeValueListener(ValueListener listener)
Remove a listener from the list of listeners that is
notified when the value of this attribute changes.
|
Modifier and Type | Class and Description |
---|---|
class |
StreamValueListener
A value listener that describes value changes on the standard output
when the value of an object implementing Settable changes.
|
Modifier and Type | Method and Description |
---|---|
void |
UnitAttribute.addValueListener(ValueListener listener)
Add a listener to be notified when the value of this attribute changes.
|
void |
UnitAttribute.removeValueListener(ValueListener listener)
Remove a listener from the list of listeners that is
notified when the value of this attribute changes.
|
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 | Method and Description |
---|---|
void |
LayoutHint.addValueListener(ValueListener listener)
Add a listener to be notified when the value of this attribute changes.
|
void |
LayoutHint.removeValueListener(ValueListener listener)
Remove a listener from the list of listeners that is notified when the
value of this variable changes.
|
Modifier and Type | Method and Description |
---|---|
void |
MonitorReceiverAttribute.addValueListener(ValueListener listener)
Add a listener to be notified when the value of this settable
object changes.
|
void |
MonitorReceiverAttribute.removeValueListener(ValueListener listener)
Remove a listener from the list of listeners that are
notified when the value of this variable changes.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicGraphController
A base class for Ptolemy II graph controllers.
|
class |
RunnableGraphController
A graph controller for models that can be executed.
|
class |
WithIconGraphController
A base class for Ptolemy II graph controllers for objects that can have
icons.
|
Modifier and Type | Class and Description |
---|---|
class |
AreaEventType
A parameter used to specify the event type actions associated
with an area in an HTML image map.
|
class |
DefaultIconLink
A parameter specifying default hyperlink to associate
with icons in model.
|
class |
DefaultIconScript
A parameter specifying default JavaScript actions to associate
with icons in model.
|
class |
DefaultTitle
A parameter specifying default title to associate
with a model and with components in the model.
|
class |
DygraphsJSPlotterAttribute
Attribute for generating the HTML file with JavaScript to plot simulation
results using the Dygraphs library.
|
class |
HTMLImage
Attribute for inserting an image into a web page.
|
class |
HTMLText
Attribute for inserting HTML text into the page exported by Export to Web.
|
class |
HTMLTextPosition
Parameter specifying the position into which to export HTML text.
|
class |
IconLink
Attribute specifying a URI to link to from an icon when a model
is exported to a web page.
|
class |
IconScript
A parameter associating a JavaScript with an icon in model.
|
class |
JSPlotterAttribute
Base class for attributes generating the HTML file with JavaScript to plot
simulation results for "Export to Web".
|
class |
LinkTarget
Parameter specifying the target for an HTML link.
|
class |
LinkToOpenTableaux
A parameter specifying default hyperlink to associate
with icons in model.
|
class |
ParameterDisplayIconScript
A parameter specifying default JavaScript actions to associate
with icons in model.
|
class |
Script
A parameter for associating a script (such as Javascript) with an object in
a model.
|
class |
Title
Attribute specifying a title for a model or a component in a model.
|
class |
WebContent
Base class for attributes defining content for export to web.
|
Modifier and Type | Class and Description |
---|---|
class |
ActorNameIcon
An icon that displays the parameter _displayedName.
|
class |
AttributeValueIcon
An icon that displays the value of an attribute of the container
or of some other entity contained by the container.
|
class |
BoxedValueIcon
An icon that displays the value of an attribute of the container in a box
that resizes according to the width of the attribute value.
|
class |
BoxedValuesIcon
This icon displays the value of all visible attributes of class Settable
contained by the container of this icon.
|
class |
ConstraintMonitorIcon
An icon providing visual indication when constraints are violated.
|
class |
CopyCatIcon
This is an icon that copies the icon of the last entity contained by
the same container, if there is one, and behaves like the base class
if not.
|
class |
EditIconGraphController
A graph controller for the Ptolemy II icon editor.
|
class |
SVGIcon
This class is intended to eventually replace XMLIcon, however,
the current version doesn't work very well, so it isn't used.
|
class |
UpdatedValueIcon
An icon that displays the value of an attribute of the container,
updating it as the value of the value of the attribute is updated.
|
class |
ValueIcon
An icon that displays a bullet, the name, and, if the container is
an instance of settable, its value.
|
class |
XMLIcon
An icon is a visual representation of an entity.
|
Modifier and Type | Class and Description |
---|---|
class |
AttributeExpressionAttribute
This is a text attribute whose text string is derived from the
expression of a parameter.
|
class |
AttributeValueAttribute
This is a text attribute whose text string shows the
value of a parameter.
|
Modifier and Type | Method and Description |
---|---|
void |
AttributeValueAttribute.addValueListener(ValueListener listener)
Add a listener to be notified when the value of this settable
object changes.
|
void |
AttributeValueAttribute.removeValueListener(ValueListener listener)
Remove a listener from the list of listeners that are
notified when the value of this variable changes.
|
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.
|