Uses of Class
net.didion.jwnl.data.PointerType
-
Packages that use PointerType Package Description 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 PointerType in net.didion.jwnl.data
Fields in net.didion.jwnl.data declared as PointerType Modifier and Type Field Description static PointerType
PointerType. ANTONYM
static PointerType
PointerType. ATTRIBUTE
static PointerType
PointerType. CATEGORY
static PointerType
PointerType. CATEGORY_MEMBER
static PointerType
PointerType. CAUSE
static PointerType
PointerType. DERIVED
static PointerType
PointerType. ENTAILED_BY
static PointerType
PointerType. ENTAILMENT
static PointerType
PointerType. HYPERNYM
static PointerType
PointerType. HYPONYM
static PointerType
PointerType. INSTANCE_HYPERNYM
static PointerType
PointerType. INSTANCES_HYPONYM
static PointerType
PointerType. MEMBER_HOLONYM
static PointerType
PointerType. MEMBER_MERONYM
static PointerType
PointerType. NOMINALIZATION
static PointerType
PointerType. PART_HOLONYM
static PointerType
PointerType. PART_MERONYM
static PointerType
PointerType. PARTICIPLE_OF
static PointerType
PointerType. PERTAINYM
static PointerType
PointerType. REGION
static PointerType
PointerType. REGION_MEMBER
static PointerType
PointerType. SEE_ALSO
static PointerType
PointerType. SIMILAR_TO
static PointerType
PointerType. SUBSTANCE_HOLONYM
static PointerType
PointerType. SUBSTANCE_MERONYM
static PointerType
PointerType. USAGE
static PointerType
PointerType. USAGE_MEMBER
static PointerType
PointerType. VERB_GROUP
Methods in net.didion.jwnl.data that return PointerType Modifier and Type Method Description static PointerType
PointerType. getPointerTypeForKey(String key)
Return thePointerType
whose key matches key.PointerType
PointerType. getSymmetricType()
Returns the pointer type that is symmetric to this type.PointerType
Pointer. getType()
Methods in net.didion.jwnl.data with parameters of type PointerType Modifier and Type Method Description Pointer[]
PointerTarget. getPointers(PointerType type)
Get all pointers of typetype
.Pointer[]
SynsetProxy. getPointers(PointerType type)
PointerTarget[]
PointerTarget. getTargets(PointerType type)
Get all the targets of the pointers of typetype
.PointerTarget[]
SynsetProxy. getTargets(PointerType type)
static boolean
PointerType. isSymmetric(PointerType type)
Returns true if type is a symmetric pointer type (it is its own symmetric type).PointerTargetTree
PointerUtils. makeInheritedTree(PointerTargetTree tree, PointerType[] searchTypes, PointerType labelType, int pointerDepth, int ancestorDepth, boolean allowRedundancies)
Turn an existing tree into an inheritance tree.PointerTargetTree
PointerUtils. makeInheritedTree(Synset synset, PointerType searchType)
Create a hypernym tree starting at synset, and add to each node a nested list pointer targets of type searchType, starting at the node's pointer target.PointerTargetTree
PointerUtils. makeInheritedTree(Synset synset, PointerType[] searchTypes)
Create a hypernym tree starting at synset, and add to each node a nested list pointer targets of the types specified in searchTypes, starting at the node's pointer target.PointerTargetTree
PointerUtils. makeInheritedTree(Synset synset, PointerType[] searchTypes, PointerType labelType, int pointerDepth, int ancestorDepth)
Create a hypernym tree starting at synset, and add to each node a nested list pointer targets of the types specified in searchTypes, starting at the node's pointer target.PointerTargetTree
PointerUtils. makeInheritedTree(Synset synset, PointerType[] searchTypes, PointerType labelType, int pointerDepth, int ancestorDepth, boolean allowRedundancies)
Create a hypernym tree starting at synset, and add to each node a nested list pointer targets of the types specified in searchTypes, starting at the node's pointer target.PointerTargetTree
PointerUtils. makeInheritedTree(Synset synset, PointerType searchType, PointerType labelType, int pointerDepth, int ancestorDepth)
Create a hypernym tree starting at synset, and add to each node a nested list pointer targets of type searchType, starting at the node's pointer target.PointerTargetTree
PointerUtils. makeInheritedTree(Synset synset, PointerType searchType, PointerType labelType, int pointerDepth, int ancestorDepth, boolean allowRedundancies)
Create a hypernym tree starting at synset, and add to each node a nested list pointer targets of type searchType, starting at the node's pointer target.PointerTargetTreeNodeList
PointerUtils. makeInheritedTreeList(PointerTargetTreeNodeList list, PointerType[] searchTypes, PointerType labelType, int pointerDepth, int ancestorDepth, boolean allowRedundancies)
Turn an existing tree list into an inheritance tree list.PointerTargetTreeNodeList
PointerUtils. makePointerTargetTreeList(PointerTargetNodeList list, PointerType[] searchTypes, PointerType labelType, int depth, boolean allowRedundancies)
Make a nested list of pointer targets to depth depth, starting at eachsynset
in list.PointerTargetTreeNodeList
PointerUtils. makePointerTargetTreeList(PointerTargetNodeList list, PointerType searchType, PointerType labelType, int depth, boolean allowRedundancies)
Make a nested list of pointer targets to depth depth, starting at eachsynset
in list.PointerTargetTreeNodeList
PointerUtils. makePointerTargetTreeList(Synset set, PointerType searchType)
Make a nested list of pointer targets to the default depth, starting atsynset
.PointerTargetTreeNodeList
PointerUtils. makePointerTargetTreeList(Synset set, PointerType[] searchTypes)
Make a nested list of pointer targets to the default depth, starting atsynset
.PointerTargetTreeNodeList
PointerUtils. makePointerTargetTreeList(Synset set, PointerType[] searchTypes, int depth)
Make a nested list of pointer targets to depth depth, starting atsynset
.PointerTargetTreeNodeList
PointerUtils. makePointerTargetTreeList(Synset synset, PointerType[] searchTypes, PointerType labelType, int depth, boolean allowRedundancies)
Make a nested list of pointer targets to depth depth, starting atsynset
.PointerTargetTreeNodeList
PointerUtils. makePointerTargetTreeList(Synset set, PointerType searchType, int depth)
Make a nested list of pointer targets to depth depth, starting atsynset
.PointerTargetTreeNodeList
PointerUtils. makePointerTargetTreeList(Synset set, PointerType searchType, PointerType labelType, int depth, boolean allowRedundancies)
Make a nested list of pointer targets to depth depth, starting atsynset
.boolean
PointerType. symmetricTo(PointerType type)
Returns true if type is symmetric to this pointer type.Constructors in net.didion.jwnl.data with parameters of type PointerType Constructor Description Pointer(PointerTarget source, int index, PointerType pointerType, POS targetPOS, long targetOffset, int targetIndex)
-
Uses of PointerType in net.didion.jwnl.data.list
Methods in net.didion.jwnl.data.list that return PointerType Modifier and Type Method Description PointerType
PointerTargetNode. getType()
Methods in net.didion.jwnl.data.list with parameters of type PointerType Modifier and Type Method Description void
PointerTargetNodeList. add(PointerTarget target, PointerType type)
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
PointerTargetTreeNodeList. add(PointerTarget target, PointerType type, PointerTargetTreeNode parent)
void
PointerTargetNode. setType(PointerType type)
Constructors in net.didion.jwnl.data.list with parameters of type PointerType Constructor Description PointerTargetNode(PointerTarget target, PointerType type)
PointerTargetTreeNode(PointerTarget target, PointerTargetTreeNodeList childTreeList, PointerTargetTreeNodeList pointerTreeList, PointerType type)
PointerTargetTreeNode(PointerTarget target, PointerTargetTreeNodeList childTreeList, PointerTargetTreeNodeList pointerTreeList, PointerType type, PointerTargetTreeNode parent)
PointerTargetTreeNode(PointerTarget target, PointerTargetTreeNodeList childTreeList, PointerType type)
PointerTargetTreeNode(PointerTarget target, PointerTargetTreeNodeList childTreeList, PointerType type, PointerTargetTreeNode parent)
PointerTargetTreeNode(PointerTarget target, PointerType type)
PointerTargetTreeNode(PointerTarget target, PointerType type, PointerTargetTreeNode parent)
-
Uses of PointerType in net.didion.jwnl.data.relationship
Methods in net.didion.jwnl.data.relationship that return PointerType Modifier and Type Method Description PointerType
Relationship. getType()
Methods in net.didion.jwnl.data.relationship with parameters of type PointerType Modifier and Type Method Description RelationshipList
RelationshipFinder. findRelationships(Synset sourceSynset, Synset targetSynset, PointerType type)
Find all relationships of type type between sourceSynset and targetSynset.RelationshipList
RelationshipFinder. findRelationships(Synset sourceSynset, Synset targetSynset, PointerType type, int depth)
Find all relationships of type type between sourceSynset and targetSynset to depth depth.Constructors in net.didion.jwnl.data.relationship with parameters of type PointerType Constructor Description AsymmetricRelationship(PointerType type, PointerTargetNodeList nodes, int commonParentIndex, Synset sourceSynset, Synset targetSynset)
Relationship(PointerType type, PointerTargetNodeList nodes, Synset sourceSynset, Synset targetSynset)
SymmetricRelationship(PointerType type, PointerTargetNodeList nodes, Synset sourceSynset, Synset targetSynset)
-