|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.extjwnl.data.list.PointerTargetNode
public class PointerTargetNode
A node in a PointerTargetNodeList
.
Constructor Summary | |
---|---|
PointerTargetNode(PointerTarget target)
|
|
PointerTargetNode(PointerTarget target,
PointerType type)
|
Method Summary | |
---|---|
PointerTargetNode |
clone()
Create a shallow clone of the object. |
PointerTargetNode |
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 Object
public String toString()
toString
in class Object
public int hashCode()
hashCode
in class Object
public PointerTargetNode clone() throws CloneNotSupportedException
DeepCloneable
clone
in interface DeepCloneable
clone
in class Object
CloneNotSupportedException
- CloneNotSupportedExceptionpublic PointerTargetNode deepClone() throws UnsupportedOperationException
DeepCloneable
deepClone
in interface DeepCloneable
UnsupportedOperationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |