|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PointerTarget
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. |
java.util.List<Pointer> |
getPointersList()
Return the outgoing Pointer s from the target -- those Pointer s
that have this object as their source. |
java.util.List<Pointer> |
getPointersList(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. |
java.util.List<PointerTarget> |
getTargetsList()
Return the targets of the outgoing Pointer s. |
java.util.List<PointerTarget> |
getTargetsList(PointerType type)
Return the targets of the outgoing Pointer s that have type type. |
Method Detail |
---|
POS getPOS()
java.lang.String getDescription()
Word
, this is it's lemma;
for a Synset
, it's the concatenated lemma's of its Word
s.
java.lang.String getLongDescription()
Pointer[] getPointers()
Pointer
s from the target -- those Pointer
s
that have this object as their source.
Pointer[] getPointers(PointerType type)
Pointer
s of type type.
PointerTarget[] getTargets()
Pointer
s.
PointerTarget[] getTargets(PointerType type)
Pointer
s that have type type.
java.util.List<Pointer> getPointersList()
Pointer
s from the target -- those Pointer
s
that have this object as their source.
java.util.List<Pointer> getPointersList(PointerType type)
Pointer
s of type type.
java.util.List<PointerTarget> getTargetsList()
Pointer
s.
java.util.List<PointerTarget> getTargetsList(PointerType type)
Pointer
s that have type type.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |