|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.didion.jwnl.data.list.PointerTargetNode
public class PointerTargetNode
A node in a PointerTargetNodeList.
| Constructor Summary | |
|---|---|
PointerTargetNode(PointerTarget target)
|
|
PointerTargetNode(PointerTarget target,
PointerType type)
|
|
| Method Summary | |
|---|---|
Object |
clone()
Create a shallow clone of the object |
Object |
deepClone()
Create a deep clone of the object |
boolean |
equals(Object object)
Two PointerTargetNodes are equal if they have the same type and PointerTarget |
PointerTarget |
getPointerTarget()
|
Synset |
getSynset()
If the target is a synset, return it, otherwise it's a word so return the word's parent synset. |
PointerType |
getType()
|
Word |
getWord()
If the target is a word, return it, otherwise return null. |
int |
hashCode()
|
boolean |
isLexical()
Returns true if the target is a Word, else false. |
void |
setType(PointerType type)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PointerTargetNode(PointerTarget target)
public PointerTargetNode(PointerTarget target,
PointerType type)
| Method Detail |
|---|
public void setType(PointerType type)
public PointerType getType()
public PointerTarget getPointerTarget()
public boolean isLexical()
public Synset getSynset()
public Word getWord()
public boolean equals(Object object)
equals in class Objectpublic String toString()
toString in class Objectpublic int hashCode()
hashCode in class Objectpublic Object clone()
DeepCloneable
clone in interface DeepCloneableclone in class Object
public Object deepClone()
throws UnsupportedOperationException
DeepCloneable
deepClone in interface DeepCloneableUnsupportedOperationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||