Interface | Description |
---|---|
Context<C extends Context<C>> |
The context to hold intermediate result of an aggregation.
|
ContextFactory<C extends Context<C>> |
The factory interface of
Context creation. |
ContextType<C extends Context<C>> |
Hold information of the type of
Context . |
ContextualCalculator<C extends Context<C>> |
The interface for
Calculator that uses Context to compute an
aggregation summary. |
Summarizer<C extends Context<C>> |
The interface for summarization from a
Context , only used in
StandardCalculator , for the convenience of
polymorphism over its enum construction. |
Copyright © 2017. All rights reserved.