| Package | Description |
|---|---|
| graph.algorithm |
Classes used to execute an algorithm and measure the duration of the execution.
|
| Modifier and Type | Method and Description |
|---|---|
static ExecuteResult |
AlgorithmExecutor.execute(java.lang.Object algorithm,
java.lang.String methodName,
java.lang.Object... params)
Executes a given algorithm and returns its result and the time the execution took
|