weka.core
Interface CustomDisplayStringProvider

All Known Implementing Classes:
Range, SingleIndex

public interface CustomDisplayStringProvider

For classes that do not implement the OptionHandler interface and want to provide a custom display string in the GenericObjectEditor, which is more descriptive than the class name.

Version:
$Revision: 8034 $
Author:
fracpete (fracpete at waikato dot ac dot nz)

Method Summary
 String toDisplay()
          Returns the custom display string.
 

Method Detail

toDisplay

String toDisplay()
Returns the custom display string.

Returns:
the string


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