es.udc.gii.common.eaf.log.parallel
Class ParallelBestFEsLogTool
java.lang.Object
es.udc.gii.common.eaf.log.LogTool
es.udc.gii.common.eaf.log.parallel.ParallelLogTool
es.udc.gii.common.eaf.log.parallel.ParallelBestFEsLogTool
- All Implemented Interfaces:
- Configurable, java.util.Observer
public class ParallelBestFEsLogTool
- extends ParallelLogTool
- Author:
- rafa
Method Summary |
void |
configure(org.apache.commons.configuration.Configuration conf)
|
java.lang.String |
getLogID()
|
void |
update(java.util.Observable o,
java.lang.Object arg)
|
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
num_prints
private int num_prints
fes_prints
private java.util.List fes_prints
fes_index
private int fes_index
ParallelBestFEsLogTool
public ParallelBestFEsLogTool()
ParallelBestFEsLogTool
public ParallelBestFEsLogTool(java.util.List fes_prints)
configure
public void configure(org.apache.commons.configuration.Configuration conf)
- Specified by:
configure
in interface Configurable
- Overrides:
configure
in class LogTool
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