org.thdl.tib.scanner
Class Definitions

java.lang.Object
  |
  +--org.thdl.tib.scanner.Definitions

public class Definitions
extends Object

Stores the multiple definitions (corresponding to various dictionaries) for a single Tibetan word.

Author:
Andrés Montano Pellegrini
See Also:
Word

Field Summary
 String[] def
           
static String[] defTags
           
 int[] source
           
 
Constructor Summary
Definitions(String def)
           
Definitions(String[] def, int[] source)
           
 
Method Summary
 String getTag(int i)
           
static void setTags(String[] tags)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

def

public String[] def

source

public int[] source

defTags

public static String[] defTags
Constructor Detail

Definitions

public Definitions(String[] def,
                   int[] source)

Definitions

public Definitions(String def)
Method Detail

setTags

public static void setTags(String[] tags)

getTag

public String getTag(int i)

toString

public String toString()
Overrides:
toString in class Object


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