unbbayes.io
Class NetworkCompilationLogManager

java.lang.Object
  extended by unbbayes.io.log.TextLogManager
      extended by unbbayes.io.NetworkCompilationLogManager
All Implemented Interfaces:
Serializable, ILogManager

public class NetworkCompilationLogManager
extends TextLogManager

Extends the LogManager with methods for log the information about the network compilation process.

Version:
1.0
Author:
Rommel N. Carvalho, Michael S. Onishi
See Also:
Serialized Form

Field Summary
 
Fields inherited from class unbbayes.io.log.TextLogManager
DEFAULT_BUFFER_SIZE, DEFAULT_FILENAME, identationString, numColumn, resource, separator
 
Constructor Summary
NetworkCompilationLogManager()
           
 
Method Summary
 void finishLog(JunctionTree tree, ArrayList<Node> nodes)
           
 void reset()
          Initializes the logfile of network compilation.
 
Methods inherited from class unbbayes.io.log.TextLogManager
addTitle, append, appendIfTrue, appendln, appendln, appendlnIfTrue, appendlnIfTrue, appendSectionTitle, appendSeparator, appendSpecialTitle, clear, getEnabled, getLog, isEnabled, setEnabled, writeToDisk
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetworkCompilationLogManager

public NetworkCompilationLogManager()
Method Detail

reset

public void reset()
Initializes the logfile of network compilation. Writes the header inside the file.

Overrides:
reset in class TextLogManager

finishLog

public void finishLog(JunctionTree tree,
                      ArrayList<Node> nodes)


Copyright © 2001-2010 University of Brasilia - UnB. All Rights Reserved.