org.thdl.tib.scanner
Interface SyllableListTree

All Known Implementing Classes:
CachedSyllableListTree, FileSyllableListTree, MemorySyllableListTree

public interface SyllableListTree

The generic interface for accesing dictionaries. An instance of a SyllableListTree represents a node containing a syllable, a definition (if it is the last syllable of a word) and links to its "children".

Author:
Andrés Montano Pellegrini

Method Summary
 String getDef()
           
 org.thdl.tib.scanner.Definitions getDefs()
           
 org.thdl.tib.scanner.DictionarySource getDictionarySource()
           
 boolean hasDef()
           
 org.thdl.tib.scanner.SyllableListTree lookUp(String silStr)
           
 

Method Detail

getDef

public String getDef()

getDefs

public org.thdl.tib.scanner.Definitions getDefs()

hasDef

public boolean hasDef()

lookUp

public org.thdl.tib.scanner.SyllableListTree lookUp(String silStr)

getDictionarySource

public org.thdl.tib.scanner.DictionarySource getDictionarySource()


These API docs were created 02/02/2003 08:19 PM.
Copyright © 2001-2002 Tibetan and Himalayan Digital Library. All Rights Reserved.
Hosted by SourceForge_Logo