|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransitionTable | |
---|---|
marf.nlp.Parsing | |
marf.nlp.Parsing.GrammarCompiler |
Uses of TransitionTable in marf.nlp.Parsing |
---|
Methods in marf.nlp.Parsing that return TransitionTable | |
---|---|
TransitionTable |
Parser.getTransitionTable()
Allows querying for the current transition table. |
Methods in marf.nlp.Parsing with parameters of type TransitionTable | |
---|---|
void |
Parser.setTransitionTable(TransitionTable poTT)
Allows setting a new transition table. |
Uses of TransitionTable in marf.nlp.Parsing.GrammarCompiler |
---|
Fields in marf.nlp.Parsing.GrammarCompiler declared as TransitionTable | |
---|---|
protected static TransitionTable |
GrammarCompiler.soTransitionTable
Instance of the TransitionTable, generated upon the need from the source grammar file. |
Methods in marf.nlp.Parsing.GrammarCompiler that return TransitionTable | |
---|---|
static TransitionTable |
GrammarCompiler.getTransitionTable()
Allows querying for the inner transition table data structure. |
static TransitionTable |
GrammarCompiler.loadTT(java.lang.String pstrTTFileName)
Loads (previously serialized) state of the TT. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |