Class WekaAttributeIndexParsing


  • public class WekaAttributeIndexParsing
    extends adams.core.option.parsing.AbstractParsing
    For parsing WekaAttributeIndex options.
    Author:
    FracPete (fracpete at waikato dot ac dot nz)
    • Constructor Detail

      • WekaAttributeIndexParsing

        public WekaAttributeIndexParsing()
    • Method Detail

      • toString

        public static String toString​(adams.core.option.AbstractOption option,
                                      Object object)
        Returns the object as string.
        Parameters:
        option - the current option
        object - the Compound object to convert
        Returns:
        the generated string
      • valueOf

        public static Object valueOf​(adams.core.option.AbstractOption option,
                                     String str)
        Returns a object generated from the string.
        Parameters:
        option - the current option
        str - the string to convert to a Compound
        Returns:
        the generated Compound