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.core.tags 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 classByteFormatStringWrapper for byte format strings.classMicroSecondFormatStringWrapper for microsecond format strings.classSecondFormatStringWrapper for microsecond format strings.classVariableNameWrapper around the name of a variable (= string).classVariableNameNoUpdateWrapper around the name of a variable (= string).classVariableNameValuePairWrapper for a name/value pair of a variable.Methods in adams.core that return BaseObject Modifier and Type Method Description static BaseObjectUtils. 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 classAbstractBaseStringWrapper for a String object to be editable in the GOE.classArrayDimensionsFor defining dimensions for an array: eg [2] or [2][4][6] or [@{variable}].classAttributeTypeListWrapper for a comma-separated list of attribute types.classBaseAnnotationClass used for annotating actors in the flow.classBaseBooleanWrapper for a Boolean object to be editable in the GOE.classBaseByteWrapper for a Byte object to be editable in the GOE.classBaseCharacterWrapper for a Character object to be editable in the GOE.classBaseCharsetWrapper for aCharsetobject to be editable in the GOE.classBaseClassnameWrapper for a class name object to be editable in the GOE.classBaseColorWrapper for a Color object to be editable in the GOE.classBaseCommandLineWrapper for a commandline object to be editable in the GOE.classBaseDateWrapper for a Date string to be editable in the GOE.classBaseDateTimeWrapper for a Date/Time string to be editable in the GOE.classBaseDateTimeMsecWrapper for a Date/Time string to be editable in the GOE.classBaseDimensionWrapper for aDimensionobject to be editable in the GOE.classBaseDoubleWrapper for a Double object to be editable in the GOE.classBaseFloatWrapper for a Float object to be editable in the GOE.classBaseHostnameWrapper for internet hostnames.classBaseIntegerWrapper for an Integer object to be editable in the GOE.classBaseIntervalFor specifying mathematical intervals like (1;1.2] or [-3.1;7.8].classBaseKeyValuePairWrapper for a key/value pairs.classBaseListWrapper for a comma-separated list (String).classBaseLongWrapper for a Long object to be editable in the GOE.classBaseMarkdownWrapper for a Markdown string to be editable in the GOE.classBasePasswordWrapper for a String object to be editable in the GOE.classBasePointDoubleWrapper for aPoint2D.Doubleobject to be editable in the GOE.classBasePointFloatWrapper for aPoint2D.Floatobject to be editable in the GOE.classBasePointIntWrapper for aPointobject (integers) to be editable in the GOE.classBaseRectangleWrapper for a rectangle object to be editable in the GOE.classBaseRegExpWrapper for a regular expression string to be editable in the GOE.classBaseShortWrapper for a Short object to be editable in the GOE.classBaseStringWrapper for a String object to be editable in the GOE.classBaseTextWrapper for a String object to be editable in the GOE.classBaseTimeWrapper for a Time string to be editable in the GOE.classBaseTimeMsecWrapper for a Time string to be editable in the GOE.classBaseURIWrapper for an URI object to be editable in the GOE.classBaseURLWrapper for an URL object to be editable in the GOE.classCronScheduleEncapsulates a cron schedule.classJsonPathExpressionEncapsulates a JSON Path expression.classLabeledRectangleWrapper for a rectangle object (with a label) to be editable in the GOE.classMat5ArrayDimensionsFor specifying the dimensions of a Matlab matrix.classMat5ArrayElementIndexFor specifying a matrix index (or matrix subset).classMatrixSubsetFor defining matrix subsets ', '. classMavenArtifactEncapsulates Maven artifacts.classMavenArtifactExclusionEncapsulates Maven artifact exclusions.classMavenRepositoryEncapsulates Maven repositories.classQuadrilateralLocationWrapper for a quadrilateral location object to be editable in the GOE.classRangedThresholdFor specifying thresholds for ranges.classXPathExpressionEncapsulates an XPath expression.classXSLTStyleSheetEncapsulates 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.gMethods in adams.core.base that return BaseObject Modifier and Type Method Description BaseObjectBaseObject. getClone()Returns a clone of itself.static BaseObjectBaseObject. 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 classEmailAddressWrapper 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 classGroovyScriptWrapper for a Groovy scripts to be editable in the GOE. -
Uses of BaseObject in adams.core.tags
Subclasses of BaseObject in adams.core.tags Modifier and Type Class Description classTagWrapper for a tag (key/value pair). -
Uses of BaseObject in adams.data
Subclasses of BaseObject in adams.data Modifier and Type Class Description classDateFormatStringWrapper for date/time formats.classDecimalFormatStringWrapper for decimal formats. -
Uses of BaseObject in adams.db
Subclasses of BaseObject in adams.db Modifier and Type Class Description classJdbcUrlEncapsulates a JDBC URL Performs some minimal checks.classSQLStatementWrapper 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 classStorageNameWrapper around the name of a storage item (= string).classVariableNameStorageNamePairWrapper 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 classAbstractActorReferenceAncestor for actor references.classCallableActorReferenceWrapper around the name of a callable classifier (= string).classEventReferenceWrapper around the name of an event (= string).classTriggerableEventReferenceWrapper 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 classBaseObjectTextField<T extends BaseObject>Text field designed for entering a strings checked by a BaseObject derived object.static classBaseObjectTextField.BaseObjectCheckModel<T extends BaseObject>A model for checking regexp values.Subclasses of BaseObject in adams.gui.core Modifier and Type Class Description classAbstractAdvancedScriptAncestor for scripts with syntax highlighting in the GOE using theRSyntaxTextAreacomponent.classAbstractSimpleScriptAncestor for scripts with syntax highlighting in the GOE.classBaseShortcutWrapper for keyboard shortcuts.Fields in adams.gui.core declared as BaseObject Modifier and Type Field Description protected TBaseObjectTextField.BaseObjectCheckModel. m_Checkthe 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 classAbstractBaseDateTypeEditor<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 BAbstractBaseDateTypeEditor. m_Datefor parsing the date type.Methods in adams.gui.goe that return BaseObject Modifier and Type Method Description protected BaseObjectBaseObjectEditor. parse(String s)Parses the given string and returns the generated object.protected BaseObjectBaseRegExpEditor. 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 classBooleanExpressionTextWrapper for a String object to be editable in the GOE.classLookUpUpdateTextWrapper for a String object to be editable in the GOE.classMathematicalExpressionTextWrapper for a String object to be editable in the GOE.classSpreadSheetFormulaTextWrapper for a String object to be editable in the GOE.classSpreadSheetQueryTextWrapper for a String object to be editable in the GOE.classStringExpressionTextWrapper 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 BaseObjectWekaOptionUtils. 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 BaseObjectWekaOptionUtils. 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 voidWekaOptionUtils. add(List<String> options, char option, BaseObject value)Adds the BaseObject to the options.static voidWekaOptionUtils. add(List<String> options, char option, BaseObject[] value)Adds the BaseObject to the options.static voidWekaOptionUtils. add(List<String> options, String option, BaseObject value)Adds the BaseObject to the options.static voidWekaOptionUtils. add(List<String> options, String option, BaseObject[] value)Adds the BaseObject to the options.static BaseObjectWekaOptionUtils. 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 BaseObjectWekaOptionUtils. 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.
-