bpiwowar.experiments
Class About

java.lang.Object
  extended by bpiwowar.experiments.About
All Implemented Interfaces:
Task

public class About
extends Object
implements Task


Constructor Summary
About()
           
 
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
 

Constructor Detail

About

public About()
Method Detail

run

public int run()
Description copied from interface: Task
Run the experiments with the given arguments

Specified by:
run in interface Task
Parameters:
args -
Throws:
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.