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 tosynsetPointerUtils.getAntonyms(Synset synset) Get the words that mean the opposite ofsynsetPointerUtils.getAttributes(Synset synset) Get the attributes ofsynsetFind direct cause links ofsynsetPointerUtils.getCoordinateTerms(Synset synset) Getsynset's siblings (the hyponyms of its hypernyms)PointerUtils.getDerived(Synset synset) Find derrived links ofsynsetPointerUtils.getDirectHypernyms(Synset synset) Get the immediate parents ofsynsetPointerUtils.getDirectHyponyms(Synset synset) Get the immediate children ofsynsetPointerUtils.getEntailedBy(Synset synset) Find direct entailed bys ofsynsetPointerUtils.getEntailments(Synset synset) Find direct entailments ofsynsetPointerUtils.getHolonyms(Synset synset) Get holonyms ofsynsetPointerUtils.getMemberHolonyms(Synset synset) Get member holonyms ofsynsetPointerUtils.getMemberMeronyms(Synset synset) Get member meronyms ofsynsetPointerUtils.getMeronyms(Synset synset) Get meronyms ofsynset.PointerUtils.getPartHolonyms(Synset synset) Get part holonyms ofsynsetPointerUtils.getParticipleOf(Synset synset) Find participle of links ofsynsetPointerUtils.getPartMeronyms(Synset synset) Get part meronyms ofsynsetprivate PointerTargetNodeListPointerUtils.getPointerTargets(Synset synset, PointerType type) Get all the pointer targets of synset of type type.PointerUtils.getSubstanceHolonyms(Synset synset) Get substance holonyms ofsynsetPointerUtils.getSubstanceMeronyms(Synset synset) Get substance meronyms ofsynsetPointerUtils.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 eachsynsetin 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 eachsynsetin list. -
Uses of PointerTargetNodeList in net.didion.jwnl.data.list
Subclasses of PointerTargetNodeList in net.didion.jwnl.data.listModifier and TypeClassDescriptionclassA list ofPointerTargetTreeNodes.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 PointerTargetNodeListRelationship._nodesThe nodes that comprise the relationship.Methods in net.didion.jwnl.data.relationship that return PointerTargetNodeListModifier and TypeMethodDescriptionprivate PointerTargetNodeListRelationshipFinder.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 voidRelationshipFinder.buildSymmetricRelationshipList(PointerTargetNodeList list, PointerTargetTreeNode node) Build the relationship.private RelationshipRelationshipFinder.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) protectedRelationship(PointerType type, PointerTargetNodeList nodes, Synset sourceSynset, Synset targetSynset) SymmetricRelationship(PointerType type, PointerTargetNodeList nodes, Synset sourceSynset, Synset targetSynset)