Uses of Interface
org.zkoss.pivot.impl.calc.Context
-
Packages that use Context Package Description org.zkoss.pivot.impl Implementation of models.org.zkoss.pivot.impl.calc -
-
Uses of Context in org.zkoss.pivot.impl
Classes in org.zkoss.pivot.impl with type parameters of type Context Modifier and Type Class Description classAbstractCalculator<C extends Context<C>>The skeleton to implementContextualCalculator.Methods in org.zkoss.pivot.impl that return Context Modifier and Type Method Description ContextStandardContextType. create()static Context<?>StandardContextType. create(int ordinal)Create the context by the enum ordinal.Methods in org.zkoss.pivot.impl with parameters of type Context Modifier and Type Method Description NumberStandardCalculator. getResult(Context context) -
Uses of Context in org.zkoss.pivot.impl.calc
Classes in org.zkoss.pivot.impl.calc with type parameters of type Context Modifier and Type Interface Description interfaceContext<C extends Context<C>>The context to hold intermediate result of an aggregation.interfaceContextFactory<C extends Context<C>>The factory interface ofContextcreation.interfaceContextType<C extends Context<C>>Hold information of the type ofContext.interfaceContextualCalculator<C extends Context<C>>The interface forCalculatorthat usesContextto compute an aggregation summary.interfaceSummarizer<C extends Context<C>>The interface for summarization from aContext, only used inStandardCalculator, for the convenience of polymorphism over its enum construction.Classes in org.zkoss.pivot.impl.calc that implement Context Modifier and Type Class Description classMinMaxContextThe context that keeps track of the MAX and MIN value of the items.classProductContextclassSumCountContextThe most commonly used context including SUM, COUNT and COUNT_NUMBER aggregation.classVarianceContextThe context for calculating variance and standard deviation.Methods in org.zkoss.pivot.impl.calc that return Context Modifier and Type Method Description Context<C>ContextFactory. create()Create the context.
-