HBCSim
Class Observer

java.lang.Object
  |
  +--SimObs.GEntity
        |
        +--HBCSim.Observer

public class Observer
extends GEntity

Class to represent an observer noting quote lenghts at regular intervals


Field Summary
static HBCSim.Observer.Observe nextObservation
          The next observation
 
Fields inherited from class SimObs.GEntity
avail, entNum, name, nextB, prevTime, tCell, util
 
Method Summary
static int getInterval()
          Returns with the current observation interval.
static void setInterval(int thisInterval)
          Sets in the observation interval
 
Methods inherited from class SimObs.GEntity
commit, doNextB, getAvail, getEntNum, getName, getTCell, getUtil, release, show
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nextObservation

public static HBCSim.Observer.Observe nextObservation
The next observation
Method Detail

setInterval

public static void setInterval(int thisInterval)
Sets in the observation interval

getInterval

public static int getInterval()
Returns with the current observation interval.