public final class PointerType extends Object implements Serializable
PointerType
s. Each PointerType
carries additional information: a human-readable label, an optional reflexive
type that labels links pointing the opposite direction, an encoding of
parts-of-speech that it applies to, and a short string that represents it in
the dictionary files.Modifier and Type | Field and Description |
---|---|
static PointerType |
ANTONYM |
static PointerType |
ATTRIBUTE |
static PointerType |
CATEGORY |
static PointerType |
CATEGORY_MEMBER |
static PointerType |
CAUSE |
static PointerType |
DERIVED |
static PointerType |
ENTAILED_BY |
static PointerType |
ENTAILMENT |
static PointerType |
HYPERNYM |
static PointerType |
HYPONYM |
static PointerType |
INSTANCE_HYPERNYM |
static PointerType |
INSTANCES_HYPONYM |
static PointerType |
MEMBER_HOLONYM |
static PointerType |
MEMBER_MERONYM |
static PointerType |
NOMINALIZATION |
static PointerType |
PART_HOLONYM |
static PointerType |
PART_MERONYM |
static PointerType |
PARTICIPLE_OF |
static PointerType |
PERTAINYM |
static PointerType |
REGION |
static PointerType |
REGION_MEMBER |
static PointerType |
SEE_ALSO |
static PointerType |
SIMILAR_TO |
static PointerType |
SUBSTANCE_HOLONYM |
static PointerType |
SUBSTANCE_MERONYM |
static PointerType |
USAGE |
static PointerType |
USAGE_MEMBER |
static PointerType |
VERB_GROUP |
Modifier and Type | Method and Description |
---|---|
boolean |
appliesTo(POS pos)
Whether or not this PointerType can be associated with
pos |
static List |
getAllPointerTypes() |
static List |
getAllPointerTypesForPOS(POS pos) |
String |
getKey() |
String |
getLabel() |
static PointerType |
getPointerTypeForKey(String key)
Return the
PointerType whose key matches key. |
PointerType |
getSymmetricType()
Returns the pointer type that is symmetric to this type.
|
int |
hashCode() |
static void |
initialize() |
boolean |
isSymmetric() |
static boolean |
isSymmetric(PointerType type)
Returns true if type is a symmetric pointer type
(it is its own symmetric type).
|
boolean |
symmetricTo(PointerType type)
Returns true if type is symmetric to this pointer type.
|
String |
toString() |
public static final PointerType ANTONYM
public static final PointerType CATEGORY
public static final PointerType REGION
public static final PointerType USAGE
public static final PointerType HYPERNYM
public static final PointerType HYPONYM
public static final PointerType NOMINALIZATION
public static final PointerType INSTANCE_HYPERNYM
public static final PointerType INSTANCES_HYPONYM
public static final PointerType ATTRIBUTE
public static final PointerType SEE_ALSO
public static final PointerType MEMBER_HOLONYM
public static final PointerType SUBSTANCE_HOLONYM
public static final PointerType PART_HOLONYM
public static final PointerType MEMBER_MERONYM
public static final PointerType SUBSTANCE_MERONYM
public static final PointerType PART_MERONYM
public static final PointerType CATEGORY_MEMBER
public static final PointerType REGION_MEMBER
public static final PointerType USAGE_MEMBER
public static final PointerType ENTAILMENT
public static final PointerType ENTAILED_BY
public static final PointerType CAUSE
public static final PointerType VERB_GROUP
public static final PointerType SIMILAR_TO
public static final PointerType PARTICIPLE_OF
public static final PointerType PERTAINYM
public static final PointerType DERIVED
public static void initialize()
public static boolean isSymmetric(PointerType type)
public static PointerType getPointerTypeForKey(String key)
PointerType
whose key matches key.public static List getAllPointerTypes()
public String getKey()
public String getLabel()
public boolean appliesTo(POS pos)
pos
public boolean isSymmetric()
public boolean symmetricTo(PointerType type)
public PointerType getSymmetricType()
Copyright © 2015. All rights reserved.