public class Algorithm extends Object
| Constructor and Description |
|---|
Algorithm(PerfRunData runData)
Read algorithm from file
|
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Execute this algorithm
|
ArrayList |
extractTasks()
Expert: for test purposes, return all tasks participating in this algorithm.
|
String |
toString() |
public Algorithm(PerfRunData runData) throws Exception
runData - perf-run-data used at running the tasks.Exception - if errors while parsing the algorithmpublic ArrayList extractTasks()
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.