bpiwowar.experiments
Class RunClass
java.lang.Object
bpiwowar.experiments.RunClass
- All Implemented Interfaces:
- Task
public class RunClass
- extends Object
- implements Task
Method Summary |
void |
init(String[] args)
Initialise the object before running it |
int |
run()
Run the experiments with the given arguments |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RunClass
public RunClass()
run
public int run()
throws IllegalArgumentException,
IllegalAccessException,
InvocationTargetException
- Description copied from interface:
Task
- Run the experiments with the given arguments
- Specified by:
run
in interface Task
- Throws:
InvocationTargetException
IllegalAccessException
IllegalArgumentException
IOException
init
public void init(String[] args)
throws Exception
- Description copied from interface:
Task
- Initialise the object before running it
- Specified by:
init
in interface Task
- Throws:
Exception
Copyright © 2013. All Rights Reserved.