Interface OptionProducerWithOptionHandling<O,​I>

    • Method Detail

      • defineOptions

        void defineOptions()
        Adds options to the internal list of options.

        Every subclass needs to add the necessary Option objects to its internal List with Option objects.
        Specified by:
        defineOptions in interface OptionHandler
      • getOptionManager

        OptionManager getOptionManager()
        Returns the option manager.

        Only needs to be implemented in the superclass, which declares the OptionManager object managing all the Option objects.
        Specified by:
        getOptionManager in interface OptionHandler
        Returns:
        the internal option list