Uses of Class
adams.core.option.AbstractOption
-
-
Uses of AbstractOption in adams.core
Methods in adams.core with parameters of type AbstractOption Modifier and Type Method Description booleanVariablesFinder. canHandle(AbstractOption option)Returns whether the traverser is allowed to "handle" this option.protected booleanVariablesFinder. isSkipped(AbstractOption option)Checks whether to skip this option.static StringAutoOnOff. toString(AbstractOption option, Object object)Returns the enum as string.static StringTriState. toString(AbstractOption option, Object object)Returns the enum as string.static AutoOnOffAutoOnOff. valueOf(AbstractOption option, String str)Returns an enum generated from the string.static TriStateTriState. valueOf(AbstractOption option, String str)Returns an enum generated from the string. -
Uses of AbstractOption in adams.core.discovery
Fields in adams.core.discovery declared as AbstractOption Modifier and Type Field Description AbstractOption[]IntrospectionHelper.IntrospectionContainer. optionsthe options, if any. -
Uses of AbstractOption in adams.core.io
Methods in adams.core.io with parameters of type AbstractOption Modifier and Type Method Description static StringMessageDigestType. toString(AbstractOption option, Object object)Returns the enum as string.static MessageDigestTypeMessageDigestType. valueOf(AbstractOption option, String str)Returns an enum generated from the string. -
Uses of AbstractOption in adams.core.option
Subclasses of AbstractOption in adams.core.option Modifier and Type Class Description classAbstractArgumentOptionThe ancestor of all option classes that take an argument.classAbstractNumericOption<T extends Number>Handles options with numeric arguments.classBaseObjectOptionOption class for BaseObject derived classes.classBooleanOptionOption for boolean flags.classByteOptionHandles options with Byte arguments.classClassOptionOption class for OptionHandler options.classCustomHooksOptionOption class for options with custom hooks for valueOf and toString.classDoubleOptionHandles options with Double arguments.classEnumOptionOption class for enums.classFloatOptionHandles options with Float arguments.classIntegerOptionHandles options with Integer arguments.classLongOptionHandles options with Long arguments.classShortOptionHandles options with Short arguments.classStringOptionHandles options with string arguments.Fields in adams.core.option with type parameters of type AbstractOption Modifier and Type Field Description protected List<AbstractOption>OptionManager. m_Optionsthe options.Methods in adams.core.option that return AbstractOption Modifier and Type Method Description AbstractOptionOptionManager. add(String commandline, String property, Object defValue)Determines the appropriate concrete option class, sets it up and returns it.AbstractOptionOptionManager. add(String commandline, String property, Object defValue, Number lower, Number upper)Determines the appropriate concrete option class, sets it up and returns it.AbstractOptionAbstractOption. dontOutputDefaultValue()Suppresses the output of the default value in help strings etc.AbstractOptionOptionManager. findByClass(Class cls)Tries to locate the corresponding option for the given class.AbstractOptionOptionManager. findByFlag(String flag)Tries to locate the corresponding option for the given commandline string (without the leading dash).AbstractOptionOptionManager. findByProperty(String property)Tries to locate the corresponding option for the given property name.protected AbstractOptionOptionManager. findOption(String flagOrProperty, boolean flag)Returns the option for the commandline flag/property.AbstractOptionOptionManager. insert(int index, String commandline, String property, Object defValue)Determines the appropriate concrete option class, sets it up and returns it.AbstractOptionOptionManager. insert(int index, String commandline, String property, Object defValue, Number lower, Number upper)Determines the appropriate concrete option class, sets it up and returns it.AbstractOptionAbstractOption. noConstraint()Removes any constraints.AbstractOptionOptionManager. removeByFlag(String flag)Removes the corresponding option associated with the given commandline string (without the leading dash).AbstractOptionOptionManager. removeByProperty(String property)Removes the corresponding option associated with the given property name.protected AbstractOptionOptionManager. removeOption(String flagOrProperty, boolean isFlag)Removes the option associated with the commandline flag/property.AbstractOptionAbstractOption. setConstraint(AbstractOptionConstraint value)Sets the constraint to use.AbstractOptionAbstractOption. setMinUserMode(UserMode value)Sets the minimum user mode.AbstractOptionAbstractOption. setOutputDefaultValue(boolean value)Sets whether the default is to be output or not in help strings etc.Methods in adams.core.option that return types with arguments of type AbstractOption Modifier and Type Method Description List<AbstractOption>OptionManager. getOptionsList()Returns the list of options.Methods in adams.core.option with parameters of type AbstractOption Modifier and Type Method Description protected voidXhtmlProducer.ActorOptionTraverser. addDescription(Table parent, AbstractOption option)Adds the description of the option as row.protected TableXhtmlProducer.ActorOptionTraverser. addStaticInfo(AbstractOption option)Adds static information, like property, command-line flag and description.protected voidCommandlineHelpProducer. addToolTip(AbstractOption option, StringBuilder buffer)Breaks up the tool tip and adds it to the StringBuilder.protected voidHtmlHelpProducer. addToolTip(AbstractOption option, StringBuilder buffer)Breaks up the tool tip and adds it to the StringBuilder.protected voidHtmlParametersProducer. addToolTip(AbstractOption option, StringBuilder buffer)Breaks up the tool tip and adds it to the StringBuilder.abstract booleanAbstractOptionTraverser. canHandle(AbstractOption option)Returns whether the traverser is allowed to "handle" this option.booleanFileLister. canHandle(AbstractOption option)Returns whether the traverser is allowed to "handle" this option.booleanOptionTraverser. canHandle(AbstractOption option)Returns whether the traverser is allowed to "handle" this option.booleanVariableLister. canHandle(AbstractOption option)Returns whether the traverser is allowed to "handle" this option.booleanVariablesInstanceLister. canHandle(AbstractOption option)Returns whether the traverser is allowed to "handle" this option.booleanXhtmlProducer.ActorOptionTraverser. canHandle(AbstractOption option)protected String[]ArrayConsumer. collectValues(AbstractOption option, String[] input)Collects all the arguments for given argument options.protected Object[]JsonConsumer. collectValues(AbstractOption option, net.minidev.json.JSONObject input)Collects all the arguments for given argument options.protected ArrayListNestedConsumer. collectValues(AbstractOption option, List input)Collects all the arguments for given argument options.IAbstractOptionProducer. doProduce(AbstractOption option)Visits the option and obtains information from it.ArrayList<String>ArrayProducer. doProduce(AbstractOption option)Visits the option and obtains information from it.ListNestedProducer. doProduce(AbstractOption option)Visits the option and obtains information from it.IOptionProducer. doProduce(AbstractOption option)Visits the option and obtains information from it.protected ObjectAbstractOptionProducer. getCurrentValue(AbstractOption option)Returns the current value for the option.protected StringAbstractJavaCodeProducer. getNextTmpVariable(AbstractOption option)Generates the next name for a temporary variable.protected StringAbstractOptionConsumer. getOptionIdentifier(AbstractOption option)Returns either the property name or the commandline flag, depending on whether property names are to be used or not.protected StringAbstractOptionProducer. getOptionIdentifier(AbstractOption option)Returns either the property name or the commandline flag, depending on whether property names are to be used or not.protected MethodAbstractOptionConsumer. getWriteMethod(AbstractOption option)Attempts to return the write method of the option.protected voidAbstractOptionConsumer. processOption(AbstractOption option, V values)Processes the specified argument option. -
Uses of AbstractOption in adams.core.option.constraint
Fields in adams.core.option.constraint declared as AbstractOption Modifier and Type Field Description protected AbstractOptionAbstractOptionConstraint. m_Ownerthe owner.Methods in adams.core.option.constraint that return AbstractOption Modifier and Type Method Description AbstractOptionAbstractOptionConstraint. getOwner()Returns the option this constraint is for.Methods in adams.core.option.constraint with parameters of type AbstractOption Modifier and Type Method Description voidAbstractOptionConstraint. setOwner(AbstractOption value)Sets the option that this constraint is for.Constructors in adams.core.option.constraint with parameters of type AbstractOption Constructor Description AbstractOptionConstraint(AbstractOption owner)Initializes the constraint.NumericBounds(AbstractOption owner, T lowerBound, T upperBound)Initializes the constraint.StringLength(AbstractOption owner, Integer min, Integer max)Initializes the constraint. -
Uses of AbstractOption in adams.core.option.parsing
Methods in adams.core.option.parsing with parameters of type AbstractOption Modifier and Type Method Description static StringActorPathParsing. toString(AbstractOption option, Object object)Returns the reference as string.static StringAdvancedScriptParsing. toString(AbstractOption option, Object object)Returns the script as string.static StringBaseAnnotationParsing. toString(AbstractOption option, Object object)Returns the BaseAnnotation as string.static StringBaseBooleanParsing. toString(AbstractOption option, Object object)Returns theBaseBooleanas string.static StringBaseColorParsing. toString(AbstractOption option, Object object)Returns the color as string.static StringBaseDateParsing. toString(AbstractOption option, Object object)Returns the Compound as string.static StringBaseDateTimeMsecParsing. toString(AbstractOption option, Object object)Returns the Compound as string.static StringBaseDateTimeParsing. toString(AbstractOption option, Object object)Returns the Compound as string.static StringBaseIntervalParsing. toString(AbstractOption option, Object object)Returns the Compound as string.static StringBaseKeyValuePairParsing. toString(AbstractOption option, Object object)Returns the Compound as string.static StringBaseMarkdownParsing. toString(AbstractOption option, Object object)Returns the BaseMarkdown as string.static StringBaseObjectParsing. toString(AbstractOption option, Object object)Returns the BaseObject as string.static StringBasePasswordParsing. toString(AbstractOption option, Object object)Returns the Compound as string.static StringBaseRegExpParsing. toString(AbstractOption option, Object object)Returns the Compound as string.static StringBaseTextParsing. toString(AbstractOption option, Object object)Returns the BaseText as string.static StringBaseTimeMsecParsing. toString(AbstractOption option, Object object)Returns the Compound as string.static StringBaseTimeParsing. toString(AbstractOption option, Object object)Returns the Compound as string.static StringCallableActorReferenceParsing. toString(AbstractOption option, Object object)Returns the reference as string.static StringColorParsing. toString(AbstractOption option, Object object)Returns the color as string.static StringConfigurableEnumerationItemParsing. toString(AbstractOption option, Object object)Returns the Item as string.static StringCronScheduleParsing. toString(AbstractOption option, Object object)Returns the Compound as string.static StringEmailAddressParsing. toString(AbstractOption option, Object object)Returns the field as string.static StringEventReferenceParsing. toString(AbstractOption option, Object object)Returns the reference as string.static StringFieldParsing. toString(AbstractOption option, Object object)Returns the field as string.static StringFileParsing. toString(AbstractOption option, Object object)Returns the file as string.static StringFlowFileParsing. toString(AbstractOption option, Object object)Returns the file as string.static StringFontParsing. toString(AbstractOption option, Object object)Returns the color as string.static StringIndexParsing. toString(AbstractOption option, Object object)Returns the Compound as string.static StringJdbcUrlParsing. toString(AbstractOption option, Object object)Returns the BaseObject as string.static StringLicenseParsing. toString(AbstractOption option, Object object)Returns the enum as string.static StringLocaleParsing. toString(AbstractOption option, Object object)Returns the locale as string.static StringMat5ArrayDimensionsParsing. toString(AbstractOption option, Object object)Returns the Compound as string.static StringMat5ArrayElementIndexParsing. toString(AbstractOption option, Object object)Returns the Compound as string.static StringMavenArtifactExclusionParsing. toString(AbstractOption option, Object object)Returns the Compound as string.static StringMavenArtifactParsing. toString(AbstractOption option, Object object)Returns the Compound as string.static StringMavenRepositoryParsing. toString(AbstractOption option, Object object)Returns the Compound as string.static StringPdfFontParsing. toString(AbstractOption option, Object object)Returns the color as string.static StringPlaceholderDirectoryParsing. toString(AbstractOption option, Object object)Returns the file as string.static StringPlaceholderFileParsing. toString(AbstractOption option, Object object)Returns the file as string.static StringPrefixFieldParsing. toString(AbstractOption option, Object object)Returns the field as string.static StringRangeParsing. toString(AbstractOption option, Object object)Returns the Compound as string.static StringSheetIndexParsing. toString(AbstractOption option, Object object)Returns the Compound as string.static StringSheetRangeParsing. toString(AbstractOption option, Object object)Returns the Compound as string.static StringSimpleScriptParsing. toString(AbstractOption option, Object object)Returns the script as string.static StringSpreadSheetColumnIndexParsing. toString(AbstractOption option, Object object)Returns the Compound as string.static StringSpreadSheetColumnRangeParsing. toString(AbstractOption option, Object object)Returns the Compound as string.static StringSpreadSheetRowIndexParsing. toString(AbstractOption option, Object object)Returns the Compound as string.static StringSpreadSheetRowRangeParsing. toString(AbstractOption option, Object object)Returns the Compound as string.static StringSpreadSheetUnorderedColumnRangeParsing. toString(AbstractOption option, Object object)Returns the Compound as string.static StringSpreadSheetUnorderedRowRangeParsing. toString(AbstractOption option, Object object)Returns the Compound as string.static StringSuffixFieldParsing. toString(AbstractOption option, Object object)Returns the field as string.static StringTagParsing. toString(AbstractOption option, Object object)Returns the Compound as string.static StringTimeZoneParsing. toString(AbstractOption option, Object object)Returns the timezone as string.static StringTriggerableEventReferenceParsing. toString(AbstractOption option, Object object)Returns the reference as string.static StringTriStateParsing. toString(AbstractOption option, Object object)Returns the field as string.static StringUnorderedRangeParsing. toString(AbstractOption option, Object object)Returns the Compound as string.static StringVariableNameStorageNamePairParsing. toString(AbstractOption option, Object object)Returns the Compound as string.static StringVariableNameValuePairParsing. toString(AbstractOption option, Object object)Returns the Compound as string.static StringWekaAttributeIndexParsing. toString(AbstractOption option, Object object)Returns the object as string.static StringWekaAttributeRangeParsing. toString(AbstractOption option, Object object)Returns the object as string.static StringWekaExperimentFileParsing. toString(AbstractOption option, Object object)Returns the file as string.static StringWekaLabelIndexParsing. toString(AbstractOption option, Object object)Returns the object as string.static StringWekaLabelRangeParsing. toString(AbstractOption option, Object object)Returns the object as string.static StringWekaUnorderedAttributeRangeParsing. toString(AbstractOption option, Object object)Returns the object as string.static ObjectActorPathParsing. valueOf(AbstractOption option, String str)Returns a reference generated from the string.static ObjectAdvancedScriptParsing. valueOf(AbstractOption option, String str)Returns a script object generated from the string.static ObjectBaseAnnotationParsing. valueOf(AbstractOption option, String str)Returns a BaseAnnotation generated from the string.static ObjectBaseBooleanParsing. valueOf(AbstractOption option, String str)Returns aBaseBooleangenerated from the string.static ObjectBaseColorParsing. valueOf(AbstractOption option, String str)Returns a color generated from the string.static ObjectBaseDateParsing. valueOf(AbstractOption option, String str)Returns a Compound generated from the string.static ObjectBaseDateTimeMsecParsing. valueOf(AbstractOption option, String str)Returns a Compound generated from the string.static ObjectBaseDateTimeParsing. valueOf(AbstractOption option, String str)Returns a Compound generated from the string.static ObjectBaseIntervalParsing. valueOf(AbstractOption option, String str)Returns a Compound generated from the string.static ObjectBaseKeyValuePairParsing. valueOf(AbstractOption option, String str)Returns a Compound generated from the string.static ObjectBaseMarkdownParsing. valueOf(AbstractOption option, String str)Returns a BaseMarkdown generated from the string.static ObjectBaseObjectParsing. valueOf(AbstractOption option, String str)Returns a BaseObject generated from the string.static ObjectBasePasswordParsing. valueOf(AbstractOption option, String str)Returns a Compound generated from the string.static ObjectBaseRegExpParsing. valueOf(AbstractOption option, String str)Returns a Compound generated from the string.static ObjectBaseTextParsing. valueOf(AbstractOption option, String str)Returns a BaseText generated from the string.static ObjectBaseTimeMsecParsing. valueOf(AbstractOption option, String str)Returns a Compound generated from the string.static ObjectBaseTimeParsing. valueOf(AbstractOption option, String str)Returns a Compound generated from the string.static ObjectCallableActorReferenceParsing. valueOf(AbstractOption option, String str)Returns a reference generated from the string.static ObjectColorParsing. valueOf(AbstractOption option, String str)Returns a color generated from the string.static ObjectConfigurableEnumerationItemParsing. valueOf(AbstractOption option, String str)Returns an Item object from the string.static ObjectCronScheduleParsing. valueOf(AbstractOption option, String str)Returns a Compound generated from the string.static ObjectEmailAddressParsing. valueOf(AbstractOption option, String str)Returns a EmailAddress generated from the string.static ObjectEventReferenceParsing. valueOf(AbstractOption option, String str)Returns a reference generated from the string.static ObjectFieldParsing. valueOf(AbstractOption option, String str)Returns a Field generated from the string.static ObjectFileParsing. valueOf(AbstractOption option, String str)Returns a file generated from the string.static ObjectFlowFileParsing. valueOf(AbstractOption option, String str)Returns a file generated from the string.static ObjectFontParsing. valueOf(AbstractOption option, String str)Returns a color generated from the string.static ObjectIndexParsing. valueOf(AbstractOption option, String str)Returns a Compound generated from the string.static ObjectJdbcUrlParsing. valueOf(AbstractOption option, String str)Returns a BaseObject generated from the string.static adams.core.LicenseLicenseParsing. valueOf(AbstractOption option, String str)Returns an enum generated from the string.static ObjectLocaleParsing. valueOf(AbstractOption option, String str)Returns a locale generated from the string.static ObjectMat5ArrayDimensionsParsing. valueOf(AbstractOption option, String str)Returns a Compound generated from the string.static ObjectMat5ArrayElementIndexParsing. valueOf(AbstractOption option, String str)Returns a Compound generated from the string.static ObjectMavenArtifactExclusionParsing. valueOf(AbstractOption option, String str)Returns a Compound generated from the string.static ObjectMavenArtifactParsing. valueOf(AbstractOption option, String str)Returns a Compound generated from the string.static ObjectMavenRepositoryParsing. valueOf(AbstractOption option, String str)Returns a Compound generated from the string.static ObjectPdfFontParsing. valueOf(AbstractOption option, String str)Returns a color generated from the string.static ObjectPlaceholderDirectoryParsing. valueOf(AbstractOption option, String str)Returns a file generated from the string.static ObjectPlaceholderFileParsing. valueOf(AbstractOption option, String str)Returns a file generated from the string.static ObjectPrefixFieldParsing. valueOf(AbstractOption option, String str)Returns a Field generated from the string.static ObjectRangeParsing. valueOf(AbstractOption option, String str)Returns a Compound generated from the string.static ObjectSheetIndexParsing. valueOf(AbstractOption option, String str)Returns a Compound generated from the string.static ObjectSheetRangeParsing. valueOf(AbstractOption option, String str)Returns a Compound generated from the string.static ObjectSimpleScriptParsing. valueOf(AbstractOption option, String str)Returns a script object generated from the string.static ObjectSpreadSheetColumnIndexParsing. valueOf(AbstractOption option, String str)Returns a Compound generated from the string.static ObjectSpreadSheetColumnRangeParsing. valueOf(AbstractOption option, String str)Returns a Compound generated from the string.static ObjectSpreadSheetRowIndexParsing. valueOf(AbstractOption option, String str)Returns a Compound generated from the string.static ObjectSpreadSheetRowRangeParsing. valueOf(AbstractOption option, String str)Returns a Compound generated from the string.static ObjectSpreadSheetUnorderedColumnRangeParsing. valueOf(AbstractOption option, String str)Returns a Compound generated from the string.static ObjectSpreadSheetUnorderedRowRangeParsing. valueOf(AbstractOption option, String str)Returns a Compound generated from the string.static ObjectSuffixFieldParsing. valueOf(AbstractOption option, String str)Returns a Field generated from the string.static ObjectTagParsing. valueOf(AbstractOption option, String str)Returns a Compound generated from the string.static ObjectTimeZoneParsing. valueOf(AbstractOption option, String str)Returns a timezone generated from the string.static ObjectTriggerableEventReferenceParsing. valueOf(AbstractOption option, String str)Returns a reference generated from the string.static ObjectTriStateParsing. valueOf(AbstractOption option, String str)Returns a Field generated from the string.static ObjectUnorderedRangeParsing. valueOf(AbstractOption option, String str)Returns a Compound generated from the string.static ObjectVariableNameStorageNamePairParsing. valueOf(AbstractOption option, String str)Returns a Compound generated from the string.static ObjectVariableNameValuePairParsing. valueOf(AbstractOption option, String str)Returns a Compound generated from the string.static ObjectWekaAttributeIndexParsing. valueOf(AbstractOption option, String str)Returns a object generated from the string.static ObjectWekaAttributeRangeParsing. valueOf(AbstractOption option, String str)Returns a object generated from the string.static ObjectWekaExperimentFileParsing. valueOf(AbstractOption option, String str)Returns a file generated from the string.static ObjectWekaLabelIndexParsing. valueOf(AbstractOption option, String str)Returns a object generated from the string.static ObjectWekaLabelRangeParsing. valueOf(AbstractOption option, String str)Returns a object generated from the string.static ObjectWekaUnorderedAttributeRangeParsing. valueOf(AbstractOption option, String str)Returns a object generated from the string. -
Uses of AbstractOption in adams.data.filter
Methods in adams.data.filter with parameters of type AbstractOption Modifier and Type Method Description static StringAbstractFastWavelet.WaveletType. toString(AbstractOption option, Object object)Returns the enum as string.static AbstractFastWavelet.WaveletTypeAbstractFastWavelet.WaveletType. valueOf(AbstractOption option, String str)Returns an enum generated from the string. -
Uses of AbstractOption in adams.data.image.features
Methods in adams.data.image.features with parameters of type AbstractOption Modifier and Type Method Description static StringHistogram.HistogramType. toString(AbstractOption option, Object object)Returns the enum as string.static Histogram.HistogramTypeHistogram.HistogramType. valueOf(AbstractOption option, String str)Returns an enum generated from the string. -
Uses of AbstractOption in adams.data.image.transformer
Methods in adams.data.image.transformer with parameters of type AbstractOption Modifier and Type Method Description static StringImageType.Type. toString(AbstractOption option, Object object)Returns the enum as string.static ImageType.TypeImageType.Type. valueOf(AbstractOption option, String str)Returns an enum generated from the string. -
Uses of AbstractOption in adams.data.jai
Methods in adams.data.jai with parameters of type AbstractOption Modifier and Type Method Description static StringImageType. toString(AbstractOption option, Object object)Returns the enum as string.static ImageTypeImageType. valueOf(AbstractOption option, String str)Returns an enum generated from the string. -
Uses of AbstractOption in adams.data.jai.features
Methods in adams.data.jai.features with parameters of type AbstractOption Modifier and Type Method Description static StringHistogram.HistogramType. toString(AbstractOption option, Object object)Returns the enum as string.static Histogram.HistogramTypeHistogram.HistogramType. valueOf(AbstractOption option, String str)Returns an enum generated from the string. -
Uses of AbstractOption in adams.data.padding
Methods in adams.data.padding with parameters of type AbstractOption Modifier and Type Method Description static StringPaddingType. toString(AbstractOption option, Object object)Returns the enum as string.static PaddingTypePaddingType. valueOf(AbstractOption option, String str)Returns an enum generated from the string. -
Uses of AbstractOption in adams.data.report
Methods in adams.data.report with parameters of type AbstractOption Modifier and Type Method Description static StringDataType. toString(AbstractOption option, Object object)Returns the enum as string.static DataTypeDataType. valueOf(AbstractOption option, String str)Returns an enum generated from the string. -
Uses of AbstractOption in adams.data.statistics
Methods in adams.data.statistics with parameters of type AbstractOption Modifier and Type Method Description static StringSPCUtils.Chart. toString(AbstractOption option, Object object)Returns the enum as string.static StringSPCUtils.Rules. toString(AbstractOption option, Object object)Returns the enum as string.static SPCUtils.ChartSPCUtils.Chart. valueOf(AbstractOption option, String str)Returns an enum generated from the string.static SPCUtils.RulesSPCUtils.Rules. valueOf(AbstractOption option, String str)Returns an enum generated from the string. -
Uses of AbstractOption in adams.flow.core
Methods in adams.flow.core with parameters of type AbstractOption Modifier and Type Method Description booleanErrorHandlerInstanceLister. canHandle(AbstractOption option)Returns whether the traverser is allowed to "handle" this option.protected booleanActorVariablesFinder. isSkipped(AbstractOption option)Checks whether to skip this option.static StringEvaluationStatistic. toString(AbstractOption option, Object object)Returns the enum as string.static StringExperimentStatistic. toString(AbstractOption option, Object object)Returns the enum as string.static StringTesseractLanguage. toString(AbstractOption option, Object object)Returns the enum as string.static StringTesseractPageSegmentation. toString(AbstractOption option, Object object)Returns the enum as string.static EvaluationStatisticEvaluationStatistic. valueOf(AbstractOption option, String str)Returns an enum generated from the string.static ExperimentStatisticExperimentStatistic. valueOf(AbstractOption option, String str)Returns an enum generated from the string.static TesseractLanguageTesseractLanguage. valueOf(AbstractOption option, String str)Returns an enum generated from the string.static TesseractPageSegmentationTesseractPageSegmentation. valueOf(AbstractOption option, String str)Returns an enum generated from the string. -
Uses of AbstractOption in adams.flow.execution
Methods in adams.flow.execution with parameters of type AbstractOption Modifier and Type Method Description static StringExecutionStage. toString(AbstractOption option, Object object)Returns the enum as string.static StringExecutionType. toString(AbstractOption option, Object object)Returns the enum as string.static ExecutionStageExecutionStage. valueOf(AbstractOption option, String str)Returns an enum generated from the string.static ExecutionTypeExecutionType. valueOf(AbstractOption option, String str)Returns an enum generated from the string. -
Uses of AbstractOption in adams.flow.processor
Methods in adams.flow.processor with parameters of type AbstractOption Modifier and Type Method Description protected StringAbstractNameUpdater. createPrefix(AbstractOption option)Generates a logging prefix based on the option.protected abstract booleanAbstractListingProcessor. isValid(AbstractOption option, Object obj, OptionTraversalPath path)Checks whether the object is valid and should be added to the list.protected booleanAbstractListNameUsage. isValid(AbstractOption option, Object obj, OptionTraversalPath path)Checks whether the object is valid and should be added to the list.protected booleanFindText. isValid(AbstractOption option, Object obj, OptionTraversalPath path)Checks whether the object is valid and should be added to the list.protected booleanListActorUsage. isValid(AbstractOption option, Object obj, OptionTraversalPath path)Checks whether the object is valid and should be added to the list.protected booleanListAnnotationTags. isValid(AbstractOption option, Object obj, OptionTraversalPath path)Checks whether the object is valid and should be added to the list.protected booleanListClassUsage. isValid(AbstractOption option, Object obj, OptionTraversalPath path)Checks whether the object is valid and should be added to the list.protected booleanListDatabaseConnections. isValid(AbstractOption option, Object obj, OptionTraversalPath path)Checks whether the object is valid and should be added to the list.protected booleanListObjectCommandlines. isValid(AbstractOption option, Object obj, OptionTraversalPath path)Checks whether the object is valid and should be added to the list.protected booleanListPaths. isValid(AbstractOption option, Object obj, OptionTraversalPath path)Checks whether the object is valid and should be added to the list.protected booleanListStructureModifyingActors. isValid(AbstractOption option, Object obj, OptionTraversalPath path)Checks whether the object is valid and should be added to the list.protected booleanListTODOs. isValid(AbstractOption option, Object obj, OptionTraversalPath path)Checks whether the object is valid and should be added to the list.protected booleanListVariableUsage. isValid(AbstractOption option, Object obj, OptionTraversalPath path)Checks whether the object is valid and should be added to the list.protected StringAbstractActorListingProcessor. objectToString(AbstractOption option, Object obj, OptionTraversalPath path)Returns the string representation of the object that is added to the list.protected StringAbstractListingProcessor. objectToString(AbstractOption option, Object obj, OptionTraversalPath path)Returns the string representation of the object that is to be added to the list.protected StringListAnnotationTags. objectToString(AbstractOption option, Object obj, OptionTraversalPath path)Returns the string representation of the object that is added to the list.protected StringListDatabaseConnections. objectToString(AbstractOption option, Object obj, OptionTraversalPath path)Returns the string representation of the object that is added to the list.protected StringListObjectCommandlines. objectToString(AbstractOption option, Object obj, OptionTraversalPath path)Returns the string representation of the object that is to be added to the list.protected StringListStructureModifyingActors. objectToString(AbstractOption option, Object obj, OptionTraversalPath path)Returns the string representation of the object that is added to the list.protected StringListTODOs. objectToString(AbstractOption option, Object obj, OptionTraversalPath path)Returns the string representation of the object that is added to the list.protected String[]AbstractListingProcessor. objectToStrings(AbstractOption option, Object obj, OptionTraversalPath path)Returns the string array representation of the object that is to be added to the list.protected voidAbstractListingProcessor. process(AbstractOption option, Object obj, OptionTraversalPath path)Processes the object. -
Uses of AbstractOption in adams.flow.sink
Methods in adams.flow.sink with parameters of type AbstractOption Modifier and Type Method Description static StringWekaThresholdCurve.AttributeName. toString(AbstractOption option, Object object)Returns the enum as string.static WekaThresholdCurve.AttributeNameWekaThresholdCurve.AttributeName. valueOf(AbstractOption option, String str)Returns an enum generated from the string. -
Uses of AbstractOption in adams.flow.transformer
Methods in adams.flow.transformer with parameters of type AbstractOption Modifier and Type Method Description static StringWekaClassifierRanker.Measure. toString(AbstractOption option, Object object)Returns the enum as string.static WekaClassifierRanker.MeasureWekaClassifierRanker.Measure. valueOf(AbstractOption option, String str)Returns an enum generated from the string. -
Uses of AbstractOption in adams.gui.goe
Fields in adams.gui.goe with type parameters of type AbstractOption Modifier and Type Field Description protected List<AbstractOption>PropertySheetPanel. m_OptionsHolds the options of this object, if it implements OptionHandler.Methods in adams.gui.goe that return AbstractOption Modifier and Type Method Description AbstractOptionPropertySheetPanel. findOption(PropertyEditor editor)Tries to find the option for the specified editor.Methods in adams.gui.goe with parameters of type AbstractOption Modifier and Type Method Description static StringBaseCharsetEditor. toString(AbstractOption option, Object object)Returns the charset as string.static ObjectBaseCharsetEditor. valueOf(AbstractOption option, String str)Returns a charset generated from the string. -
Uses of AbstractOption in adams.gui.visualization.core.axis
Methods in adams.gui.visualization.core.axis with parameters of type AbstractOption Modifier and Type Method Description static StringType. toString(AbstractOption option, Object object)Returns the enum as string.static TypeType. valueOf(AbstractOption option, String str)Returns an enum generated from the string. -
Uses of AbstractOption in adams.gui.visualization.debug.propertyextractor
Fields in adams.gui.visualization.debug.propertyextractor with type parameters of type AbstractOption Modifier and Type Field Description protected List<AbstractOption>OptionHandlerPropertyExtractor. m_OptionsStores the options.
-