All Packages Class Hierarchy This Package Previous Next Index
Class cube.cubette.LogRecord
java.lang.Object
|
+----cube.cubette.LogRecord
- public class LogRecord
- extends Object
A log record is a structure consisting of units above a unit.
It is used to update the count associated with filters for each
record read from a log file.
For more information on the cube see the cube
Overview.
Copyright © 1997 Curtis E. Dyreson. All rights reserved.
Please be aware of the
Licence
and
Version.
-
LogRecord(Id[], Table[], PersistentGraph[])
- Create a new LogRecord
-
unitsAtMeasures(Id[])
- Builds a list of the units in each dimension for a measure
LogRecord
public LogRecord(Id units[],
Table unitToMeasureTables[],
PersistentGraph coarserUnitGraphs[])
- Create a new LogRecord
- Parameters:
- units - - A list of units to look above in each dimension.
- unitToMeasureTables - - Tables that map units to particular measures.
- coarserUnitGraphs - - Directed graphs that lead from finer to
coarser units.
unitsAtMeasures
public Id[] unitsAtMeasures(Id measures[])
- Builds a list of the units in each dimension for a measure
- Parameters:
- measures - List of measures.
All Packages Class Hierarchy This Package Previous Next Index