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

Packages that use YesNo
nz.ac.waikato.adams.webservice.weka   
 

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

Fields in nz.ac.waikato.adams.webservice.weka declared as YesNo
protected  YesNo Attribute.classAttribute
           
protected  YesNo Value.valueMissing
           
 

Methods in nz.ac.waikato.adams.webservice.weka that return YesNo
static YesNo YesNo.fromValue(String v)
           
 YesNo Attribute.getClassAttribute()
          Gets the value of the classAttribute property.
 YesNo Value.getValueMissing()
          Gets the value of the valueMissing property.
static YesNo YesNo.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static YesNo[] YesNo.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 YesNo
 void Attribute.setClassAttribute(YesNo value)
          Sets the value of the classAttribute property.
 void Value.setValueMissing(YesNo value)
          Sets the value of the valueMissing property.
 



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