|
||||||||||
| 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.
| Constructor Summary | |
|---|---|
protected |
PointerTarget()
|
| Method Summary | |
|---|---|
boolean |
equals(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 String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected PointerTarget()
| Method Detail |
|---|
public abstract POS getPOS()
public abstract Pointer[] getPointers()
public abstract String toString()
toString in class Objectpublic boolean equals(Object obj)
equals in class 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 | |||||||||