|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A PointerTarget
is the source or target of a Pointer
.
The target of a semantic PointerTarget
is a Synset
;
the target of a lexical PointerTarget
is a Word
.
Pointer
,
Synset
,
Word
Method Summary | |
java.lang.String |
getDescription()
Return a description of the target. |
java.lang.String |
getLongDescription()
Return the long description of the target. |
Pointer[] |
getPointers()
Return the outgoing Pointer s from the target -- those Pointer s
that have this object as their source. |
Pointer[] |
getPointers(PointerType type)
Return the outgoing Pointer s of type type. |
POS |
getPOS()
|
PointerTarget[] |
getTargets()
Return the targets of the outgoing Pointer s. |
PointerTarget[] |
getTargets(PointerType type)
Return the targets of the outgoing Pointer s that have type type. |
Method Detail |
public POS getPOS()
public java.lang.String getDescription()
Word
, this is it's lemma;
for a Synset
, it's the concatenated lemma's of its Word
s.
public java.lang.String getLongDescription()
public Pointer[] getPointers()
Pointer
s from the target -- those Pointer
s
that have this object as their source.
public Pointer[] getPointers(PointerType type)
Pointer
s of type type.
public PointerTarget[] getTargets()
Pointer
s.
public PointerTarget[] getTargets(PointerType type)
Pointer
s that have type type.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |