Class WekaClustererDebugUpdater

  • All Implemented Interfaces:
    adams.core.Destroyable, adams.core.GlobalInfoSupporter, adams.core.logging.LoggingLevelHandler, adams.core.logging.LoggingSupporter, adams.core.logging.updater.LoggingLevelUpdater, adams.core.option.OptionHandler, adams.core.SizeOfHandler, Serializable

    public class WekaClustererDebugUpdater
    extends AbstractWekaDebugUpdater
    Updates the debug flag of classes derived from AbstractClusterer.
    Author:
    fracpete (fracpete at waikato dot ac dot nz)
    See Also:
    Serialized Form
    • Constructor Detail

      • WekaClustererDebugUpdater

        public WekaClustererDebugUpdater()
    • Method Detail

      • globalInfo

        public String globalInfo()
        Returns a string describing the object.
        Specified by:
        globalInfo in interface adams.core.GlobalInfoSupporter
        Specified by:
        globalInfo in class adams.core.option.AbstractOptionHandler
        Returns:
        a description suitable for displaying in the gui
      • canUpdateLoggingLevel

        public boolean canUpdateLoggingLevel​(Object obj)
        Checks whether the logging level can be updated.
        Parameters:
        obj - the object to check
        Returns:
        true if can be updated
      • updateLoggingLevel

        public boolean updateLoggingLevel​(Object obj)
        Updates the logging level.
        Parameters:
        obj - the object to update
        Returns:
        true if level was updated