Uses of Class
adams.flow.transformer.WekaInstanceDumper.OutputFormat
-
Packages that use WekaInstanceDumper.OutputFormat Package Description adams.flow.transformer -
-
Uses of WekaInstanceDumper.OutputFormat in adams.flow.transformer
Fields in adams.flow.transformer declared as WekaInstanceDumper.OutputFormat Modifier and Type Field Description protected WekaInstanceDumper.OutputFormatWekaInstanceDumper. m_OutputFormatthe output format.Methods in adams.flow.transformer that return WekaInstanceDumper.OutputFormat Modifier and Type Method Description WekaInstanceDumper.OutputFormatWekaInstanceDumper. getOutputFormat()Returns the current output format.static WekaInstanceDumper.OutputFormatWekaInstanceDumper.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 Modifier and Type Method Description voidWekaInstanceDumper. setOutputFormat(WekaInstanceDumper.OutputFormat value)Sets the output format.
-