|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Generator | |
|---|---|
| com.unitesk.atp.text.generation | This package provides interface
and default implementation
of text generator based on patterns. |
| com.unitesk.atp.tree.generation | This package provides special version of
text generator based on patterns
for attributed tree processing. |
| Uses of Generator in com.unitesk.atp.text.generation |
|---|
| Classes in com.unitesk.atp.text.generation that implement Generator | |
|---|---|
class |
BasicGenerator
The basic implementation of Generator interface. |
| Fields in com.unitesk.atp.text.generation declared as Generator | |
|---|---|
protected Generator |
DefaultFunction.generator
|
| Methods in com.unitesk.atp.text.generation with parameters of type Generator | |
|---|---|
void |
Function.setGenerator(Generator gen)
Associates or deassociates this function with text generator. |
void |
DefaultFunction.setGenerator(Generator generator)
Associates or deassociates this function with text generator. |
| Uses of Generator in com.unitesk.atp.tree.generation |
|---|
| Subinterfaces of Generator in com.unitesk.atp.tree.generation | |
|---|---|
interface |
TextGenerator
The base interface of text generation from attributed tree. |
| Classes in com.unitesk.atp.tree.generation that implement Generator | |
|---|---|
class |
TextGeneratorClient
The base client implementing interface of text generation. |
class |
TextGeneratorServer
Text Generator Server implements TextGenerator functionality. |
class |
TextGeneratorVisitor
The base visitor implementing interface of text generation. |
| Methods in com.unitesk.atp.tree.generation with parameters of type Generator | |
|---|---|
void |
TextGeneratorClient.setGenerator(Generator generator)
Associates or deassociates this function with text generator. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||