public class OrderingAlgorithm
extends java.lang.Object
| Constructor and Description |
|---|
OrderingAlgorithm() |
| Modifier and Type | Method and Description |
|---|---|
void |
run()
This method runs the ordering algorithm.
|
void |
setInput(OrderingInput input)
This method sets the input object of this algorithm.
|
public void setInput(OrderingInput input)
input - the input object.public void run()