org.omegahat.Simulation.MCMC
Class CustomMarkovChain.listenerPrinter

java.lang.Object
  |
  +--org.omegahat.Simulation.MCMC.CustomMarkovChain.listenerPrinter
All Implemented Interfaces:
MCMCListener
Enclosing class:
CustomMarkovChain

public static class CustomMarkovChain.listenerPrinter
extends java.lang.Object
implements MCMCListener


Field Summary
 int step
           
 
Constructor Summary
CustomMarkovChain.listenerPrinter()
           
 
Method Summary
 void notify(MCMCEvent e)
          Function to be called for notification
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

step

public int step
Constructor Detail

CustomMarkovChain.listenerPrinter

public CustomMarkovChain.listenerPrinter()
Method Detail

notify

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