|
||||||||||
| 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 Pointers from the target -- those Pointers
that have this object as their source. |
Pointer[] |
getPointers(PointerType type)
Return the outgoing Pointers of type type. |
POS |
getPOS()
|
PointerTarget[] |
getTargets()
Return the targets of the outgoing Pointers. |
PointerTarget[] |
getTargets(PointerType type)
Return the targets of the outgoing Pointers 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 Words.
public java.lang.String getLongDescription()
public Pointer[] getPointers()
Pointers from the target -- those Pointers
that have this object as their source.
public Pointer[] getPointers(PointerType type)
Pointers of type type.
public PointerTarget[] getTargets()
Pointers.
public PointerTarget[] getTargets(PointerType type)
Pointers that have type type.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||