Panckoucke Context

The PanckouckeContext is a data structure that bundles resources that are important for the work with panckoucke.

The first step when using panckoucke is always to create the context. Once created it supplies you with implementations of the main panckoucke interfaces.

Panckoucke ships with default implementations for all defined interfaces. The standard context instantiates theese implementations.

If you want to modify the context, you need to pass a custom context-description to the ContextFactory. The context-description is in xml format and must follow the context-dtd.