|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
interface
and default implementation
of text generator based on patterns.
See:
Description
Interface Summary | |
---|---|
Function | Interface of text generator function. |
Generator | The text generator that process text patterns and generates text. |
Class Summary | |
---|---|
BasicGenerator | The basic implementation of Generator interface. |
DefaultFunction | The default implementation of Function interface. |
Exception Summary | |
---|---|
UndefinedFunctionException | This exception reports about undefined function in pattern
of Generator.txt(String) method. |
This package provides interface
and default implementation
of text generator based on patterns. Pattern parameters are variables of text
generator, path of attribute names and
function of generator
that is applied to result value of attribute path. Pattern is replaced by result
of generator function. Default generator function returns string representation
of an object.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |