org.omegahat.Simulation.MCMC
Class GenericManagerChainEvent

java.lang.Object
  |
  +--org.omegahat.Simulation.MCMC.GenericMCMCEvent
        |
        +--org.omegahat.Simulation.MCMC.GenericManagerEvent
              |
              +--org.omegahat.Simulation.MCMC.GenericManagerChainEvent
All Implemented Interfaces:
MCMCEvent

public class GenericManagerChainEvent
extends GenericManagerEvent


Field Summary
 int chain
           
 GenericChainEvent event
          Which chain generated the event
 
Fields inherited from class org.omegahat.Simulation.MCMC.GenericMCMCEvent
description, source
 
Constructor Summary
protected GenericManagerChainEvent()
          Default constructor
  GenericManagerChainEvent(java.lang.Object source, int chain, GenericChainEvent event)
          Construct with all details
 
Method Summary
(package private)  int getChain()
          The event that was generated
(package private)  GenericChainEvent getEvent()
           
(package private)  void setChain(int chain)
           
(package private)  void setEvent(GenericChainEvent event)
           
 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

chain

public int chain

event

public GenericChainEvent event
Which chain generated the event
Constructor Detail

GenericManagerChainEvent

protected GenericManagerChainEvent()
Default constructor

GenericManagerChainEvent

public GenericManagerChainEvent(java.lang.Object source,
                                int chain,
                                GenericChainEvent event)
Construct with all details
Method Detail

getChain

int getChain()
The event that was generated

setChain

void setChain(int chain)

getEvent

GenericChainEvent getEvent()

setEvent

void setEvent(GenericChainEvent event)

toString

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