es.udc.gii.common.eaf.log.cma
Class CMABestIndividualLogTool

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

public class CMABestIndividualLogTool
extends LogTool

Author:
pilar

Field Summary
private  int fes_index
           
private  java.util.List fes_prints
           
 
Fields inherited from class es.udc.gii.common.eaf.log.LogTool
fileExtension, name, oldFolder, oldName
 
Constructor Summary
CMABestIndividualLogTool()
           
 
Method Summary
 void configure(org.apache.commons.configuration.Configuration conf)
           
 java.lang.String toString()
           
 void update(java.util.Observable o, java.lang.Object arg)
           
 
Methods inherited from class es.udc.gii.common.eaf.log.LogTool
finalize, getLog, getLogID, getNodeID, setFile
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

fes_prints

private java.util.List fes_prints

fes_index

private int fes_index
Constructor Detail

CMABestIndividualLogTool

public CMABestIndividualLogTool()
Method Detail

configure

public void configure(org.apache.commons.configuration.Configuration conf)
Specified by:
configure in interface Configurable
Overrides:
configure 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

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object