Package org.zkoss.pivot.impl.calc
Interface ContextFactory<C extends Context<C>>
-
public interface ContextFactory<C extends Context<C>>
The factory interface ofContext
creation. Only used byStandardContextType
, for the convenience of polymorphism over its enum construction.- Author:
- simonpai
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Context<C>
create()
Create the context.
-