Uses of Interface
adams.core.EnumWithCustomParsing
-
-
Uses of EnumWithCustomParsing in adams.core
Subinterfaces of EnumWithCustomParsing in adams.core Modifier and Type Interface Description interfaceEnumWithCustomDisplay<T extends Enum>For Enum classes that require a custom display string.Classes in adams.core that implement EnumWithCustomParsing Modifier and Type Class Description classAutoOnOffEnum that has three states: auto|on|off.classBusinessDaysEnum for defining business days.classTriStateEnum 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 classMessageDigestTypeEnumeration 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 classUserModeThe 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 classAbstractFastWavelet.WaveletTypeThe 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 classHistogram.HistogramTypeThe 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 classImageType.TypeThe types of color quantizers. -
Uses of EnumWithCustomParsing in adams.data.jai
Classes in adams.data.jai that implement EnumWithCustomParsing Modifier and Type Class Description classImageTypeThe 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 classHistogram.HistogramTypeThe 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 classPaddingTypeThe type of available paddings. -
Uses of EnumWithCustomParsing in adams.data.report
Classes in adams.data.report that implement EnumWithCustomParsing Modifier and Type Class Description classDataTypeThe 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 classCell.ContentTypethe type of content. -
Uses of EnumWithCustomParsing in adams.data.statistics
Classes in adams.data.statistics that implement EnumWithCustomParsing Modifier and Type Class Description static classSPCUtils.ChartEnum for the chart type.static classSPCUtils.RulesThe 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 classEvaluationStatisticThe enumeration for the comparison field.classExperimentStatisticThe enumeration for the comparison field.classTesseractLanguageEnumeration of languages that tesseract supports.classTesseractPageSegmentationThe 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 classExecutionStageEnumeration of flow execution stages.classExecutionTypeEnumeration of flow execution types. -
Uses of EnumWithCustomParsing in adams.flow.sink
Classes in adams.flow.sink that implement EnumWithCustomParsing Modifier and Type Class Description static classWekaThresholdCurve.AttributeNameThe 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 classSpreadSheetInfo.InfoTypeThe type of information to generate.static classWekaClassifierRanker.MeasureThe 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 classDragAndDropTree.DropPositionEnumeration 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 classTypeEnumeration for the type of axis.
-