| Package | Description |
|---|---|
| org.zkoss.pivot.impl |
Implementation of models.
|
| org.zkoss.pivot.impl.calc |
| Class and Description |
|---|
| Context
The context to hold intermediate result of an aggregation.
|
| ContextType
Hold information of the type of
Context. |
| ContextualCalculator
The interface for
Calculator that uses Context to compute an
aggregation summary. |
| Class and Description |
|---|
| Context
The context to hold intermediate result of an aggregation.
|
| ContextFactory
The factory interface of
Context creation. |
| ContextType
Hold information of the type of
Context. |
| 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 a
Context, only used in
StandardCalculator, for the convenience of
polymorphism over its enum construction. |
| VarianceContext
The context for calculating variance and standard deviation.
|
Copyright © 2023. All rights reserved.