These concepts include explanations about the use of the
configuration area, the standard attributes, and the use of the generation
context.
Using the configuration area
A micropattern handler can use standard parameters (following
the canonical form name=value) or specific input
defined in a generic, free configuration area.
Standard attributes
Standard attributes can use either the form name="value" or name=value.
If value contains a space character, the first form,
with double quotation mark, is mandatory.
Using the generation context
The generation context is made available to the handler
instance through the IMicroPattern instance. This
instance is used as input to the IMicroPatternHandler#process() method.