mulan.experiments
Class ICTAI2010

java.lang.Object
  extended by mulan.experiments.Experiment
      extended by mulan.experiments.ICTAI2010
All Implemented Interfaces:
TechnicalInformationHandler

public class ICTAI2010
extends Experiment

Class replicating an experiment from a published paper

Version:
2010.12.10
Author:
Grigorios Tsoumakas

Constructor Summary
ICTAI2010()
           
 
Method Summary
 TechnicalInformation getTechnicalInformation()
          Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
static void main(String[] args)
          Main class
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ICTAI2010

public ICTAI2010()
Method Detail

main

public static void main(String[] args)
Main class

Parameters:
args - command line arguments

getTechnicalInformation

public TechnicalInformation getTechnicalInformation()
Description copied from class: Experiment
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.

Specified by:
getTechnicalInformation in interface TechnicalInformationHandler
Specified by:
getTechnicalInformation in class Experiment
Returns:
the technical information about this class