|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.omegahat.Simulation.MCMC.GenericMCMCEvent | +--org.omegahat.Simulation.MCMC.GenericChainEvent | +--org.omegahat.Simulation.MCMC.GenericChainStepEvent
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 |
|
Field Detail |
public MCMCState current
Constructor Detail |
protected GenericChainStepEvent()
public GenericChainStepEvent(java.lang.Object source, MCMCState current)
Method Detail |
public MCMCState getCurrent()
public void setCurrent(MCMCState current)
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |