Uses of Class
adams.core.discovery.NumericValueType
-
Packages that use NumericValueType Package Description adams.core.discovery adams.core.discovery.genetic -
-
Uses of NumericValueType in adams.core.discovery
Methods in adams.core.discovery that return NumericValueType Modifier and Type Method Description static NumericValueTypeNumericValueType. valueOf(String name)Returns the enum constant of this type with the specified name.static NumericValueType[]NumericValueType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of NumericValueType in adams.core.discovery.genetic
Fields in adams.core.discovery.genetic declared as NumericValueType Modifier and Type Field Description protected NumericValueTypeAbstractGeneticDoubleDiscoveryHandler. m_Typethe type of values to use.protected NumericValueTypeAbstractGeneticFloatDiscoveryHandler. m_Typethe type of values to use.protected NumericValueTypeAbstractGeneticIntegerDiscoveryHandler. m_Typethe type of values to use.Methods in adams.core.discovery.genetic that return NumericValueType Modifier and Type Method Description protected NumericValueTypeAbstractGeneticDoubleDiscoveryHandler. getDefaultType()Returns the default type.protected NumericValueTypeAbstractGeneticFloatDiscoveryHandler. getDefaultType()Returns the default type.protected NumericValueTypeAbstractGeneticIntegerDiscoveryHandler. getDefaultType()Returns the default type.NumericValueTypeAbstractGeneticDoubleDiscoveryHandler. getType()Returns the type.NumericValueTypeAbstractGeneticFloatDiscoveryHandler. getType()Returns the type.NumericValueTypeAbstractGeneticIntegerDiscoveryHandler. getType()Returns the type.Methods in adams.core.discovery.genetic with parameters of type NumericValueType Modifier and Type Method Description voidAbstractGeneticDoubleDiscoveryHandler. setType(NumericValueType value)Sets the type.voidAbstractGeneticFloatDiscoveryHandler. setType(NumericValueType value)Sets the type.voidAbstractGeneticIntegerDiscoveryHandler. setType(NumericValueType value)Sets the type.
-