Package de.cau.cs.kieler.core.alg

Basic API for algorithms and their implementations following the strategy design pattern.

See:
          Description

Interface Summary
IAlgorithm Interface that serves as super-interface for all algorithm interfaces.
IFactory<T> Interface for factories of class instances.
IKielerProgressMonitor Interface for monitors of progress of a job.
 

Class Summary
AbstractAlgorithm Superclass for algorithms used in the KIELER project.
BasicProgressMonitor Base class for implementations of progress monitors.
DefaultFactory<T> A factory that uses the default constructor to create instances.
InstancePool<T> A pool for class instances.
 

Package de.cau.cs.kieler.core.alg Description

Basic API for algorithms and their implementations following the strategy design pattern.