Uses of Class
adams.flow.transformer.WekaInstanceDumper.OutputFormat

Packages that use WekaInstanceDumper.OutputFormat
adams.flow.transformer   
 

Uses of WekaInstanceDumper.OutputFormat in adams.flow.transformer
 

Fields in adams.flow.transformer declared as WekaInstanceDumper.OutputFormat
protected  WekaInstanceDumper.OutputFormat WekaInstanceDumper.m_OutputFormat
          the output format.
 

Methods in adams.flow.transformer that return WekaInstanceDumper.OutputFormat
 WekaInstanceDumper.OutputFormat WekaInstanceDumper.getOutputFormat()
          Returns the current output format.
static WekaInstanceDumper.OutputFormat WekaInstanceDumper.OutputFormat.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static WekaInstanceDumper.OutputFormat[] WekaInstanceDumper.OutputFormat.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 WekaInstanceDumper.OutputFormat
 void WekaInstanceDumper.setOutputFormat(WekaInstanceDumper.OutputFormat value)
          Sets the output format.
 



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