|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Tree | |
|---|---|
| com.unitesk.atp.tree.tool | This package provides special version of extendable tool for formal text processing tools. |
| Uses of Tree in com.unitesk.atp.tree.tool |
|---|
| Fields in com.unitesk.atp.tree.tool declared as Tree | |
|---|---|
protected Tree |
Tool.tree
|
protected Tree |
PluginManagerClass.tree
|
protected Tree |
Plugin.tree
|
| Methods in com.unitesk.atp.tree.tool that return Tree | |
|---|---|
Tree |
Plugin.getCurrentTree()
|
Tree |
Tool.getTree()
|
Tree |
PluginManagerClass.getTree()
|
Tree |
PluginManager.getTree()
Returns tree under processing. |
| Methods in com.unitesk.atp.tree.tool with parameters of type Tree | |
|---|---|
Object |
Tool.get(String name,
Tree tree,
Node node)
|
Object |
PluginManagerClass.get(String name,
Tree tree,
Node node)
|
Object |
PluginManager.get(String name,
Tree tree,
Node node)
Computes attribute of node of the specified tree. |
abstract Object |
Attribute.get(Tree tree,
Node node)
Inheritors must override this method to implement attribute computation. |
void |
Tool.process(String name,
Tree tree)
|
void |
PluginManagerClass.process(String name,
Tree tree)
|
void |
PluginManager.process(String name,
Tree tree)
Performs action over the specified tree. |
void |
DumpAction.process(Tree tree)
|
abstract void |
Action.process(Tree tree)
Inheritor must override this method to implement action over tree. |
void |
Plugin.setCurrentTree(Tree tree)
|
void |
Tool.setTree(Tree tree)
|
void |
PluginManagerClass.setTree(Tree tree)
|
void |
PluginManager.setTree(Tree tree)
Set tree under processing. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||