NAME

GT::Analyzers - Provides some functions that will be used by all analyzer modules.


DESCRIPTION

MANAGE A REPOSITORY OF INDICATORS

  GT::Analyzers::get_registered_object($name);
  GT::Analyzers::register_object($name, $object);
  GT::Analyzers::get_or_register_object($name, $object);
  GT::Analyzers::manage_object(\@NAMES, $object, $class, $args, $key);

DEFAULT FUNCTIONS FOR ANALYZERS

GT::Analyzers::Module->new($args, $key, $func)

Create a new analyzer with the given arguments. $key and $func are optional, they are useful for indicators which can use non-usual input streams.

$analyzers->initialize()

Default method that does nothing.