Package org.zkoss.pivot.impl.calc
Interface ContextType<C extends Context<C>>
-
- All Known Implementing Classes:
StandardContextType
public interface ContextType<C extends Context<C>>
Hold information of the type ofContext
. Do not be confused withContext
, which is a actual data structure that holds the aggregation data values, while this represent its type and is responsible for context creation. The implementation of this interface should be made into singletons.- Author:
- simonpai
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description C
create()
Create the initial instance of theContext
.
-