Uses of Class
adams.core.base.BaseObject
-
Packages that use BaseObject 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.gui.goe adams.parser weka.core -
-
Uses of BaseObject in adams.core
Subclasses of BaseObject 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.Methods in adams.core that return BaseObject Modifier and Type Method Description static BaseObject
Utils. wrapPrimitive(Object obj)
Wraps the primitive in a BaseObject-derived object. -
Uses of BaseObject in adams.core.base
Subclasses of BaseObject in adams.core.base Modifier and Type Class Description class
AbstractBaseString
Wrapper for a String object to be editable in the GOE.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
BaseBoolean
Wrapper for a Boolean object to be editable in the GOE.class
BaseByte
Wrapper for a Byte object to be editable in the GOE.class
BaseCharacter
Wrapper for a Character object to be editable in the GOE.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
BaseColor
Wrapper for a Color object to be editable in the GOE.class
BaseCommandLine
Wrapper for a commandline object to be editable in the GOE.class
BaseDate
Wrapper for a Date string to be editable in the GOE.class
BaseDateTime
Wrapper for a Date/Time string to be editable in the GOE.class
BaseDateTimeMsec
Wrapper for a Date/Time string to be editable in the GOE.class
BaseDimension
Wrapper for aDimension
object to be editable in the GOE.class
BaseDouble
Wrapper for a Double object to be editable in the GOE.class
BaseFloat
Wrapper for a Float object to be editable in the GOE.class
BaseHostname
Wrapper for internet hostnames.class
BaseInteger
Wrapper for an Integer object to be editable in the GOE.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
BaseLong
Wrapper for a Long object to be editable in the GOE.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
BaseShort
Wrapper for a Short object 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
BaseTime
Wrapper for a Time string to be editable in the GOE.class
BaseTimeMsec
Wrapper for a Time string to be editable in the GOE.class
BaseURI
Wrapper for an URI object to be editable in the GOE.class
BaseURL
Wrapper for an URL 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.Methods in adams.core.base with type parameters of type BaseObject Modifier and Type Method Description static <T extends BaseObject>
Map<String,T>BaseObject. getTemplates(Class<T> cls)
Returns the predefined templates.
Properties file in same location as class, e.g.:
adams.core.base.BaseObject -> adams/core/base/BaseObject.props
Format of props file:Methods in adams.core.base that return BaseObject Modifier and Type Method Description BaseObject
BaseObject. getClone()
Returns a clone of itself.static BaseObject
BaseObject. newInstance(Class cls, String s)
Creates a new instance of the specified BaseObject-derived class and sets the specified value.static BaseObject[]
BaseObject. toObjectArray(String[] array, Class cls)
Turns the String array into a BaseObject array.static BaseObject[]
BaseObject. toObjectArray(List<String> array, Class cls)
Turns the String array into a BaseObject array.Methods in adams.core.base with parameters of type BaseObject Modifier and Type Method Description static String[]
BaseObject. toStringArray(BaseObject[] array)
Turns the BaseObject array into a string array.static List<String>
BaseObject. toStringList(BaseObject[] array)
Turns the BaseObject array into a string list. -
Uses of BaseObject in adams.core.net
Subclasses of BaseObject 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 BaseObject in adams.core.scripting
Subclasses of BaseObject in adams.core.scripting Modifier and Type Class Description class
GroovyScript
Wrapper for a Groovy scripts to be editable in the GOE. -
Uses of BaseObject in adams.data
Subclasses of BaseObject in adams.data Modifier and Type Class Description class
DateFormatString
Wrapper for date/time formats.class
DecimalFormatString
Wrapper for decimal formats. -
Uses of BaseObject in adams.db
Subclasses of BaseObject 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 BaseObject in adams.flow.control
Subclasses of BaseObject 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 BaseObject in adams.flow.core
Subclasses of BaseObject 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 BaseObject in adams.gui.core
Classes in adams.gui.core with type parameters of type BaseObject Modifier and Type Class Description class
BaseObjectTextField<T extends BaseObject>
Text field designed for entering a strings checked by a BaseObject derived object.static class
BaseObjectTextField.BaseObjectCheckModel<T extends BaseObject>
A model for checking regexp values.Subclasses of BaseObject 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.Fields in adams.gui.core declared as BaseObject Modifier and Type Field Description protected T
BaseObjectTextField.BaseObjectCheckModel. m_Check
the object used for the checks. -
Uses of BaseObject in adams.gui.goe
Classes in adams.gui.goe with type parameters of type BaseObject Modifier and Type Class Description class
AbstractBaseDateTypeEditor<B extends BaseObject & DateValueSupporter & GrammarSupplier,P extends DateProvider>
Ancestor property editors that handle base date types.Fields in adams.gui.goe declared as BaseObject Modifier and Type Field Description protected B
AbstractBaseDateTypeEditor. m_Date
for parsing the date type.Methods in adams.gui.goe that return BaseObject Modifier and Type Method Description protected BaseObject
BaseObjectEditor. parse(String s)
Parses the given string and returns the generated object.protected BaseObject
BaseRegExpEditor. parse(String s)
Parses the given string and returns the generated object. -
Uses of BaseObject in adams.parser
Subclasses of BaseObject 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. -
Uses of BaseObject in weka.core
Methods in weka.core that return BaseObject Modifier and Type Method Description static BaseObject
WekaOptionUtils. parse(String[] options, char option, BaseObject defValue)
Parses a BaseObject option, uses default if option is missing.static BaseObject[]
WekaOptionUtils. parse(String[] options, char option, BaseObject[] defValue)
Parses a BaseObject option, uses default if option is missing.static BaseObject
WekaOptionUtils. parse(String[] options, String option, BaseObject defValue)
Parses a BaseObject option, uses default if option is missing.static BaseObject[]
WekaOptionUtils. parse(String[] options, String option, BaseObject[] defValue)
Parses a BaseObject option, uses default if option is missing.Methods in weka.core with parameters of type BaseObject Modifier and Type Method Description static void
WekaOptionUtils. add(List<String> options, char option, BaseObject value)
Adds the BaseObject to the options.static void
WekaOptionUtils. add(List<String> options, char option, BaseObject[] value)
Adds the BaseObject to the options.static void
WekaOptionUtils. add(List<String> options, String option, BaseObject value)
Adds the BaseObject to the options.static void
WekaOptionUtils. add(List<String> options, String option, BaseObject[] value)
Adds the BaseObject to the options.static BaseObject
WekaOptionUtils. parse(String[] options, char option, BaseObject defValue)
Parses a BaseObject option, uses default if option is missing.static BaseObject[]
WekaOptionUtils. parse(String[] options, char option, BaseObject[] defValue)
Parses a BaseObject option, uses default if option is missing.static BaseObject
WekaOptionUtils. parse(String[] options, String option, BaseObject defValue)
Parses a BaseObject option, uses default if option is missing.static BaseObject[]
WekaOptionUtils. parse(String[] options, String option, BaseObject[] defValue)
Parses a BaseObject option, uses default if option is missing.
-