org.omegahat.Simulation.MCMC
Class GenericMCMCEvent

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

public class GenericMCMCEvent
extends java.lang.Object
implements MCMCEvent


Field Summary
 java.lang.String description
           
 java.lang.Object source
           
 
Constructor Summary
protected GenericMCMCEvent()
          Default constructor
  GenericMCMCEvent(java.lang.Object source, java.lang.String description)
          Construct with all details
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.Object getSource()
           
 void setDescription(java.lang.String description)
           
 void setSource(java.lang.Object source)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

source

public java.lang.Object source

description

public java.lang.String description
Constructor Detail

GenericMCMCEvent

protected GenericMCMCEvent()
Default constructor

GenericMCMCEvent

public GenericMCMCEvent(java.lang.Object source,
                        java.lang.String description)
Construct with all details
Method Detail

getSource

public java.lang.Object getSource()
Specified by:
getSource in interface MCMCEvent

setSource

public void setSource(java.lang.Object source)

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface MCMCEvent

setDescription

public void setDescription(java.lang.String description)