Package | Description |
---|---|
org.ecoinformatics.seek.ecogrid.quicksearch | |
org.kepler.gui | |
org.kepler.moml | |
org.kepler.provenance | |
org.kepler.sms | |
org.kepler.sms.actors | |
org.kepler.util | |
org.kepler.webview.actor | |
org.kepler.webview.server | |
ptolemy.actor |
Executable entities.
|
ptolemy.actor.gui |
Ptolemy GUI components for actors and configurations.
|
ptolemy.actor.gui.style |
GUI Styles.
|
ptolemy.actor.parameters |
The ptolemy.actor.parameters package.
|
ptolemy.actor.parameters.test |
The ptolemy.actor.parameters.test package.
|
ptolemy.chic |
The ptolemy.chic 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.kernel.attributes |
Kernel attributes.
|
ptolemy.kernel.util |
Kernel utility classes.
|
ptolemy.kernel.util.test |
The ptolemy.kernel.util.test package.
|
ptolemy.moml |
Modeling Markup Language classes.
|
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.debugger |
Ptolemy II Debugger Interface.
|
ptolemy.vergil.icon |
Vergil icons.
|
ptolemy.vergil.kernel.attributes |
Vergil shape and text graphical attributes.
|
Modifier and Type | Class and Description |
---|---|
class |
ResultRecordDetail
Detail information about a result record.
|
Modifier and Type | Method and Description |
---|---|
void |
KeplerXMLIcon.valueChanged(Settable settable)
React to the fact that the value of an attribute named "_iconDescription"
contained by the same container has changed value by redrawing the
figure.
|
Modifier and Type | Class and Description |
---|---|
class |
DependencyAttribute
This implements a DependencyAttribute for moml properties.
|
class |
NamedObjId
The NamedObjId is a StringAttribute to be used for identifying a NamedObj by
a KeplerLSID.
|
class |
NamedObjIdReferralList
This StringAttribute holds a string of KeplerLSIDs separated by colons.
|
class |
PortAttribute
This implements a DependencyAttribute for moml properties.
|
Modifier and Type | Method and Description |
---|---|
void |
ProvenanceRecorder.valueChanged(Settable settable)
React to a change in parameter value.
|
Modifier and Type | Class and Description |
---|---|
class |
KeplerIOPortReference
An IO Port Reference refers to a ptolemy Port within its containing entity.
|
class |
KeplerVirtualIOPortReference
A KeplerVirtualPortReference refers to a kepler virtual port within its
containing entity.
|
class |
SemanticProperty
A data structure to hold a semantic property in a MoML file.
|
class |
SemanticType
This is a subtype of StringParameter.
|
class |
SemanticTypeDefinition
A data structure to hold a semantic type given in a kar file.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleMergeConversion
NOTE: This should eventually be more generic, i.e., specify a conversion
across multiple ports involed in a mapping.
|
class |
SimpleMergeSourceActor |
class |
SimpleMergeSourceActorPort |
class |
SimpleMergeTargetPort |
Modifier and Type | Class and Description |
---|---|
class |
TransientStringAttribute
This is a string attribute that overrides the exportMoML method to
effectively remove it (and any children) from MoML generated by the parent
NamedObj.
|
Modifier and Type | Class and Description |
---|---|
class |
ControlAttribute
TODO: notify client of errors
TODO: add pause, resume?
|
class |
ParametersAttribute
TODO: this class necessary?
|
class |
WebViewAttribute |
Modifier and Type | Class and Description |
---|---|
class |
WebViewId |
Modifier and Type | Class and Description |
---|---|
class |
LocalClock
A clock that keeps track of model time at a level of the model hierarchy
and relates it to the time of the enclosing model, if there is one.
|
class |
TypeAttribute
An attribute for defining a data type for a port.
|
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 |
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 | Field and Description |
---|---|
protected java.util.HashMap<Settable,java.lang.String> |
Configurer._originalValues
A record of the original values.
|
Modifier and Type | Method and Description |
---|---|
void |
PtolemyQuery.addStyledEntry(Settable attribute)
Add a new entry to this query that represents the given attribute.
|
boolean |
PtolemyQuery.adjustEditable(Settable settable,
java.awt.Component component)
Adjust the editability of the component depending on
whether the attribute has Settable.NOT_EDITABLE
visibility and if the _exportMode attribute is set
in the container.
|
void |
PtolemyQuery.attachParameter(Settable attribute,
java.lang.String entryName)
Attach an attribute to an entry with name entryName,
of a Query.
|
javax.swing.Box |
CustomQueryBoxParameter.createQueryBox(PtolemyQuery query,
Settable attribute)
Create a customized query box for the given query.
|
static boolean |
Configurer.isVisible(NamedObj target,
Settable settable)
Return true if the given settable should be visible in a
configurer panel for the specified target.
|
void |
PtolemyQuery.valueChanged(Settable attribute)
Notify this query that the value of the specified attribute has
changed.
|
Constructor and Description |
---|
HierarchicalConfigurer(Query owner,
java.lang.String name,
Settable parameter,
java.awt.Component widget)
Create a panel containing an entry box and a button.
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
ParameterEditorStyle.acceptable(Settable param)
Return true if this style is acceptable for the given parameter.
|
boolean |
TextStyle.acceptable(Settable param)
Return true if this style is acceptable for the given parameter.
|
boolean |
NoteStyle.acceptable(Settable param)
Return true if this style is acceptable for the given parameter.
|
boolean |
LineStyle.acceptable(Settable param)
Return true if this style is acceptable for the given parameter.
|
boolean |
FileChooserStyle.acceptable(Settable param)
Return true if this style is acceptable for the given parameter.
|
boolean |
CheckBoxStyle.acceptable(Settable param)
Return true if this style is acceptable for the given parameter.
|
boolean |
NotEditableLineStyle.acceptable(Settable param)
Return true if this style is acceptable for the given parameter.
|
boolean |
HiddenStyle.acceptable(Settable param)
Return true if this style is acceptable for the given parameter.
|
boolean |
ChoiceStyle.acceptable(Settable param)
Return true if this style is acceptable for the given attribute.
|
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 |
ChicAttribute
An attribute that has a string value which is meant to be used as an interface
in Chic.
|
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 | Method and Description |
---|---|
void |
ConstraintMonitor.valueChanged(Settable settable)
Override the base class to mark that evaluation is needed regardless
of the current expression.
|
void |
Variable.valueChanged(Settable settable)
React to the change in the specified instance of Settable.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseUnit
The base unit of a unit category.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractActionsAttribute
A base class for actions with semicolon delimited lists of commands.
|
class |
Action
An Action is contained by a Transition in an FSMActor or an Event in an
ERGController.
|
class |
CommitActionsAttribute
An action that changes the state of the system.
|
class |
FSMTransitionParameter
A parameter that contains FSM transition attributes.
|
class |
OutputActionsAttribute
An action that sends outputs to one or more ports.
|
Modifier and Type | Method and Description |
---|---|
void |
SDFScheduler.valueChanged(Settable settable)
React to the fact that the specified Settable has changed by
invalidating the schedule.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FileOrURLAccessor
An interface for Attributes and Parameters that access files or URLs.
|
Modifier and Type | Class and Description |
---|---|
class |
FileAttribute
Deprecated.
Use
FileParameter instead. |
class |
RequireVersion
An attribute that requires a particular version of Ptolemy II.
|
class |
VersionAttribute
A nonpersistent attribute that identifies the version of an object.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Locatable
An interface for objects storing a location.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSettableAttribute
This is an abstract base class for attributes that implement the
Settable interface.
|
class |
ConfigurableAttribute
This class provides a simple way to get a long string into an attribute.
|
class |
Location
An attribute that represents the center location of a node in a
schematic.
|
class |
SingletonConfigurableAttribute
This class is a configurable attribute that replaces any previously
existing attribute in the container that has the same name.
|
class |
StringAttribute
An attribute that has a string value.
|
class |
TransientSingletonConfigurableAttribute
Deprecated.
Use SingletonConfigurableAttribute instead with setPersistent(false).
|
Modifier and Type | Method and Description |
---|---|
void |
ValueListener.valueChanged(Settable settable)
React to the fact that the specified Settable has changed.
|
Modifier and Type | Class and Description |
---|---|
class |
InvalidStringAttribute
An attribute used for testing that is never valid.
|
Modifier and Type | Method and Description |
---|---|
void |
StreamValueListener.valueChanged(Settable settable)
React to the fact that the specified Settable has changed.
|
Modifier and Type | Class and Description |
---|---|
class |
Documentation
An attribute that contains documentation for the container.
|
class |
LibraryAttribute
This class is a configurable singleton attribute that associates a
component library with a model.
|
class |
Vertex
This attribute represents a waypoint in a relation.
|
Modifier and Type | Class and Description |
---|---|
class |
UnitAttribute
This class is used to implement the Unit Attribute.
|
Modifier and Type | Class and Description |
---|---|
class |
LayoutHint
A LayoutHint is an Attribute for Ptolemy Relations that holds the
specification of bend points for links.
|
Modifier and Type | Class and Description |
---|---|
class |
MonitorReceiverAttribute
This parameter, when inserted into a port, causes the port to display data
available for the actor to read.
|
Modifier and Type | Class and Description |
---|---|
class |
RelativeLocation
An attribute used to store a relative visual location.
|
Modifier and Type | Method and Description |
---|---|
void |
BasicGraphController.valueChanged(Settable settable)
React to the fact that the specified Settable has changed.
|
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 |
WebAttribute
Class containing information and methods for properties for web content,
for example, an HTML attribute that is part of an HTML element, as in the
"href" attribute of <a href="http://www.w3schools.com">This is a link</a>
The _elementName is used as the name of the attribute, e.g.
|
class |
WebContent
Base class for attributes defining content for export to web.
|
class |
WebElement
Attribute containing information and methods for web elements,
for example, HTML tags and content, as in
<div> This is some HTML content </div>
The full name including the _elementName is used as WebElement's web id.
|
Modifier and Type | Class and Description |
---|---|
class |
DebugController
An execution listener that suspends execution based on breakpoints.
|
Modifier and Type | Field and Description |
---|---|
protected Settable |
UpdatedValueIcon._associatedAttribute
The attribute whose value is being represented.
|
Modifier and Type | Method and Description |
---|---|
protected Settable |
AttributeValueIcon._associatedAttribute()
Return the associated attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
SVGIcon.valueChanged(Settable settable)
React to the fact that the value of an attribute named
"_iconDescription" contained by the same container has changed
value by redrawing the figure.
|
void |
UpdatedValueIcon.valueChanged(Settable settable)
React to the specified Settable changing by requesting a
repaint of the most recently constructed figures.
|
void |
XMLIcon.valueChanged(Settable settable)
React to the fact that the value of an attribute named
"_iconDescription" contained by the same container has changed
value by redrawing the figure.
|
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 | Field and Description |
---|---|
protected Settable |
AttributeValueAttribute._attribute
The associated attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
AttributeValueAttribute.valueChanged(Settable settable)
React to a change in the value of the associated attribute.
|