org.omegahat.Simulation.MCMC
Class GenericChainStepEvent

java.lang.Object
  |
  +--org.omegahat.Simulation.MCMC.GenericMCMCEvent
        |
        +--org.omegahat.Simulation.MCMC.GenericChainEvent
              |
              +--org.omegahat.Simulation.MCMC.GenericChainStepEvent
All Implemented Interfaces:
MCMCEvent
Direct Known Subclasses:
DetailChainStepEvent

public class GenericChainStepEvent
extends GenericChainEvent


Field Summary
 MCMCState current
           
 
Fields inherited from class org.omegahat.Simulation.MCMC.GenericMCMCEvent
description, source
 
Constructor Summary
protected GenericChainStepEvent()
           
  GenericChainStepEvent(java.lang.Object source, MCMCState current)
           
 
Method Summary
 MCMCState getCurrent()
           
 void setCurrent(MCMCState current)
           
 java.lang.String toString()
           
 
Methods inherited from class org.omegahat.Simulation.MCMC.GenericMCMCEvent
getDescription, getSource, setDescription, setSource
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

current

public MCMCState current
Constructor Detail

GenericChainStepEvent

protected GenericChainStepEvent()

GenericChainStepEvent

public GenericChainStepEvent(java.lang.Object source,
                             MCMCState current)
Method Detail

getCurrent

public MCMCState getCurrent()

setCurrent

public void setCurrent(MCMCState current)

toString

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