Class Dummy

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

    public class Dummy
    extends AbstractRatGenerator
    Generates a dummy Rat setup.

    -logging-level <OFF|SEVERE|WARNING|INFO|CONFIG|FINE|FINER|FINEST> (property: loggingLevel)
        The logging level for outputting errors and debugging output.
        default: WARNING
     
    -log <adams.flow.core.CallableActorReference> (property: log)
        The name of the callable log actor to use (logging disabled if actor not 
        found).
        default: unknown
     
    -send-error-queue <adams.flow.control.StorageName> (property: sendErrorQueue)
        The name of the (optional) queue in internal storage to feed with send errors.
        default: senderrors
     
    -show-in-control <boolean> (property: showInControl)
        If enabled, the generated Rat will be displayed in the adams.flow.standalone.RatControl 
        control panel.
        default: false
     
    Version:
    $Revision$
    Author:
    fracpete (fracpete at waikato dot ac dot nz)
    See Also:
    Serialized Form
    • Constructor Detail

      • Dummy

        public Dummy()
    • 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