|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HyphenDataCache | |
---|---|
au.id.pbw.hyfo.hyph | The main package of HyFo. |
Uses of HyphenDataCache in au.id.pbw.hyfo.hyph |
---|
Fields in au.id.pbw.hyfo.hyph declared as HyphenDataCache | |
---|---|
protected HyphenDataCache |
HyphenationTreeBuilder.exception_data
The TernaryTreeDataStore associated with the exceptions tree. |
protected HyphenDataCache |
HyphenationTreeBuilder.pattern_data
The TernaryTreeDataStore associated with the patterns tree. |
Methods in au.id.pbw.hyfo.hyph with parameters of type HyphenDataCache | |
---|---|
protected TernaryTree |
HyphenationTreeBuilder.build_tree(Map<String,HyphenBreak[]> map,
HyphenDataCache data_cache)
Builds and returns a TernaryTree mapping string keys to arrays of
HyphenBreak s. |
void |
HyphenationTree.dump_ternary_tree(TernaryTree tree,
HyphenDataCache data_cache,
PrintStream stream)
Formats and dumps the contents of the nominated tree to the nominated PrintStream . |
Constructors in au.id.pbw.hyfo.hyph with parameters of type HyphenDataCache | |
---|---|
HyphenationTree(Alphabet alphabet,
TernaryTree exceptions,
HyphenDataCache exception_data,
TernaryTree patterns,
HyphenDataCache pattern_data)
Creates a new instance of HyphenationTree, from a set of components which have been constructed by processing a hyphenation pattern file. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |