Uses of Class
adams.flow.transformer.WekaEvaluationInfo.InfoType
-
Packages that use WekaEvaluationInfo.InfoType Package Description adams.flow.transformer -
-
Uses of WekaEvaluationInfo.InfoType in adams.flow.transformer
Fields in adams.flow.transformer declared as WekaEvaluationInfo.InfoType Modifier and Type Field Description protected WekaEvaluationInfo.InfoType
WekaEvaluationInfo. m_Type
the type of information to generate.Methods in adams.flow.transformer that return WekaEvaluationInfo.InfoType Modifier and Type Method Description WekaEvaluationInfo.InfoType
WekaEvaluationInfo. getType()
Returns the type of information to generate.static WekaEvaluationInfo.InfoType
WekaEvaluationInfo.InfoType. valueOf(String name)
Returns the enum constant of this type with the specified name.static WekaEvaluationInfo.InfoType[]
WekaEvaluationInfo.InfoType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.flow.transformer with parameters of type WekaEvaluationInfo.InfoType Modifier and Type Method Description void
WekaEvaluationInfo. setType(WekaEvaluationInfo.InfoType value)
Sets the type of information to generate.
-