org.omegahat.Simulation.MCMC.Listeners
Class PosteriorProbWriter

java.lang.Object
  |
  +--org.omegahat.Simulation.MCMC.Listeners.ListenerWriter
        |
        +--org.omegahat.Simulation.MCMC.Listeners.PosteriorProbWriter
All Implemented Interfaces:
MCMCListener, MCMCListenerWriter

public class PosteriorProbWriter
extends ListenerWriter


Fields inherited from class org.omegahat.Simulation.MCMC.Listeners.ListenerWriter
out, storeTime
 
Constructor Summary
protected PosteriorProbWriter()
           
  PosteriorProbWriter(java.lang.String filename)
           
  PosteriorProbWriter(java.lang.String filename, boolean append)
           
  PosteriorProbWriter(java.lang.String filename, boolean append, boolean storeTime)
           
 
Method Summary
 void notify(MCMCEvent e)
          Function to be called for notification
 void print(java.lang.String ignored)
          Write arbitrary text to the output stream.
 void println(java.lang.String ignored)
          Write arbitrary text to the output stream.
 
Methods inherited from class org.omegahat.Simulation.MCMC.Listeners.ListenerWriter
close, finalize, flush
 
Methods inherited from class java.lang.Object
, clone, equals, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

PosteriorProbWriter

protected PosteriorProbWriter()
                       throws java.io.IOException

PosteriorProbWriter

public PosteriorProbWriter(java.lang.String filename,
                           boolean append,
                           boolean storeTime)
                    throws java.io.IOException

PosteriorProbWriter

public PosteriorProbWriter(java.lang.String filename,
                           boolean append)
                    throws java.io.IOException

PosteriorProbWriter

public PosteriorProbWriter(java.lang.String filename)
                    throws java.io.IOException
Method Detail

notify

public void notify(MCMCEvent e)
Description copied from interface: MCMCListener
Function to be called for notification
Overrides:
notify in class ListenerWriter

println

public void println(java.lang.String ignored)
Description copied from interface: MCMCListenerWriter
Write arbitrary text to the output stream.
Overrides:
println in class ListenerWriter

print

public void print(java.lang.String ignored)
Description copied from interface: MCMCListenerWriter
Write arbitrary text to the output stream.
Overrides:
print in class ListenerWriter