All Packages Class Hierarchy This Package Previous Next Index
Class jDisco.Tab
java.lang.Object
|
+----jDisco.Tab
- public abstract class Tab
- extends java.lang.Object
This class defines the common core of the data colllection classes
Accumulate, Count, Histogram and Tally.
- Accumulate is used to collect time dependent data.
- Histogram is used to collect data in histogram.
- Tally is used to collect time independent data.
The design and implementation of these classes has been inspired by the
Simula class DEMOS by G. Birtwistle.
Reference:
Birtwistle, G:
"A System for Discrete Event Modelling on SIMULA".
Macmillan Computer Science Series, London 1979.
- See Also:
- jDisco.Accumulate, jDisco.Histogram, jDisco.Tally
-
obs()
- Returns the numer of entries (updates) since resetAt.
-
printHeading()
- Prints a heading.
-
resetAt()
- Returns the time since the object was initiated, or last reset.
-
title()
- Returns the title.
title
public java.lang.String title()
- Returns the title.
obs
public int obs()
- Returns the numer of entries (updates) since resetAt.
resetAt
public double resetAt()
- Returns the time since the object was initiated, or last reset.
printHeading
public static void printHeading()
- Prints a heading.
All Packages Class Hierarchy This Package Previous Next Index