Uses of Class
adams.flow.sink.WekaExperimentGenerator.EvaluationType
-
Packages that use WekaExperimentGenerator.EvaluationType Package Description adams.flow.sink -
-
Uses of WekaExperimentGenerator.EvaluationType in adams.flow.sink
Fields in adams.flow.sink declared as WekaExperimentGenerator.EvaluationType Modifier and Type Field Description protected WekaExperimentGenerator.EvaluationType
WekaExperimentGenerator. m_EvaluationType
the type of evaluation.Methods in adams.flow.sink that return WekaExperimentGenerator.EvaluationType Modifier and Type Method Description WekaExperimentGenerator.EvaluationType
WekaExperimentGenerator. getEvaluationType()
Returns the type of evaluation to perform.static WekaExperimentGenerator.EvaluationType
WekaExperimentGenerator.EvaluationType. valueOf(String name)
Returns the enum constant of this type with the specified name.static WekaExperimentGenerator.EvaluationType[]
WekaExperimentGenerator.EvaluationType. 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.EvaluationType Modifier and Type Method Description void
WekaExperimentGenerator. setEvaluationType(WekaExperimentGenerator.EvaluationType value)
Sets the type of evaluation to perform.
-