All Packages Class Hierarchy This Package Previous Next Index
Class cube.cubette.CubetteSpecification
java.lang.Object
|
+----cube.cubette.CubetteSpecification
- public class CubetteSpecification
- extends Object
The CubetteSpecification class implements the specification of a cubette
in terms of units and measures
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.
-
value
-
-
CubetteSpecification(Id, Table, Table)
- Construct a specification
-
CubetteSpecification(Id[], Id[])
- Construct a specification
-
equals(Object)
- These can be used in Hashtables of all cubette specifications
-
getMeasures()
- Get the measures for this Cubette.
-
getUnits()
- Get the units for this Cubette.
-
hashCode()
- These can be used in Hashtables of all cubette specifications
-
image()
- Format the specification as a nice looking string
value
public IntegerCol value
CubetteSpecification
public CubetteSpecification(Id units[],
Id measures[])
- Construct a specification
- Parameters:
- units - - a list of units
- measures - - a list of measures
CubetteSpecification
public CubetteSpecification(Id cubette,
Table filterUnitTable,
Table filterMeasureTable)
- Construct a specification
- Parameters:
- cubette - - which cubette
- filterUnitTable - - a table of all filters, indexed by unit
- filterMeasureTable - - a table of all filters, indexed by measure
hashCode
public int hashCode()
- These can be used in Hashtables of all cubette specifications
- Overrides:
- hashCode in class Object
equals
public boolean equals(Object obj)
- These can be used in Hashtables of all cubette specifications
- Parameters:
- obj - - Will die a horrible death unless it is a cubette spec
- Overrides:
- equals in class Object
image
public String image()
- Format the specification as a nice looking string
getUnits
public IdList getUnits()
- Get the units for this Cubette.
getMeasures
public IdList getMeasures()
- Get the measures for this Cubette.
All Packages Class Hierarchy This Package Previous Next Index