Uses of Class
com.invirgance.convirgance.olap.Metric
Packages that use Metric
Package
Description
Provides a layer of tooling to manage Dimensions, Metrics, and Measures
to generate SQL queries for OLAP uses.
Provides support for detailed measure classes that extend the Measure class.
-
Uses of Metric in com.invirgance.convirgance.olap
Methods in com.invirgance.convirgance.olap that return MetricModifier and TypeMethodDescriptionMeasure.getMetric()
Returns the Metric associated with this Measure.Methods in com.invirgance.convirgance.olap that return types with arguments of type MetricMethods in com.invirgance.convirgance.olap with parameters of type MetricModifier and TypeMethodDescriptionvoid
Sets the Metric associated with this Measure.Method parameters in com.invirgance.convirgance.olap with type arguments of type MetricModifier and TypeMethodDescriptionvoid
Star.setMetrics
(List<Metric> metrics) Assigns the passed in List of Metrics to this Star object.Constructors in com.invirgance.convirgance.olap with parameters of type Metric -
Uses of Metric in com.invirgance.convirgance.olap.measures
Constructors in com.invirgance.convirgance.olap.measures with parameters of type MetricModifierConstructorDescriptionAverageMeasure
(String name, Metric metric) Constructs an AverageMeasure with a specified name and metric.SumMeasure
(String name, Metric metric) Constructs a SumMeasure with a specified name and metric.