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.
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.
 

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

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