bpiwowar.experiments
Interface Task

All Known Implementing Classes:
About, AbstractTask, RunClass

public interface Task


Method Summary
 void init(String[] args)
          Initialise the object before running it
 int run()
          Run the experiments with the given arguments
 

Method Detail

run

int run()
        throws Throwable
Run the experiments with the given arguments

Throws:
Throwable

init

void init(String[] args)
          throws Exception
Initialise the object before running it

Throws:
Exception


Copyright © 2013. All Rights Reserved.