org.omegahat.Simulation.MCMC.Proposals
Interface TimeDependentProposal

All Known Implementing Classes:
IteratedProposal, MixtureProposal, IndependentHastingsCoupledProposal, NormalMetropolisComponentProposal, HastingsCoupledIteratedProposal

public interface TimeDependentProposal


Method Summary
 int getTime()
          Get the time
 void resetTime()
          Reset time to 0
 void timeInc()
          Increment time
 

Method Detail

timeInc

public void timeInc()
Increment time

resetTime

public void resetTime()
Reset time to 0

getTime

public int getTime()
Get the time