Uses of Class
net.didion.jwnl.data.list.PointerTargetNodeList
Packages that use PointerTargetNodeList
Package
Description
Classes for extracting and containing data from the dictionary.
Lists and associated classes that hold the results of relationship operations.
Tools for finding pointer relationships between words.
-
Uses of PointerTargetNodeList in net.didion.jwnl.data
Methods in net.didion.jwnl.data that return PointerTargetNodeListModifier and TypeMethodDescriptionPointerUtils.getAlsoSees
(Synset synset) Find what words are related tosynset
PointerUtils.getAntonyms
(Synset synset) Get the words that mean the opposite ofsynset
PointerUtils.getAttributes
(Synset synset) Get the attributes ofsynset
Find direct cause links ofsynset
PointerUtils.getCoordinateTerms
(Synset synset) Getsynset
's siblings (the hyponyms of its hypernyms)PointerUtils.getDerived
(Synset synset) Find derrived links ofsynset
PointerUtils.getDirectHypernyms
(Synset synset) Get the immediate parents ofsynset
PointerUtils.getDirectHyponyms
(Synset synset) Get the immediate children ofsynset
PointerUtils.getEntailedBy
(Synset synset) Find direct entailed bys ofsynset
PointerUtils.getEntailments
(Synset synset) Find direct entailments ofsynset
PointerUtils.getHolonyms
(Synset synset) Get holonyms ofsynset
PointerUtils.getMemberHolonyms
(Synset synset) Get member holonyms ofsynset
PointerUtils.getMemberMeronyms
(Synset synset) Get member meronyms ofsynset
PointerUtils.getMeronyms
(Synset synset) Get meronyms ofsynset
.PointerUtils.getPartHolonyms
(Synset synset) Get part holonyms ofsynset
PointerUtils.getParticipleOf
(Synset synset) Find participle of links ofsynset
PointerUtils.getPartMeronyms
(Synset synset) Get part meronyms ofsynset
private PointerTargetNodeList
PointerUtils.getPointerTargets
(Synset synset, PointerType type) Get all the pointer targets of synset of type type.PointerUtils.getSubstanceHolonyms
(Synset synset) Get substance holonyms ofsynset
PointerUtils.getSubstanceMeronyms
(Synset synset) Get substance meronyms ofsynset
PointerUtils.getSynonyms
(Synset synset) Get the synonyms forsynset
.PointerUtils.getVerbGroup
(Synset synset) Get the group that this verb belongs to.Methods in net.didion.jwnl.data with parameters of type PointerTargetNodeListModifier and TypeMethodDescriptionPointerUtils.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.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. -
Uses of PointerTargetNodeList in net.didion.jwnl.data.list
Subclasses of PointerTargetNodeList in net.didion.jwnl.data.listModifier and TypeClassDescriptionclass
A list ofPointerTargetTreeNode
s.Methods in net.didion.jwnl.data.list that return PointerTargetNodeListModifier and TypeMethodDescriptionPointerTargetNodeList.reverse()
Reverse the contents of this list.PointerTargetTree.reverse()
Reverse this tree.Methods in net.didion.jwnl.data.list with parameters of type PointerTargetNodeListModifier and TypeMethodDescriptionPointerTargetTreeNode.toList
(PointerTargetNodeList list) Convert this node into a list of PointerTargetList's, each representing a unique brance through the tree -
Uses of PointerTargetNodeList in net.didion.jwnl.data.relationship
Fields in net.didion.jwnl.data.relationship declared as PointerTargetNodeListModifier and TypeFieldDescriptionprivate PointerTargetNodeList
Relationship._nodes
The nodes that comprise the relationship.Methods in net.didion.jwnl.data.relationship that return PointerTargetNodeListModifier and TypeMethodDescriptionprivate PointerTargetNodeList
RelationshipFinder.findSymmetricRelationship
(PointerTargetTreeNode node, PointerType type) Build a relationsip from node back to it's root ancestor and then reverse the list.Relationship.getNodeList()
Get the list that contains the nodes of this relationship.Methods in net.didion.jwnl.data.relationship with parameters of type PointerTargetNodeListModifier and TypeMethodDescriptionprivate void
RelationshipFinder.buildSymmetricRelationshipList
(PointerTargetNodeList list, PointerTargetTreeNode node) Build the relationship.private Relationship
RelationshipFinder.findAsymmetricRelationship
(PointerTargetNodeList sourceNodes, PointerTargetNodeList targetNodes, PointerType type, Synset sourceSynset, Synset targetSynset) Find a relationship between two asymmetric lists ordered from deepest to shallowest ancestor.Constructors in net.didion.jwnl.data.relationship with parameters of type PointerTargetNodeListModifierConstructorDescriptionAsymmetricRelationship
(PointerType type, PointerTargetNodeList nodes, int commonParentIndex, Synset sourceSynset, Synset targetSynset) protected
Relationship
(PointerType type, PointerTargetNodeList nodes, Synset sourceSynset, Synset targetSynset) SymmetricRelationship
(PointerType type, PointerTargetNodeList nodes, Synset sourceSynset, Synset targetSynset)