org.omegahat.Simulation.MCMC
Class GenericChainEvent

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

public abstract class GenericChainEvent
extends GenericMCMCEvent


Fields inherited from class org.omegahat.Simulation.MCMC.GenericMCMCEvent
description, source
 
Constructor Summary
GenericChainEvent()
           
 
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, toString, wait, wait, wait
 

Constructor Detail

GenericChainEvent

public GenericChainEvent()