|
Lvg Java 2006p Version |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PersistentTreeNode | |
|---|---|
| gov.nih.nlm.nls.lvg.Trie | Provides the classes necessary to generate inflections, uninflections, and derivations using LVG rules tries. |
| Uses of PersistentTreeNode in gov.nih.nlm.nls.lvg.Trie |
|---|
| Subclasses of PersistentTreeNode in gov.nih.nlm.nls.lvg.Trie | |
|---|---|
class |
PersistentTrieNode
This class creates an object of persistent trie node. |
| Methods in gov.nih.nlm.nls.lvg.Trie that return PersistentTreeNode | |
|---|---|
static PersistentTreeNode |
PersistentTreeNode.GetNode(java.io.RandomAccessFile raf,
long address)
Get the current persistent tree node from a specified binary file at a specified address. |
static PersistentTreeNode |
PersistentTrieNode.GetNode(java.io.RandomAccessFile raf,
long address)
Get the current persistent trie node from a specified binary file at a specified address. |
| Methods in gov.nih.nlm.nls.lvg.Trie with parameters of type PersistentTreeNode | |
|---|---|
void |
PersistentTree.Add(PersistentTreeNode node,
long parentAddress)
Add a persistent node to the current persistent tree at a specific address. |
|
Lvg Java 2006p Version |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||