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
Constructor Summary |
protected |
GenericMCMCEvent()
Default constructor |
|
GenericMCMCEvent(java.lang.Object source,
java.lang.String description)
Construct with all details |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
source
public java.lang.Object source
description
public java.lang.String description
GenericMCMCEvent
protected GenericMCMCEvent()
- Default constructor
GenericMCMCEvent
public GenericMCMCEvent(java.lang.Object source,
java.lang.String description)
- Construct with all details
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)