es.udc.gii.common.eaf.log.parallel.cma
Class ParallelCMABestMeanLogTool

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.cma.ParallelCMABestMeanLogTool
All Implemented Interfaces:
Configurable, java.util.Observer

public class ParallelCMABestMeanLogTool
extends ParallelLogTool

Author:
rafa

Field Summary
 
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
ParallelCMABestMeanLogTool()
           
 
Method Summary
 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
configure, finalize, getLog, getLogID, setFile
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParallelCMABestMeanLogTool

public ParallelCMABestMeanLogTool()
Method Detail

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