Modifier and Type | Field and Description |
---|---|
StringAttribute |
DarwinCoreDataSource._endPoint
The ecogrid query services url
|
StringAttribute |
DarwinCoreDataSource._schemaAttr
Schema defination of data file
|
StringAttribute |
DarwinCoreDataSource._sqlAttr
The SQL command to operate in data file
|
Modifier and Type | Method and Description |
---|---|
protected void |
DarwinCoreDataSource.setStrAttr(StringAttribute aStrAttr,
java.lang.String aVal,
java.lang.String aName)
Generic StringAttribute Setter
|
Modifier and Type | Field and Description |
---|---|
StringAttribute |
Eml200DataSource.schemaDef
Schema definition for the entities in this package.
|
StringAttribute |
Eml200DataSource.sqlDef
The SQL command which will be applied to the data entity to filter data
values.
|
Modifier and Type | Class and Description |
---|---|
class |
ResultRecordDetail
Detail information about a result record.
|
Modifier and Type | Field and Description |
---|---|
StringAttribute |
RExpression2.expression
The expression that is evaluated to produce the output.
|
StringAttribute |
RExpression.expression
The expression that is evaluated to produce the output.
|
Modifier and Type | Field and Description |
---|---|
StringAttribute |
DatabaseQuery._schemaAttr
The schema of the database.
|
StringAttribute |
DatabaseQuery._sqlAttr
Hidden variable containing the xml representation of the query as
returned by the query builder.
|
StringAttribute |
FTPClient.host
host server name.
|
StringAttribute |
FTPClient.password
Authentication password
|
StringAttribute |
FTPClient.remotePath
path to remote file (begins and ends with '/').
|
StringAttribute |
FTPClient.username
Authentication username
|
Modifier and Type | Field and Description |
---|---|
StringAttribute |
GEONDatabaseResource._descriptionAtt |
StringAttribute |
GEONShpResource._descriptionAtt |
StringAttribute |
GEONDatabaseResource._endpointAtt |
StringAttribute |
GEONShpResource._endpointAtt |
StringAttribute |
GEONDatabaseResource._idAtt |
StringAttribute |
GEONShpResource._idAtt |
StringAttribute |
GEONDatabaseResource._namespaceAtt |
StringAttribute |
GEONShpResource._namespaceAtt |
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 | Field and Description |
---|---|
StringAttribute |
QBTableauFactory._schemaAttrName
The name of the schema definition string attribute (not editted)
|
StringAttribute |
QBTableauFactory._sqlAttrName
The name of the sql definition string attribute that is to be edited.
|
Constructor and Description |
---|
QBEditor(QBTableauFactory factory,
StringAttribute sqlAttr,
StringAttribute schemaAttr,
java.lang.String title)
Construct an QB with the Schema and SQl.
|
Modifier and Type | Field and Description |
---|---|
StringAttribute |
ScriptEngineActor.script
The contents of the script.
|
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.
|
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 | Field and Description |
---|---|
StringAttribute |
WebViewAttribute.htmlCode |
Modifier and Type | Class and Description |
---|---|
class |
WebViewId |
Modifier and Type | Field and Description |
---|---|
StringAttribute |
SRBConnect.srbDefaultResource
A SRB resource is a system that is capable of storing data objects and is
accessible to the SRB
|
StringAttribute |
SRBConnect.srbHomeCollection
Each SRB-registered user is started with a 'home' collection.
|
StringAttribute |
SRBConnect.srbHost
srbHost : represents available srb server hosts
|
StringAttribute |
SRBConnect.srbMdasDomainHome
A domainHome is used to identify a site or project
|
StringAttribute |
SRBConnect.srbPasswd
SRB User's password
|
StringAttribute |
SRBConnect.srbPort
the port number required to connect to the srb server
|
StringAttribute |
SRBConnect.srbUserName
SRB Users are uniquely identified by their usernames combined with their
domains.
|
Modifier and Type | Field and Description |
---|---|
StringAttribute |
Effigy.identifier
The identifier for the effigy.
|
StringAttribute |
TextEditorTableau.Factory.syntaxStyle
The style of the text to be edited.
|
StringAttribute |
HTMLViewerTableau.url
The URL to display.
|
Modifier and Type | Field and Description |
---|---|
StringAttribute |
NoteStyle.note
The note to display.
|
Modifier and Type | Field and Description |
---|---|
StringAttribute |
ClassWrapper.className
The name of the Java class.
|
StringAttribute |
Expression.expression
The expression that is evaluated to produce the output.
|
StringAttribute |
ThrowException.message
The message reported in the exception, which is a string that
defaults to "Model triggered an exception".
|
StringAttribute |
ThrowModelError.message
The message reported in the exception.
|
StringAttribute |
SetVariable.variableName
The name of the variable in the container to set.
|
Modifier and Type | Field and Description |
---|---|
StringAttribute |
Round.function
The rounding strategy to use.
|
StringAttribute |
FixToFix.overflow
The overflow strategy used to convert a double into a fix point,
such as "saturate" or "to_zero".
|
StringAttribute |
DoubleToFix.overflow
The overflow strategy used, such as "saturate" or "modulo".
|
StringAttribute |
FixToFix.rounding
The rounding strategy used, such as "nearest" or "truncate".
|
StringAttribute |
DoubleToFix.rounding
The rounding strategy used, such as "nearest" or "truncate".
|
Modifier and Type | Field and Description |
---|---|
StringAttribute |
PlotterBase.legend
A comma-separated list of labels to attach to each data set.
|
StringAttribute |
SliderSource.title
The title to put on top.
|
Modifier and Type | Field and Description |
---|---|
StringAttribute |
Comparator.comparison
The comparison operator.
|
StringAttribute |
LogicFunction.function
Deprecated.
The function to compute.
|
Modifier and Type | Field and Description |
---|---|
StringAttribute |
PythonScript.jythonClassName
The Jython class name to be invoked.
|
StringAttribute |
PythonScript.script
The script that specifies the function of this actor.
|
Modifier and Type | Field and Description |
---|---|
StringAttribute |
RExpression2.expression
The expression that is evaluated to produce the output.
|
StringAttribute |
RExpression.expression
The expression that is evaluated to produce the output.
|
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 | Field and Description |
---|---|
StringAttribute |
ChicInvoker.chicAttributeName
A StringAttribute representing the name of the ChicAttributes
that are to be queried while collecting the interfaces upon which
Chic is to be invoked.
|
Modifier and Type | Field and Description |
---|---|
StringAttribute |
EventButton.text
Deprecated.
The text to put on the button.
|
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 |
OutputActionsAttribute
An action that sends outputs to one or more ports.
|
Modifier and Type | Field and Description |
---|---|
StringAttribute |
FSMDirector.controllerName
Attribute specifying the name of the mode controller in the
container of this director.
|
StringAttribute |
FSMActor.finalStateNames
Attribute specifying the names of the final states of this
actor.
|
StringAttribute |
Transition.guardExpression
Attribute specifying the guard expression.
|
StringAttribute |
FSMActor.initialStateName
Attribute specifying the name of the initial state of this
actor.
|
StringAttribute |
State.refinementName
Attribute specifying one or more names of refinements.
|
StringAttribute |
Transition.refinementName
Deprecated.
Use immediate transitions.
|
Modifier and Type | Field and Description |
---|---|
StringAttribute |
InterfaceAutomatonTransition.label
The label of this transition.
|
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 | Field and Description |
---|---|
StringAttribute |
DecoratorAttributes.decoratorName
The name of the decorator relative to the top-level of
the model, to be stored in a MoML file
to re-establish the connection with a decorator after saving
and re-parsing the file.
|
Modifier and Type | Class and Description |
---|---|
class |
InvalidStringAttribute
An attribute used for testing that is never valid.
|
Modifier and Type | Class and Description |
---|---|
class |
Documentation
An attribute that contains documentation for the container.
|
Modifier and Type | Field and Description |
---|---|
StringAttribute |
DocAttribute.author
The author field.
|
StringAttribute |
DocAttribute.description
The description.
|
StringAttribute |
RelativeLocation.relativeTo
The name of the object this location is relative to.
|
StringAttribute |
RelativeLocation.relativeToElementName
The element name of the object this location is relative to.
|
StringAttribute |
DocAttribute.since
The since field.
|
StringAttribute |
DocAttribute.version
The version field.
|
Modifier and Type | Class and Description |
---|---|
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 |
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 | Field and Description |
---|---|
StringAttribute |
AttributeValueIcon.attributeName
The name of the attribute of the container whose value to display.
|
Modifier and Type | Field and Description |
---|---|
StringAttribute |
AttributeValueAttribute.attributeName
The name of the attribute of the container whose value to display.
|
StringAttribute |
IDAttribute.author
The author of the model.
|
StringAttribute |
IDAttribute.baseClass
The base class of the containing class or entity.
|
StringAttribute |
IDAttribute.contributors
The contributors of the model.
|
StringAttribute |
IDAttribute.created
The date that this model was created.
|
StringAttribute |
IDAttribute.isClass
A boolean indicating whether the container is a class or an
instance.
|
StringAttribute |
IDAttribute.lastUpdated
The date that this model was last updated.
|
StringAttribute |
IDAttribute.name
The name of the containing class or entity.
|
StringAttribute |
TextAttribute.text
The text.
|
Modifier and Type | Field and Description |
---|---|
StringAttribute |
TextEditorTableauFactory.attributeName
The name of the string attribute that is to be edited.
|
StringAttribute |
TextEditorConfigureFactory.attributeName
The name of the string attribute that is to be edited.
|
StringAttribute |
FileEditorTableauFactory.attributeName
The name of the file attribute giving the file name or URL.
|
StringAttribute |
TextEditorTableauFactory.syntaxStyle
The style of the text to be edited.
|
StringAttribute |
TextEditorConfigureFactory.syntaxStyle
The style of the text to be edited.
|