Uses of Interface
adams.core.EnumWithCustomParsing
-
-
Uses of EnumWithCustomParsing in adams.core
Subinterfaces of EnumWithCustomParsing in adams.core Modifier and Type Interface Description interface
EnumWithCustomDisplay<T extends Enum>
For Enum classes that require a custom display string.Classes in adams.core that implement EnumWithCustomParsing Modifier and Type Class Description class
AutoOnOff
Enum that has three states: auto|on|off.class
BusinessDays
Enum for defining business days.class
TriState
Enum that enhances a boolean to have a third state: not set. -
Uses of EnumWithCustomParsing in adams.core.io
Classes in adams.core.io that implement EnumWithCustomParsing Modifier and Type Class Description class
MessageDigestType
Enumeration of available message digest algorithms. -
Uses of EnumWithCustomParsing in adams.core.option
Classes in adams.core.option that implement EnumWithCustomParsing Modifier and Type Class Description class
UserMode
The user mode, determines the knowledge level of the user. -
Uses of EnumWithCustomParsing in adams.data.filter
Classes in adams.data.filter that implement EnumWithCustomParsing Modifier and Type Class Description static class
AbstractFastWavelet.WaveletType
The type of available wavelets. -
Uses of EnumWithCustomParsing in adams.data.image.features
Classes in adams.data.image.features that implement EnumWithCustomParsing Modifier and Type Class Description static class
Histogram.HistogramType
The type of histogram to generate. -
Uses of EnumWithCustomParsing in adams.data.image.transformer
Classes in adams.data.image.transformer that implement EnumWithCustomParsing Modifier and Type Class Description static class
ImageType.Type
The types of color quantizers. -
Uses of EnumWithCustomParsing in adams.data.jai
Classes in adams.data.jai that implement EnumWithCustomParsing Modifier and Type Class Description class
ImageType
The type of the image to create. -
Uses of EnumWithCustomParsing in adams.data.jai.features
Classes in adams.data.jai.features that implement EnumWithCustomParsing Modifier and Type Class Description static class
Histogram.HistogramType
The type of histogram to generate. -
Uses of EnumWithCustomParsing in adams.data.padding
Classes in adams.data.padding that implement EnumWithCustomParsing Modifier and Type Class Description class
PaddingType
The type of available paddings. -
Uses of EnumWithCustomParsing in adams.data.report
Classes in adams.data.report that implement EnumWithCustomParsing Modifier and Type Class Description class
DataType
The type of the fields. -
Uses of EnumWithCustomParsing in adams.data.spreadsheet
Classes in adams.data.spreadsheet that implement EnumWithCustomParsing Modifier and Type Class Description static class
Cell.ContentType
the type of content. -
Uses of EnumWithCustomParsing in adams.data.statistics
Classes in adams.data.statistics that implement EnumWithCustomParsing Modifier and Type Class Description static class
SPCUtils.Chart
Enum for the chart type.static class
SPCUtils.Rules
The type of rules to apply. -
Uses of EnumWithCustomParsing in adams.flow.core
Classes in adams.flow.core that implement EnumWithCustomParsing Modifier and Type Class Description class
EvaluationStatistic
The enumeration for the comparison field.class
ExperimentStatistic
The enumeration for the comparison field.class
TesseractLanguage
Enumeration of languages that tesseract supports.class
TesseractPageSegmentation
The types of page segementation that Tesseract supports. -
Uses of EnumWithCustomParsing in adams.flow.execution
Classes in adams.flow.execution that implement EnumWithCustomParsing Modifier and Type Class Description class
ExecutionStage
Enumeration of flow execution stages. -
Uses of EnumWithCustomParsing in adams.flow.sink
Classes in adams.flow.sink that implement EnumWithCustomParsing Modifier and Type Class Description static class
WekaThresholdCurve.AttributeName
The type of the fields. -
Uses of EnumWithCustomParsing in adams.flow.transformer
Classes in adams.flow.transformer that implement EnumWithCustomParsing Modifier and Type Class Description static class
SpreadSheetInfo.InfoType
The type of information to generate.static class
WekaClassifierRanker.Measure
The performance measure to use. -
Uses of EnumWithCustomParsing in adams.gui.core
Classes in adams.gui.core that implement EnumWithCustomParsing Modifier and Type Class Description static class
DragAndDropTree.DropPosition
Enumeration for where to drop the node. -
Uses of EnumWithCustomParsing in adams.gui.visualization.core.axis
Classes in adams.gui.visualization.core.axis that implement EnumWithCustomParsing Modifier and Type Class Description class
Type
Enumeration for the type of axis.
-