Uses of Package
org.zkoss.pivot.impl.calc
-
Packages that use org.zkoss.pivot.impl.calc Package Description org.zkoss.pivot.impl Implementation of models.org.zkoss.pivot.impl.calc -
Classes in org.zkoss.pivot.impl.calc used by org.zkoss.pivot.impl Class Description Context The context to hold intermediate result of an aggregation.ContextType Hold information of the type ofContext
.ContextualCalculator The interface forCalculator
that usesContext
to compute an aggregation summary. -
Classes in org.zkoss.pivot.impl.calc used by org.zkoss.pivot.impl.calc Class Description Context The context to hold intermediate result of an aggregation.ContextFactory The factory interface ofContext
creation.ContextType Hold information of the type ofContext
.MinMaxContext The context that keeps track of the MAX and MIN value of the items.Numbers.MixedTypedNumber ProductContext SumCountContext The most commonly used context including SUM, COUNT and COUNT_NUMBER aggregation.Summarizer The interface for summarization from aContext
, only used inStandardCalculator
, for the convenience of polymorphism over its enum construction.VarianceContext The context for calculating variance and standard deviation.