es.udc.gii.common.eaf.log.parallel
Class BestIndividualLogTool

java.lang.Object
  extended by es.udc.gii.common.eaf.log.LogTool
      extended by es.udc.gii.common.eaf.log.parallel.ParallelLogTool
          extended by es.udc.gii.common.eaf.log.parallel.BestIndividualLogTool
All Implemented Interfaces:
Configurable, java.util.Observer

public class BestIndividualLogTool
extends ParallelLogTool

Author:
Rafael Tedin Alvarez

Field Summary
private  int number
           
 
Fields inherited from class es.udc.gii.common.eaf.log.parallel.ParallelLogTool
t0
 
Fields inherited from class es.udc.gii.common.eaf.log.LogTool
fileExtension, name, oldFolder, oldName
 
Constructor Summary
BestIndividualLogTool()
          Creates a new instance of BestIndividualLogTool
BestIndividualLogTool(int number)
          Creates a new instance of BestIndividualLogTool
 
Method Summary
 void configure(org.apache.commons.configuration.Configuration conf)
           
 java.lang.String getLogID()
           
 int getNumber()
           
 void setNumber(int number)
           
 void update(java.util.Observable o, java.lang.Object arg)
           
 
Methods inherited from class es.udc.gii.common.eaf.log.parallel.ParallelLogTool
getNodeID
 
Methods inherited from class es.udc.gii.common.eaf.log.LogTool
finalize, getLog, setFile
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

number

private int number
Constructor Detail

BestIndividualLogTool

public BestIndividualLogTool()
Creates a new instance of BestIndividualLogTool


BestIndividualLogTool

public BestIndividualLogTool(int number)
Creates a new instance of BestIndividualLogTool

Method Detail

getLogID

public java.lang.String getLogID()
Overrides:
getLogID in class LogTool

update

public void update(java.util.Observable o,
                   java.lang.Object arg)
Specified by:
update in interface java.util.Observer
Overrides:
update in class LogTool

configure

public void configure(org.apache.commons.configuration.Configuration conf)
Specified by:
configure in interface Configurable
Overrides:
configure in class LogTool

getNumber

public int getNumber()

setNumber

public void setNumber(int number)