org.inxar.syntacs.util
Interface Algorithm

All Known Implementing Classes:
SCCTransitiveClosure

public interface Algorithm

The Algorithm interface is a very general abstraction over some evaluatable process. It is basically a naming mechanism for certain parts of code that can be nicely packaged.


Method Summary
 void evaluate()
          Evaluates the Algorithm, possibly throwing an AlgorithmException along the way.
 

Method Detail

evaluate

public void evaluate()
              throws AlgorithmException
Evaluates the Algorithm, possibly throwing an AlgorithmException along the way.