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