|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.didion.jwnl.data.PointerTarget
public abstract class 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.
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
abstract Pointer[] |
getPointers()
Return a list of Target's pointers |
Pointer[] |
getPointers(PointerType type)
Get all pointers of type type. |
abstract POS |
getPOS()
Return this target's POS |
PointerTarget[] |
getTargets()
Get all the pointer targets of this synset |
PointerTarget[] |
getTargets(PointerType type)
Get all the targets of the pointers of type type. |
abstract java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public abstract POS getPOS()
public abstract Pointer[] getPointers()
public abstract java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic Pointer[] getPointers(PointerType type)
type.
public PointerTarget[] getTargets()
throws JWNLException
JWNLException
public PointerTarget[] getTargets(PointerType type)
throws JWNLException
type.
JWNLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||