
public class AlgorithmStep extends Object implements WorkflowStep
| Modifier and Type | Class and Description |
|---|---|
static class |
AlgorithmStep.Parameterizer
Parameterization class.
|
| Modifier and Type | Field and Description |
|---|---|
private List<Algorithm> |
algorithms
Holds the algorithm to run.
|
private static Logging |
logger
Logger
|
private BasicResult |
result
The algorithm output
|
| Constructor and Description |
|---|
AlgorithmStep(List<Algorithm> algorithms)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
HierarchicalResult |
getResult()
Get the algorithm result.
|
HierarchicalResult |
runAlgorithms(Database database)
Run algorithms.
|
private static final Logging logger
private BasicResult result
public HierarchicalResult runAlgorithms(Database database)
database - Databasepublic HierarchicalResult getResult()