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.OutputFormat
WekaInstanceDumper. m_OutputFormat
the output format.Methods in adams.flow.transformer that return WekaInstanceDumper.OutputFormat Modifier and Type Method Description 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 Modifier and Type Method Description void
WekaInstanceDumper. setOutputFormat(WekaInstanceDumper.OutputFormat value)
Sets the output format.
-