Uses of Class
adams.core.base.AbstractBaseString
-
Packages that use AbstractBaseString Package Description adams.core adams.core.base adams.core.net adams.core.scripting adams.data adams.db adams.flow.control adams.flow.core adams.gui.core adams.parser -
-
Uses of AbstractBaseString in adams.core
Subclasses of AbstractBaseString in adams.core Modifier and Type Class Description class
ByteFormatString
Wrapper for byte format strings.class
MicroSecondFormatString
Wrapper for microsecond format strings.class
SecondFormatString
Wrapper for microsecond format strings.class
VariableName
Wrapper around the name of a variable (= string).class
VariableNameNoUpdate
Wrapper around the name of a variable (= string).class
VariableNameValuePair
Wrapper for a name/value pair of a variable. -
Uses of AbstractBaseString in adams.core.base
Subclasses of AbstractBaseString in adams.core.base Modifier and Type Class Description class
ArrayDimensions
For defining dimensions for an array: eg [2] or [2][4][6] or [@{variable}].class
AttributeTypeList
Wrapper for a comma-separated list of attribute types.class
BaseAnnotation
Class used for annotating actors in the flow.class
BaseCharset
Wrapper for aCharset
object to be editable in the GOE.class
BaseClassname
Wrapper for a class name object to be editable in the GOE.class
BaseCommandLine
Wrapper for a commandline object to be editable in the GOE.class
BaseDimension
Wrapper for aDimension
object to be editable in the GOE.class
BaseHostname
Wrapper for internet hostnames.class
BaseInterval
For specifying mathematical intervals like (1;1.2] or [-3.1;7.8].class
BaseKeyValuePair
Wrapper for a key/value pairs.class
BaseList
Wrapper for a comma-separated list (String).class
BaseMarkdown
Wrapper for a Markdown string to be editable in the GOE.class
BasePassword
Wrapper for a String object to be editable in the GOE.class
BasePointDouble
Wrapper for aPoint2D.Double
object to be editable in the GOE.class
BasePointFloat
Wrapper for aPoint2D.Float
object to be editable in the GOE.class
BasePointInt
Wrapper for aPoint
object (integers) to be editable in the GOE.class
BaseRectangle
Wrapper for a rectangle object to be editable in the GOE.class
BaseRegExp
Wrapper for a regular expression string to be editable in the GOE.class
BaseString
Wrapper for a String object to be editable in the GOE.class
BaseText
Wrapper for a String object to be editable in the GOE.class
CronSchedule
Encapsulates a cron schedule.class
JsonPathExpression
Encapsulates a JSON Path expression.class
LabeledRectangle
Wrapper for a rectangle object (with a label) to be editable in the GOE.class
Mat5ArrayDimensions
For specifying the dimensions of a Matlab matrix.class
Mat5ArrayElementIndex
For specifying a matrix index (or matrix subset).class
MatrixSubset
For defining matrix subsets ', '. class
MavenArtifact
Encapsulates Maven artifacts.class
MavenArtifactExclusion
Encapsulates Maven artifact exclusions.class
MavenRepository
Encapsulates Maven repositories.class
QuadrilateralLocation
Wrapper for a quadrilateral location object to be editable in the GOE.class
RangedThreshold
For specifying thresholds for ranges.class
XPathExpression
Encapsulates an XPath expression.class
XSLTStyleSheet
Encapsulates an XSLT Stylesheet. -
Uses of AbstractBaseString in adams.core.net
Subclasses of AbstractBaseString in adams.core.net Modifier and Type Class Description class
EmailAddress
Wrapper for a regular expression string to be editable in the GOE. -
Uses of AbstractBaseString in adams.core.scripting
Subclasses of AbstractBaseString in adams.core.scripting Modifier and Type Class Description class
GroovyScript
Wrapper for a Groovy scripts to be editable in the GOE. -
Uses of AbstractBaseString in adams.data
Subclasses of AbstractBaseString in adams.data Modifier and Type Class Description class
DateFormatString
Wrapper for date/time formats.class
DecimalFormatString
Wrapper for decimal formats. -
Uses of AbstractBaseString in adams.db
Subclasses of AbstractBaseString in adams.db Modifier and Type Class Description class
JdbcUrl
Encapsulates a JDBC URL Performs some minimal checks.class
SQLStatement
Wrapper for a SQL statement to be editable in the GOE. -
Uses of AbstractBaseString in adams.flow.control
Subclasses of AbstractBaseString in adams.flow.control Modifier and Type Class Description class
StorageName
Wrapper around the name of a storage item (= string).class
VariableNameStorageNamePair
Wrapper for a variable name/storage name pair. -
Uses of AbstractBaseString in adams.flow.core
Subclasses of AbstractBaseString in adams.flow.core Modifier and Type Class Description class
AbstractActorReference
Ancestor for actor references.class
CallableActorReference
Wrapper around the name of a callable classifier (= string).class
EventReference
Wrapper around the name of an event (= string).class
TriggerableEventReference
Wrapper around the name of a triggerable event (= string). -
Uses of AbstractBaseString in adams.gui.core
Subclasses of AbstractBaseString in adams.gui.core Modifier and Type Class Description class
AbstractAdvancedScript
Ancestor for scripts with syntax highlighting in the GOE using theRSyntaxTextArea
component.class
AbstractSimpleScript
Ancestor for scripts with syntax highlighting in the GOE.class
BaseShortcut
Wrapper for keyboard shortcuts. -
Uses of AbstractBaseString in adams.parser
Subclasses of AbstractBaseString in adams.parser Modifier and Type Class Description class
BooleanExpressionText
Wrapper for a String object to be editable in the GOE.class
LookUpUpdateText
Wrapper for a String object to be editable in the GOE.class
MathematicalExpressionText
Wrapper for a String object to be editable in the GOE.class
SpreadSheetFormulaText
Wrapper for a String object to be editable in the GOE.class
SpreadSheetQueryText
Wrapper for a String object to be editable in the GOE.class
StringExpressionText
Wrapper for a String object to be editable in the GOE.
-