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.EvaluationTypeWekaExperimentGenerator. m_EvaluationTypethe type of evaluation.Methods in adams.flow.sink that return WekaExperimentGenerator.EvaluationType Modifier and Type Method Description WekaExperimentGenerator.EvaluationTypeWekaExperimentGenerator. getEvaluationType()Returns the type of evaluation to perform.static WekaExperimentGenerator.EvaluationTypeWekaExperimentGenerator.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 voidWekaExperimentGenerator. setEvaluationType(WekaExperimentGenerator.EvaluationType value)Sets the type of evaluation to perform.
-