Uses of Class
adams.opt.genetic.OutputPrefixType
-
Packages that use OutputPrefixType Package Description adams.opt.genetic -
-
Uses of OutputPrefixType in adams.opt.genetic
Fields in adams.opt.genetic declared as OutputPrefixType Modifier and Type Field Description protected OutputPrefixTypeAbstractClassifierBasedGeneticAlgorithm. m_OutputPrefixTypethe type of prefix to use for the output.Methods in adams.opt.genetic that return OutputPrefixType Modifier and Type Method Description OutputPrefixTypeAbstractClassifierBasedGeneticAlgorithm. getOutputPrefixType()Returns the type of prefix to use for the output.static OutputPrefixTypeOutputPrefixType. valueOf(String name)Returns the enum constant of this type with the specified name.static OutputPrefixType[]OutputPrefixType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.opt.genetic with parameters of type OutputPrefixType Modifier and Type Method Description voidAbstractClassifierBasedGeneticAlgorithm. setOutputPrefixType(OutputPrefixType value)Sets the type of prefix to use for the output.
-