Interface | Description |
---|---|
AlgorithmExitStep<T> |
Algorithm exit step interface
|
AlgorithmInitStep<U> |
Definition interface for an algorithm init step
|
AlgorithmMainStep<T,U,V> |
Interface step in the algorithm.
|
Class | Description |
---|---|
AbstractAlgoMainStep<T,U,V> |
abstract implementation for the IAlgorithmStep providing
an algoContext and default implementations for init(), exit() methods.
|
AbstractExitStep<T> | |
AbstractInitStep<U> |
Copyright © 2006–2015. All rights reserved.