fdda.plugins
Interface AlgorithmLoader

All Superinterfaces:
Plugin
All Known Implementing Classes:
AlgorithmReader

public interface AlgorithmLoader
extends Plugin

Interface for plug-ins that load algorithms

Author:
Jörg Rüdenauer

Field Summary
 
Fields inherited from interface fdda.plugins.Plugin
ALGORITHM_READER, SYSTEM_READER, SYSTEM_WRITER
 
Method Summary
 void searchForAlgorithms(ErrorHandler errorHandler)
          Searches in its storage location for algorithms and loads them into the instance of fdda.algorithms.Algorithms.
 
Methods inherited from interface fdda.plugins.Plugin
configure, getName, getType, hasOptions, useDialog
 

Method Detail

searchForAlgorithms

public void searchForAlgorithms(ErrorHandler errorHandler)
Searches in its storage location for algorithms and loads them into the instance of fdda.algorithms.Algorithms.

Parameters:
errorHandler - object that handles errors


API documentation for FDDA version 0.9. Generated on 17/02/2004 14:12.