com.sun.labs.minion.lextax
Class Taxonomy

java.lang.Object
  extended by com.sun.labs.minion.lextax.Taxonomy
Direct Known Subclasses:
DiskTaxonomy, MemoryTaxonomy

public abstract class Taxonomy
extends java.lang.Object

An abstract class that holds the information common to both Memory and Disk taxonomies.


Field Summary
static int ABBREVIATION_OF
           
static int CHILDREN
           
static int ENTAILS
           
static int INSTANCE_OF
           
static int INV_ABBREVIATION_OF
           
static int INV_ENTAILS
           
static int INV_INSTANCE_OF
           
static int INV_KIND_OF
           
static int INV_MISSPELLING_OF
           
static int INV_MORPH_OF
           
static int INV_NICKNAME_OF
           
static int INV_SENSE_OF
           
static int INV_VARIANT_OF
           
static int KIND_OF
           
static java.lang.String[] LINKCHARS
          the characters used in the hourglass display to show link type.
static int MISSPELLING_OF
           
static int MORPH_OF
           
static int NICKNAME_OF
           
static int NLINKS
          The number of links and link types.
static int NLINKTYPES
           
static int PARENTS
           
static int SENSE_OF
           
protected static int TOP
          The ID for the root of the taxonomy.
static java.lang.String TOP_NAME
          The name of the top concept.
static int VARIANT_OF
           
 
Constructor Summary
Taxonomy()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MORPH_OF

public static final int MORPH_OF
See Also:
Constant Field Values

INV_MORPH_OF

public static final int INV_MORPH_OF
See Also:
Constant Field Values

KIND_OF

public static final int KIND_OF
See Also:
Constant Field Values

INV_KIND_OF

public static final int INV_KIND_OF
See Also:
Constant Field Values

INSTANCE_OF

public static final int INSTANCE_OF
See Also:
Constant Field Values

INV_INSTANCE_OF

public static final int INV_INSTANCE_OF
See Also:
Constant Field Values

SENSE_OF

public static final int SENSE_OF
See Also:
Constant Field Values

INV_SENSE_OF

public static final int INV_SENSE_OF
See Also:
Constant Field Values

ENTAILS

public static final int ENTAILS
See Also:
Constant Field Values

INV_ENTAILS

public static final int INV_ENTAILS
See Also:
Constant Field Values

VARIANT_OF

public static final int VARIANT_OF
See Also:
Constant Field Values

INV_VARIANT_OF

public static final int INV_VARIANT_OF
See Also:
Constant Field Values

ABBREVIATION_OF

public static final int ABBREVIATION_OF
See Also:
Constant Field Values

INV_ABBREVIATION_OF

public static final int INV_ABBREVIATION_OF
See Also:
Constant Field Values

MISSPELLING_OF

public static final int MISSPELLING_OF
See Also:
Constant Field Values

INV_MISSPELLING_OF

public static final int INV_MISSPELLING_OF
See Also:
Constant Field Values

NICKNAME_OF

public static final int NICKNAME_OF
See Also:
Constant Field Values

INV_NICKNAME_OF

public static final int INV_NICKNAME_OF
See Also:
Constant Field Values

NLINKS

public static final int NLINKS
The number of links and link types.

See Also:
Constant Field Values

NLINKTYPES

public static final int NLINKTYPES
See Also:
Constant Field Values

PARENTS

public static final int PARENTS
See Also:
Constant Field Values

CHILDREN

public static final int CHILDREN
See Also:
Constant Field Values

LINKCHARS

public static final java.lang.String[] LINKCHARS
the characters used in the hourglass display to show link type. These are a String so that longer sequences could be used if desired.


TOP

protected static final int TOP
The ID for the root of the taxonomy.

See Also:
Constant Field Values

TOP_NAME

public static final java.lang.String TOP_NAME
The name of the top concept.

See Also:
Constant Field Values
Constructor Detail

Taxonomy

public Taxonomy()