Uses of Package
org.cishell.framework.algorithm

Packages that use org.cishell.framework.algorithm
org.cishell.app.service.scheduler Provides interfaces for the CIShell Scheduler Service. 
org.cishell.framework.algorithm Provides interfaces required for creating CIShell algorithms. 
org.cishell.service.conversion Provides interfaces for the CIShell Data Conversion Service. 
 

Classes in org.cishell.framework.algorithm used by org.cishell.app.service.scheduler
Algorithm
          A class which executes some arbitrary code and optionally returns any data produced.
 

Classes in org.cishell.framework.algorithm used by org.cishell.framework.algorithm
Algorithm
          A class which executes some arbitrary code and optionally returns any data produced.
AlgorithmExecutionException
          An exception which is thrown when an error occurs in the process of executing an Algorithm
ProgressMonitor
          A class to monitor the progress of an algorithm.
 

Classes in org.cishell.framework.algorithm used by org.cishell.service.conversion
AlgorithmFactory
          A service interface for creating Algorithms to be executed.