Uses of Class
adams.flow.sink.WekaExperimentGenerator.ExperimentType
-
Packages that use WekaExperimentGenerator.ExperimentType Package Description adams.flow.sink -
-
Uses of WekaExperimentGenerator.ExperimentType in adams.flow.sink
Fields in adams.flow.sink declared as WekaExperimentGenerator.ExperimentType Modifier and Type Field Description protected WekaExperimentGenerator.ExperimentType
WekaExperimentGenerator. m_ExperimentType
the type of experiment.Methods in adams.flow.sink that return WekaExperimentGenerator.ExperimentType Modifier and Type Method Description WekaExperimentGenerator.ExperimentType
WekaExperimentGenerator. getExperimentType()
Returns the type of experiment to perform.static WekaExperimentGenerator.ExperimentType
WekaExperimentGenerator.ExperimentType. valueOf(String name)
Returns the enum constant of this type with the specified name.static WekaExperimentGenerator.ExperimentType[]
WekaExperimentGenerator.ExperimentType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.flow.sink with parameters of type WekaExperimentGenerator.ExperimentType Modifier and Type Method Description void
WekaExperimentGenerator. setExperimentType(WekaExperimentGenerator.ExperimentType value)
Sets the type of experiment to perform.
-