|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PointerTarget | |
---|---|
net.didion.jwnl.data | Classes for extracting and containing data from the dictionary. |
net.didion.jwnl.data.list | Lists and associated classes that hold the results of relationship operations. |
net.didion.jwnl.data.relationship | Tools for finding pointer relationships between words. |
Uses of PointerTarget in net.didion.jwnl.data |
---|
Subclasses of PointerTarget in net.didion.jwnl.data | |
---|---|
class |
Adjective
An Adjective is a Word that can have an adjective position. |
class |
Synset
A Synset , or synonym set, represents a
line of a WordNet pos.data file. |
class |
SynsetProxy
Proxy for a Synset . |
class |
Verb
A Verb is a subclass of Word that can have 1 or more
VerbFrame s (use cases of the verb). |
class |
Word
A Word represents the lexical information related to a specific sense of an IndexWord . |
Methods in net.didion.jwnl.data that return PointerTarget | |
---|---|
PointerTarget |
Pointer.getSource()
Get the source of this pointer. |
PointerTarget |
Pointer.getTarget()
Get the actual target of this pointer. |
PointerTarget[] |
SynsetProxy.getTargets()
|
PointerTarget[] |
PointerTarget.getTargets()
Get all the pointer targets of this synset |
PointerTarget[] |
SynsetProxy.getTargets(PointerType type)
|
PointerTarget[] |
PointerTarget.getTargets(PointerType type)
Get all the targets of the pointers of type type . |
Constructors in net.didion.jwnl.data with parameters of type PointerTarget | |
---|---|
Pointer(PointerTarget source,
int index,
PointerType pointerType,
POS targetPOS,
long targetOffset,
int targetIndex)
|
Uses of PointerTarget in net.didion.jwnl.data.list |
---|
Methods in net.didion.jwnl.data.list that return PointerTarget | |
---|---|
PointerTarget |
PointerTargetNode.getPointerTarget()
|
Methods in net.didion.jwnl.data.list with parameters of type PointerTarget | |
---|---|
void |
PointerTargetTreeNodeList.add(PointerTarget target)
|
void |
PointerTargetNodeList.add(PointerTarget target)
|
void |
PointerTargetTreeNodeList.add(PointerTarget target,
PointerTargetTreeNodeList childTreeList,
PointerTargetTreeNodeList pointerTreeList,
PointerType type)
|
void |
PointerTargetTreeNodeList.add(PointerTarget target,
PointerTargetTreeNodeList childTreeList,
PointerTargetTreeNodeList pointerTreeList,
PointerType type,
PointerTargetTreeNode parent)
|
void |
PointerTargetTreeNodeList.add(PointerTarget target,
PointerTargetTreeNodeList childTreeList,
PointerType type)
|
void |
PointerTargetTreeNodeList.add(PointerTarget target,
PointerTargetTreeNodeList childTreeList,
PointerType type,
PointerTargetTreeNode parent)
|
void |
PointerTargetTreeNodeList.add(PointerTarget target,
PointerType type)
|
void |
PointerTargetNodeList.add(PointerTarget target,
PointerType type)
|
void |
PointerTargetTreeNodeList.add(PointerTarget target,
PointerType type,
PointerTargetTreeNode parent)
|
PointerTargetTreeNode[] |
PointerTargetTree.findAll(PointerTarget target)
Find all nodes in the tree whose target is target |
PointerTargetTreeNode |
PointerTargetTree.findFirst(PointerTarget target)
Find the first node in the tree whose target is target |
Uses of PointerTarget in net.didion.jwnl.data.relationship |
---|
Methods in net.didion.jwnl.data.relationship that return PointerTarget | |
---|---|
PointerTarget |
Relationship.getSourcePointerTarget()
Get the pointer target of the source node. |
PointerTarget |
Relationship.getTargetPointerTarget()
Get the pointer target of the target node. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |