public abstract class AbstractAlgorithmSuperClass
extends java.lang.Object
| Constructor and Description |
|---|
AbstractAlgorithmSuperClass(CpsAPI api)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
CpsAPI |
getAPI()
Returns the API.
|
abstract void |
runAlgorithm()
This method will be called in each Iteration.
|
void |
setAPI(CpsAPI api)
Sets the API.
|
public AbstractAlgorithmSuperClass(CpsAPI api)
api - the API