Uses of Class
nz.ac.waikato.adams.webservice.weka.Type

Packages that use Type
adams.flow.core   
nz.ac.waikato.adams.webservice.weka   
 

Uses of Type in adams.flow.core
 

Methods in adams.flow.core with parameters of type Type
static void DatasetHelper.addAttribute(Dataset dataset, String name, Type type)
          Adds an attribute to the dataset.
 

Uses of Type in nz.ac.waikato.adams.webservice.weka
 

Fields in nz.ac.waikato.adams.webservice.weka declared as Type
protected  Type Attribute.type
           
 

Methods in nz.ac.waikato.adams.webservice.weka that return Type
static Type Type.fromValue(String v)
           
 Type Attribute.getType()
          Gets the value of the type property.
static Type Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Type[] Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in nz.ac.waikato.adams.webservice.weka with parameters of type Type
 void Attribute.setType(Type value)
          Sets the value of the type property.
 



Copyright © 2013 University of Waikato, Hamilton, NZ. All Rights Reserved.