|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.labs.minion.lextax.Taxonomy
public abstract class Taxonomy
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 |
|---|
public static final int MORPH_OF
public static final int INV_MORPH_OF
public static final int KIND_OF
public static final int INV_KIND_OF
public static final int INSTANCE_OF
public static final int INV_INSTANCE_OF
public static final int SENSE_OF
public static final int INV_SENSE_OF
public static final int ENTAILS
public static final int INV_ENTAILS
public static final int VARIANT_OF
public static final int INV_VARIANT_OF
public static final int ABBREVIATION_OF
public static final int INV_ABBREVIATION_OF
public static final int MISSPELLING_OF
public static final int INV_MISSPELLING_OF
public static final int NICKNAME_OF
public static final int INV_NICKNAME_OF
public static final int NLINKS
public static final int NLINKTYPES
public static final int PARENTS
public static final int CHILDREN
public static final java.lang.String[] LINKCHARS
protected static final int TOP
public static final java.lang.String TOP_NAME
| Constructor Detail |
|---|
public Taxonomy()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||