Uses of Class
com.invirgance.convirgance.olap.Dimension
Packages that use Dimension
Package
Description
Provides a layer of tooling to manage Dimensions, Metrics, and Measures
to generate SQL queries for OLAP uses.
-
Uses of Dimension in com.invirgance.convirgance.olap
Methods in com.invirgance.convirgance.olap that return DimensionModifier and TypeMethodDescriptionStar.getDimension(String name) Returns the requested Dimension from the Star or null if no such Dimension found.Methods in com.invirgance.convirgance.olap that return types with arguments of type DimensionModifier and TypeMethodDescriptionStar.getDimensions()Returns all Dimensions contained in the Star.Methods in com.invirgance.convirgance.olap with parameters of type DimensionModifier and TypeMethodDescriptionvoidReportGenerator.addDimension(Dimension dimension) Adds a new dimension to the ReportGenerator object.voidStar.addDimension(Dimension dimension) Adds the passed in Dimension object to the list of Dimensions in the Star.Method parameters in com.invirgance.convirgance.olap with type arguments of type DimensionModifier and TypeMethodDescriptionvoidStar.setDimensions(List<Dimension> dimensions) Assigns the passed in List of Dimensions to this Star object.