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 boolean
VariablesFinder. canHandle(AbstractOption option)
Returns whether the traverser is allowed to "handle" this option.protected boolean
VariablesFinder. isSkipped(AbstractOption option)
Checks whether to skip this option.static String
AutoOnOff. toString(AbstractOption option, Object object)
Returns the enum as string.static String
TriState. toString(AbstractOption option, Object object)
Returns the enum as string.static AutoOnOff
AutoOnOff. valueOf(AbstractOption option, String str)
Returns an enum generated from the string.static TriState
TriState. 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. options
the 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 String
MessageDigestType. toString(AbstractOption option, Object object)
Returns the enum as string.static MessageDigestType
MessageDigestType. 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 class
AbstractArgumentOption
The ancestor of all option classes that take an argument.class
AbstractNumericOption<T extends Number>
Handles options with numeric arguments.class
BaseObjectOption
Option class for BaseObject derived classes.class
BooleanOption
Option for boolean flags.class
ByteOption
Handles options with Byte arguments.class
ClassOption
Option class for OptionHandler options.class
CustomHooksOption
Option class for options with custom hooks for valueOf and toString.class
DoubleOption
Handles options with Double arguments.class
EnumOption
Option class for enums.class
FloatOption
Handles options with Float arguments.class
IntegerOption
Handles options with Integer arguments.class
LongOption
Handles options with Long arguments.class
ShortOption
Handles options with Short arguments.class
StringOption
Handles 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_Options
the options.Methods in adams.core.option that return AbstractOption Modifier and Type Method Description AbstractOption
OptionManager. add(String commandline, String property, Object defValue)
Determines the appropriate concrete option class, sets it up and returns it.AbstractOption
OptionManager. add(String commandline, String property, Object defValue, boolean outputDefValue)
Determines the appropriate concrete option class, sets it up and returns it.AbstractOption
OptionManager. add(String commandline, String property, Object defValue, boolean outputDefValue, UserMode minUserMode)
Determines the appropriate concrete option class, sets it up and returns it.AbstractOption
OptionManager. add(String commandline, String property, Object defValue, boolean outputDefValue, Number lower, Number upper)
Determines the appropriate concrete option class, sets it up and returns it.AbstractOption
OptionManager. add(String commandline, String property, Object defValue, boolean outputDefValue, Number lower, Number upper, UserMode minUserMode)
Determines the appropriate concrete option class, sets it up and returns it.AbstractOption
OptionManager. add(String commandline, String property, Object defValue, UserMode minUserMode)
Determines the appropriate concrete option class, sets it up and returns it.AbstractOption
OptionManager. add(String commandline, String property, Object defValue, Number lower, Number upper)
Determines the appropriate concrete option class, sets it up and returns it.AbstractOption
OptionManager. add(String commandline, String property, Object defValue, Number lower, Number upper, UserMode minUserMode)
Determines the appropriate concrete option class, sets it up and returns it.AbstractOption
OptionManager. findByClass(Class cls)
Tries to locate the corresponding option for the given class.AbstractOption
OptionManager. findByFlag(String flag)
Tries to locate the corresponding option for the given commandline string (without the leading dash).AbstractOption
OptionManager. findByProperty(String property)
Tries to locate the corresponding option for the given property name.protected AbstractOption
OptionManager. findOption(String flagOrProperty, boolean flag)
Returns the option for the commandline flag/property.AbstractOption
OptionManager. insert(int index, String commandline, String property, Object defValue)
Determines the appropriate concrete option class, sets it up and returns it.AbstractOption
OptionManager. insert(int index, String commandline, String property, Object defValue, boolean outputDefValue)
Determines the appropriate concrete option class, sets it up and returns it.AbstractOption
OptionManager. insert(int index, String commandline, String property, Object defValue, boolean outputDefValue, UserMode minUserMode)
Determines the appropriate concrete option class, sets it up and returns it.AbstractOption
OptionManager. insert(int index, String commandline, String property, Object defValue, boolean outputDefValue, Number lower, Number upper)
Determines the appropriate concrete option class, sets it up and returns it.AbstractOption
OptionManager. insert(int index, String commandline, String property, Object defValue, boolean outputDefValue, Number lower, Number upper, UserMode minUserMode)
Determines the appropriate concrete option class, sets it up and returns it.AbstractOption
OptionManager. insert(int index, String commandline, String property, Object defValue, UserMode minUserMode)
Determines the appropriate concrete option class, sets it up and returns it.AbstractOption
OptionManager. 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.AbstractOption
OptionManager. insert(int index, String commandline, String property, Object defValue, Number lower, Number upper, UserMode minUserMode)
Determines the appropriate concrete option class, sets it up and returns it.AbstractOption
OptionManager. removeByFlag(String flag)
Removes the corresponding option associated with the given commandline string (without the leading dash).AbstractOption
OptionManager. removeByProperty(String property)
Removes the corresponding option associated with the given property name.protected AbstractOption
OptionManager. removeOption(String flagOrProperty, boolean flag)
Removes the option associated with the commandline flag/property.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 void
XhtmlProducer.ActorOptionTraverser. addDescription(Table parent, AbstractOption option)
Adds the description of the option as row.protected Table
XhtmlProducer.ActorOptionTraverser. addStaticInfo(AbstractOption option)
Adds static information, like property, command-line flag and description.protected void
CommandlineHelpProducer. addToolTip(AbstractOption option, StringBuilder buffer)
Breaks up the tool tip and adds it to the StringBuilder.protected void
HtmlHelpProducer. addToolTip(AbstractOption option, StringBuilder buffer)
Breaks up the tool tip and adds it to the StringBuilder.protected void
HtmlParametersProducer. addToolTip(AbstractOption option, StringBuilder buffer)
Breaks up the tool tip and adds it to the StringBuilder.abstract boolean
AbstractOptionTraverser. canHandle(AbstractOption option)
Returns whether the traverser is allowed to "handle" this option.boolean
FileLister. canHandle(AbstractOption option)
Returns whether the traverser is allowed to "handle" this option.boolean
OptionTraverser. canHandle(AbstractOption option)
Returns whether the traverser is allowed to "handle" this option.boolean
VariableLister. canHandle(AbstractOption option)
Returns whether the traverser is allowed to "handle" this option.boolean
VariablesInstanceLister. canHandle(AbstractOption option)
Returns whether the traverser is allowed to "handle" this option.boolean
XhtmlProducer.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 ArrayList
NestedConsumer. collectValues(AbstractOption option, List input)
Collects all the arguments for given argument options.I
AbstractOptionProducer. 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.List
NestedProducer. doProduce(AbstractOption option)
Visits the option and obtains information from it.I
OptionProducer. doProduce(AbstractOption option)
Visits the option and obtains information from it.protected Object
AbstractOptionProducer. getCurrentValue(AbstractOption option)
Returns the current value for the option.protected String
AbstractJavaCodeProducer. getNextTmpVariable(AbstractOption option)
Generates the next name for a temporary variable.protected String
AbstractOptionConsumer. getOptionIdentifier(AbstractOption option)
Returns either the property name or the commandline flag, depending on whether property names are to be used or not.protected String
AbstractOptionProducer. getOptionIdentifier(AbstractOption option)
Returns either the property name or the commandline flag, depending on whether property names are to be used or not.protected Method
AbstractOptionConsumer. getWriteMethod(AbstractOption option)
Attempts to return the write method of the option.protected void
AbstractOptionConsumer. processOption(AbstractOption option, V values)
Processes the specified argument option. -
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 String
ActorPathParsing. toString(AbstractOption option, Object object)
Returns the reference as string.static String
AdvancedScriptParsing. toString(AbstractOption option, Object object)
Returns the script as string.static String
BaseAnnotationParsing. toString(AbstractOption option, Object object)
Returns the BaseAnnotation as string.static String
BaseBooleanParsing. toString(AbstractOption option, Object object)
Returns theBaseBoolean
as string.static String
BaseColorParsing. toString(AbstractOption option, Object object)
Returns the color as string.static String
BaseDateParsing. toString(AbstractOption option, Object object)
Returns the Compound as string.static String
BaseDateTimeMsecParsing. toString(AbstractOption option, Object object)
Returns the Compound as string.static String
BaseDateTimeParsing. toString(AbstractOption option, Object object)
Returns the Compound as string.static String
BaseIntervalParsing. toString(AbstractOption option, Object object)
Returns the Compound as string.static String
BaseKeyValuePairParsing. toString(AbstractOption option, Object object)
Returns the Compound as string.static String
BaseMarkdownParsing. toString(AbstractOption option, Object object)
Returns the BaseMarkdown as string.static String
BaseObjectParsing. toString(AbstractOption option, Object object)
Returns the BaseObject as string.static String
BasePasswordParsing. toString(AbstractOption option, Object object)
Returns the Compound as string.static String
BaseRegExpParsing. toString(AbstractOption option, Object object)
Returns the Compound as string.static String
BaseTextParsing. toString(AbstractOption option, Object object)
Returns the BaseText as string.static String
BaseTimeMsecParsing. toString(AbstractOption option, Object object)
Returns the Compound as string.static String
BaseTimeParsing. toString(AbstractOption option, Object object)
Returns the Compound as string.static String
CallableActorReferenceParsing. toString(AbstractOption option, Object object)
Returns the reference as string.static String
ColorParsing. toString(AbstractOption option, Object object)
Returns the color as string.static String
ConfigurableEnumerationItemParsing. toString(AbstractOption option, Object object)
Returns the Item as string.static String
CronScheduleParsing. toString(AbstractOption option, Object object)
Returns the Compound as string.static String
EmailAddressParsing. toString(AbstractOption option, Object object)
Returns the field as string.static String
EventReferenceParsing. toString(AbstractOption option, Object object)
Returns the reference as string.static String
FieldParsing. toString(AbstractOption option, Object object)
Returns the field as string.static String
FileParsing. toString(AbstractOption option, Object object)
Returns the file as string.static String
FlowFileParsing. toString(AbstractOption option, Object object)
Returns the file as string.static String
FontParsing. toString(AbstractOption option, Object object)
Returns the color as string.static String
IndexParsing. toString(AbstractOption option, Object object)
Returns the Compound as string.static String
JdbcUrlParsing. toString(AbstractOption option, Object object)
Returns the BaseObject as string.static String
LicenseParsing. toString(AbstractOption option, Object object)
Returns the enum as string.static String
LocaleParsing. toString(AbstractOption option, Object object)
Returns the locale as string.static String
Mat5ArrayDimensionsParsing. toString(AbstractOption option, Object object)
Returns the Compound as string.static String
Mat5ArrayElementIndexParsing. toString(AbstractOption option, Object object)
Returns the Compound as string.static String
MavenArtifactExclusionParsing. toString(AbstractOption option, Object object)
Returns the Compound as string.static String
MavenArtifactParsing. toString(AbstractOption option, Object object)
Returns the Compound as string.static String
MavenRepositoryParsing. toString(AbstractOption option, Object object)
Returns the Compound as string.static String
PdfFontParsing. toString(AbstractOption option, Object object)
Returns the color as string.static String
PlaceholderDirectoryParsing. toString(AbstractOption option, Object object)
Returns the file as string.static String
PlaceholderFileParsing. toString(AbstractOption option, Object object)
Returns the file as string.static String
PrefixFieldParsing. toString(AbstractOption option, Object object)
Returns the field as string.static String
RangeParsing. toString(AbstractOption option, Object object)
Returns the Compound as string.static String
SheetIndexParsing. toString(AbstractOption option, Object object)
Returns the Compound as string.static String
SheetRangeParsing. toString(AbstractOption option, Object object)
Returns the Compound as string.static String
SimpleScriptParsing. toString(AbstractOption option, Object object)
Returns the script as string.static String
SpreadSheetColumnIndexParsing. toString(AbstractOption option, Object object)
Returns the Compound as string.static String
SpreadSheetColumnRangeParsing. toString(AbstractOption option, Object object)
Returns the Compound as string.static String
SpreadSheetRowIndexParsing. toString(AbstractOption option, Object object)
Returns the Compound as string.static String
SpreadSheetRowRangeParsing. toString(AbstractOption option, Object object)
Returns the Compound as string.static String
SpreadSheetUnorderedColumnRangeParsing. toString(AbstractOption option, Object object)
Returns the Compound as string.static String
SpreadSheetUnorderedRowRangeParsing. toString(AbstractOption option, Object object)
Returns the Compound as string.static String
SuffixFieldParsing. toString(AbstractOption option, Object object)
Returns the field as string.static String
TimeZoneParsing. toString(AbstractOption option, Object object)
Returns the timezone as string.static String
TriggerableEventReferenceParsing. toString(AbstractOption option, Object object)
Returns the reference as string.static String
TriStateParsing. toString(AbstractOption option, Object object)
Returns the field as string.static String
UnorderedRangeParsing. toString(AbstractOption option, Object object)
Returns the Compound as string.static String
VariableNameStorageNamePairParsing. toString(AbstractOption option, Object object)
Returns the Compound as string.static String
VariableNameValuePairParsing. toString(AbstractOption option, Object object)
Returns the Compound as string.static String
WekaAttributeIndexParsing. toString(AbstractOption option, Object object)
Returns the object as string.static String
WekaAttributeRangeParsing. toString(AbstractOption option, Object object)
Returns the object as string.static String
WekaExperimentFileParsing. toString(AbstractOption option, Object object)
Returns the file as string.static String
WekaLabelIndexParsing. toString(AbstractOption option, Object object)
Returns the object as string.static String
WekaLabelRangeParsing. toString(AbstractOption option, Object object)
Returns the object as string.static String
WekaUnorderedAttributeRangeParsing. toString(AbstractOption option, Object object)
Returns the object as string.static Object
ActorPathParsing. valueOf(AbstractOption option, String str)
Returns a reference generated from the string.static Object
AdvancedScriptParsing. valueOf(AbstractOption option, String str)
Returns a script object generated from the string.static Object
BaseAnnotationParsing. valueOf(AbstractOption option, String str)
Returns a BaseAnnotation generated from the string.static Object
BaseBooleanParsing. valueOf(AbstractOption option, String str)
Returns aBaseBoolean
generated from the string.static Object
BaseColorParsing. valueOf(AbstractOption option, String str)
Returns a color generated from the string.static Object
BaseDateParsing. valueOf(AbstractOption option, String str)
Returns a Compound generated from the string.static Object
BaseDateTimeMsecParsing. valueOf(AbstractOption option, String str)
Returns a Compound generated from the string.static Object
BaseDateTimeParsing. valueOf(AbstractOption option, String str)
Returns a Compound generated from the string.static Object
BaseIntervalParsing. valueOf(AbstractOption option, String str)
Returns a Compound generated from the string.static Object
BaseKeyValuePairParsing. valueOf(AbstractOption option, String str)
Returns a Compound generated from the string.static Object
BaseMarkdownParsing. valueOf(AbstractOption option, String str)
Returns a BaseMarkdown generated from the string.static Object
BaseObjectParsing. valueOf(AbstractOption option, String str)
Returns a BaseObject generated from the string.static Object
BasePasswordParsing. valueOf(AbstractOption option, String str)
Returns a Compound generated from the string.static Object
BaseRegExpParsing. valueOf(AbstractOption option, String str)
Returns a Compound generated from the string.static Object
BaseTextParsing. valueOf(AbstractOption option, String str)
Returns a BaseText generated from the string.static Object
BaseTimeMsecParsing. valueOf(AbstractOption option, String str)
Returns a Compound generated from the string.static Object
BaseTimeParsing. valueOf(AbstractOption option, String str)
Returns a Compound generated from the string.static Object
CallableActorReferenceParsing. valueOf(AbstractOption option, String str)
Returns a reference generated from the string.static Object
ColorParsing. valueOf(AbstractOption option, String str)
Returns a color generated from the string.static Object
ConfigurableEnumerationItemParsing. valueOf(AbstractOption option, String str)
Returns an Item object from the string.static Object
CronScheduleParsing. valueOf(AbstractOption option, String str)
Returns a Compound generated from the string.static Object
EmailAddressParsing. valueOf(AbstractOption option, String str)
Returns a EmailAddress generated from the string.static Object
EventReferenceParsing. valueOf(AbstractOption option, String str)
Returns a reference generated from the string.static Object
FieldParsing. valueOf(AbstractOption option, String str)
Returns a Field generated from the string.static Object
FileParsing. valueOf(AbstractOption option, String str)
Returns a file generated from the string.static Object
FlowFileParsing. valueOf(AbstractOption option, String str)
Returns a file generated from the string.static Object
FontParsing. valueOf(AbstractOption option, String str)
Returns a color generated from the string.static Object
IndexParsing. valueOf(AbstractOption option, String str)
Returns a Compound generated from the string.static Object
JdbcUrlParsing. valueOf(AbstractOption option, String str)
Returns a BaseObject generated from the string.static adams.core.License
LicenseParsing. valueOf(AbstractOption option, String str)
Returns an enum generated from the string.static Object
LocaleParsing. valueOf(AbstractOption option, String str)
Returns a locale generated from the string.static Object
Mat5ArrayDimensionsParsing. valueOf(AbstractOption option, String str)
Returns a Compound generated from the string.static Object
Mat5ArrayElementIndexParsing. valueOf(AbstractOption option, String str)
Returns a Compound generated from the string.static Object
MavenArtifactExclusionParsing. valueOf(AbstractOption option, String str)
Returns a Compound generated from the string.static Object
MavenArtifactParsing. valueOf(AbstractOption option, String str)
Returns a Compound generated from the string.static Object
MavenRepositoryParsing. valueOf(AbstractOption option, String str)
Returns a Compound generated from the string.static Object
PdfFontParsing. valueOf(AbstractOption option, String str)
Returns a color generated from the string.static Object
PlaceholderDirectoryParsing. valueOf(AbstractOption option, String str)
Returns a file generated from the string.static Object
PlaceholderFileParsing. valueOf(AbstractOption option, String str)
Returns a file generated from the string.static Object
PrefixFieldParsing. valueOf(AbstractOption option, String str)
Returns a Field generated from the string.static Object
RangeParsing. valueOf(AbstractOption option, String str)
Returns a Compound generated from the string.static Object
SheetIndexParsing. valueOf(AbstractOption option, String str)
Returns a Compound generated from the string.static Object
SheetRangeParsing. valueOf(AbstractOption option, String str)
Returns a Compound generated from the string.static Object
SimpleScriptParsing. valueOf(AbstractOption option, String str)
Returns a script object generated from the string.static Object
SpreadSheetColumnIndexParsing. valueOf(AbstractOption option, String str)
Returns a Compound generated from the string.static Object
SpreadSheetColumnRangeParsing. valueOf(AbstractOption option, String str)
Returns a Compound generated from the string.static Object
SpreadSheetRowIndexParsing. valueOf(AbstractOption option, String str)
Returns a Compound generated from the string.static Object
SpreadSheetRowRangeParsing. valueOf(AbstractOption option, String str)
Returns a Compound generated from the string.static Object
SpreadSheetUnorderedColumnRangeParsing. valueOf(AbstractOption option, String str)
Returns a Compound generated from the string.static Object
SpreadSheetUnorderedRowRangeParsing. valueOf(AbstractOption option, String str)
Returns a Compound generated from the string.static Object
SuffixFieldParsing. valueOf(AbstractOption option, String str)
Returns a Field generated from the string.static Object
TimeZoneParsing. valueOf(AbstractOption option, String str)
Returns a timezone generated from the string.static Object
TriggerableEventReferenceParsing. valueOf(AbstractOption option, String str)
Returns a reference generated from the string.static Object
TriStateParsing. valueOf(AbstractOption option, String str)
Returns a Field generated from the string.static Object
UnorderedRangeParsing. valueOf(AbstractOption option, String str)
Returns a Compound generated from the string.static Object
VariableNameStorageNamePairParsing. valueOf(AbstractOption option, String str)
Returns a Compound generated from the string.static Object
VariableNameValuePairParsing. valueOf(AbstractOption option, String str)
Returns a Compound generated from the string.static Object
WekaAttributeIndexParsing. valueOf(AbstractOption option, String str)
Returns a object generated from the string.static Object
WekaAttributeRangeParsing. valueOf(AbstractOption option, String str)
Returns a object generated from the string.static Object
WekaExperimentFileParsing. valueOf(AbstractOption option, String str)
Returns a file generated from the string.static Object
WekaLabelIndexParsing. valueOf(AbstractOption option, String str)
Returns a object generated from the string.static Object
WekaLabelRangeParsing. valueOf(AbstractOption option, String str)
Returns a object generated from the string.static Object
WekaUnorderedAttributeRangeParsing. 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 String
AbstractFastWavelet.WaveletType. toString(AbstractOption option, Object object)
Returns the enum as string.static AbstractFastWavelet.WaveletType
AbstractFastWavelet.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 String
Histogram.HistogramType. toString(AbstractOption option, Object object)
Returns the enum as string.static Histogram.HistogramType
Histogram.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 String
ImageType.Type. toString(AbstractOption option, Object object)
Returns the enum as string.static ImageType.Type
ImageType.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 String
ImageType. toString(AbstractOption option, Object object)
Returns the enum as string.static ImageType
ImageType. 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 String
Histogram.HistogramType. toString(AbstractOption option, Object object)
Returns the enum as string.static Histogram.HistogramType
Histogram.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 String
PaddingType. toString(AbstractOption option, Object object)
Returns the enum as string.static PaddingType
PaddingType. 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 String
DataType. toString(AbstractOption option, Object object)
Returns the enum as string.static DataType
DataType. 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 String
SPCUtils.Chart. toString(AbstractOption option, Object object)
Returns the enum as string.static String
SPCUtils.Rules. toString(AbstractOption option, Object object)
Returns the enum as string.static SPCUtils.Chart
SPCUtils.Chart. valueOf(AbstractOption option, String str)
Returns an enum generated from the string.static SPCUtils.Rules
SPCUtils.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 boolean
ErrorHandlerInstanceLister. canHandle(AbstractOption option)
Returns whether the traverser is allowed to "handle" this option.protected boolean
ActorVariablesFinder. isSkipped(AbstractOption option)
Checks whether to skip this option.static String
EvaluationStatistic. toString(AbstractOption option, Object object)
Returns the enum as string.static String
ExperimentStatistic. toString(AbstractOption option, Object object)
Returns the enum as string.static String
TesseractLanguage. toString(AbstractOption option, Object object)
Returns the enum as string.static String
TesseractPageSegmentation. toString(AbstractOption option, Object object)
Returns the enum as string.static EvaluationStatistic
EvaluationStatistic. valueOf(AbstractOption option, String str)
Returns an enum generated from the string.static ExperimentStatistic
ExperimentStatistic. valueOf(AbstractOption option, String str)
Returns an enum generated from the string.static TesseractLanguage
TesseractLanguage. valueOf(AbstractOption option, String str)
Returns an enum generated from the string.static TesseractPageSegmentation
TesseractPageSegmentation. 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 String
ExecutionStage. toString(AbstractOption option, Object object)
Returns the enum as string.static ExecutionStage
ExecutionStage. 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 String
AbstractNameUpdater. createPrefix(AbstractOption option)
Generates a logging prefix based on the option.protected abstract boolean
AbstractListingProcessor. isValid(AbstractOption option, Object obj, OptionTraversalPath path)
Checks whether the object is valid and should be added to the list.protected boolean
AbstractListNameUsage. isValid(AbstractOption option, Object obj, OptionTraversalPath path)
Checks whether the object is valid and should be added to the list.protected boolean
FindText. isValid(AbstractOption option, Object obj, OptionTraversalPath path)
Checks whether the object is valid and should be added to the list.protected boolean
ListActorUsage. isValid(AbstractOption option, Object obj, OptionTraversalPath path)
Checks whether the object is valid and should be added to the list.protected boolean
ListAnnotationTags. isValid(AbstractOption option, Object obj, OptionTraversalPath path)
Checks whether the object is valid and should be added to the list.protected boolean
ListClassUsage. isValid(AbstractOption option, Object obj, OptionTraversalPath path)
Checks whether the object is valid and should be added to the list.protected boolean
ListDatabaseConnections. isValid(AbstractOption option, Object obj, OptionTraversalPath path)
Checks whether the object is valid and should be added to the list.protected boolean
ListObjectCommandlines. isValid(AbstractOption option, Object obj, OptionTraversalPath path)
Checks whether the object is valid and should be added to the list.protected boolean
ListPaths. isValid(AbstractOption option, Object obj, OptionTraversalPath path)
Checks whether the object is valid and should be added to the list.protected boolean
ListStructureModifyingActors. isValid(AbstractOption option, Object obj, OptionTraversalPath path)
Checks whether the object is valid and should be added to the list.protected boolean
ListTODOs. isValid(AbstractOption option, Object obj, OptionTraversalPath path)
Checks whether the object is valid and should be added to the list.protected boolean
ListVariableUsage. isValid(AbstractOption option, Object obj, OptionTraversalPath path)
Checks whether the object is valid and should be added to the list.protected String
AbstractActorListingProcessor. objectToString(AbstractOption option, Object obj, OptionTraversalPath path)
Returns the string representation of the object that is added to the list.protected String
AbstractListingProcessor. objectToString(AbstractOption option, Object obj, OptionTraversalPath path)
Returns the string representation of the object that is to be added to the list.protected String
ListAnnotationTags. objectToString(AbstractOption option, Object obj, OptionTraversalPath path)
Returns the string representation of the object that is added to the list.protected String
ListDatabaseConnections. objectToString(AbstractOption option, Object obj, OptionTraversalPath path)
Returns the string representation of the object that is added to the list.protected String
ListObjectCommandlines. objectToString(AbstractOption option, Object obj, OptionTraversalPath path)
Returns the string representation of the object that is to be added to the list.protected String
ListStructureModifyingActors. objectToString(AbstractOption option, Object obj, OptionTraversalPath path)
Returns the string representation of the object that is added to the list.protected String
ListTODOs. 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 void
AbstractListingProcessor. 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 String
WekaThresholdCurve.AttributeName. toString(AbstractOption option, Object object)
Returns the enum as string.static WekaThresholdCurve.AttributeName
WekaThresholdCurve.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 String
WekaClassifierRanker.Measure. toString(AbstractOption option, Object object)
Returns the enum as string.static WekaClassifierRanker.Measure
WekaClassifierRanker.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_Options
Holds the options of this object, if it implements OptionHandler.Methods in adams.gui.goe that return AbstractOption Modifier and Type Method Description AbstractOption
PropertySheetPanel. 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 String
BaseCharsetEditor. toString(AbstractOption option, Object object)
Returns the charset as string.static Object
BaseCharsetEditor. 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 String
Type. toString(AbstractOption option, Object object)
Returns the enum as string.static Type
Type. 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_Options
Stores the options.
-