Added comments to all class headers. Comments to individual methods will
be added as needed.
This commit is contained in:
parent
b4e4decc2e
commit
37b29c8d33
24 changed files with 157 additions and 18 deletions
|
@ -27,6 +27,12 @@ Contributor(s): ______________________________________.
|
|||
|
||||
package org.thdl.tib.scanner;
|
||||
|
||||
/** 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
|
||||
*/
|
||||
public interface SyllableListTree
|
||||
{
|
||||
public String getDef();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue