All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class benno.dystat.CounterFrame

java.lang.Object
   |
   +----benno.dystat.CounterFrame

public class CounterFrame
extends Object
This will be a dynamic frame to hold and initialise the counters in the config file. At the moment, everything is hard-coded.


Method Index

 o add(ResourceCounter)
 o dump()
 o get(String)
 o present(StatLine)
 o store()
Tells each counter to store itself.

Methods

 o add
 public void add(ResourceCounter rc)
 o present
 public void present(StatLine sl)
 o get
 public ResourceCounter get(String s)
 o dump
 public void dump()
 o store
 public void store()
Tells each counter to store itself.


All Packages  Class Hierarchy  This Package  Previous  Next  Index