The Physiologist's Friend Simulation API

ch.unizh.ini.friend.simulation
Class SimpleOutputMonitor.Deliverable

java.lang.Object
  extended by ch.unizh.ini.friend.simulation.SimpleOutputMonitor.Deliverable
All Implemented Interfaces:
Cloneable, Runnable
Enclosing class:
SimpleOutputMonitor

public abstract static class SimpleOutputMonitor.Deliverable
extends Object
implements Runnable, Cloneable

An abstract class whose heirs' instances can be passed to invokeLater() by an instance of SimpleOutputMonitor. This class will (usually) be inherited from by specific classes of the gui.


Field Summary
protected  float value
          The value carried by this deliverable.
 
Constructor Summary
SimpleOutputMonitor.Deliverable()
           
 
Method Summary
 Object clone()
          Clone this.
 void setValue(float value)
          Sets the value carried by this deliverable.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.lang.Runnable
run
 

Field Detail

value

protected float value
The value carried by this deliverable.

Constructor Detail

SimpleOutputMonitor.Deliverable

public SimpleOutputMonitor.Deliverable()
Method Detail

setValue

public void setValue(float value)
Sets the value carried by this deliverable.


clone

public Object clone()
Clone this.

Overrides:
clone in class Object

http://www.ini.unizh.ch/~tobi/friend