Interface AlgorithmEngine

All Known Implementing Classes:
JavaAlgorithmEngine, ScriptAlgorithmEngine

public interface AlgorithmEngine
Handles algorithms for one language.
  • there is one AlgorithmEngine per language for the entire yamcs server
  • for each AlgorithmManager (i.e. for each Processor) a new AlgorithmExecutorFactory is created
  • then for each Algorithm a new AlgorithmExecutor is created