Uses of Class
adams.flow.transformer.WekaClustererInfo.InfoType
-
Packages that use WekaClustererInfo.InfoType Package Description adams.flow.transformer -
-
Uses of WekaClustererInfo.InfoType in adams.flow.transformer
Fields in adams.flow.transformer declared as WekaClustererInfo.InfoType Modifier and Type Field Description protected WekaClustererInfo.InfoType
WekaClustererInfo. m_Type
the type of information to generate.Methods in adams.flow.transformer that return WekaClustererInfo.InfoType Modifier and Type Method Description WekaClustererInfo.InfoType
WekaClustererInfo. getType()
Returns the type of information to generate.static WekaClustererInfo.InfoType
WekaClustererInfo.InfoType. valueOf(String name)
Returns the enum constant of this type with the specified name.static WekaClustererInfo.InfoType[]
WekaClustererInfo.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 WekaClustererInfo.InfoType Modifier and Type Method Description void
WekaClustererInfo. setType(WekaClustererInfo.InfoType value)
Sets the type of information to generate.
-