public class PointerTargetNode extends Object implements Node
PointerTargetNodeList.| Constructor and Description |
|---|
PointerTargetNode(PointerTarget target) |
PointerTargetNode(PointerTarget target,
PointerType type) |
| Modifier and Type | Method and Description |
|---|---|
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() |
public PointerTargetNode(PointerTarget target)
public PointerTargetNode(PointerTarget target, PointerType type)
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)
public Object clone()
DeepCloneableclone in interface DeepCloneableclone in class Objectpublic Object deepClone() throws UnsupportedOperationException
DeepCloneabledeepClone in interface DeepCloneableUnsupportedOperationExceptionCopyright © 2023. All rights reserved.