Package examples.montecarlo
Class TestMetropolisHastings.WriteOut
- java.lang.Object
-
- examples.montecarlo.TestMetropolisHastings.WriteOut
-
- All Implemented Interfaces:
ObserverIfc
- Enclosing class:
- TestMetropolisHastings
public static class TestMetropolisHastings.WriteOut extends java.lang.Object implements ObserverIfc
-
-
Constructor Summary
Constructors Constructor Description WriteOut()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
update(java.lang.Object theObserved, java.lang.Object arg)
This method is called when the observable needs observing
-
-
-
Method Detail
-
update
public void update(java.lang.Object theObserved, java.lang.Object arg)
Description copied from interface:ObserverIfc
This method is called when the observable needs observing- Specified by:
update
in interfaceObserverIfc
- Parameters:
theObserved
- the thing observedarg
- an object of info
-
-