Uses of Class
net.didion.jwnl.data.list.PointerTargetNodeList
-
Packages that use PointerTargetNodeList 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 PointerTargetNodeList in net.didion.jwnl.data
Methods in net.didion.jwnl.data that return PointerTargetNodeList Modifier and Type Method Description PointerTargetNodeListPointerUtils. getAlsoSees(Synset synset)Find what words are related tosynsetPointerTargetNodeListPointerUtils. getAntonyms(Synset synset)Get the words that mean the opposite ofsynsetPointerTargetNodeListPointerUtils. getAttributes(Synset synset)Get the attributes ofsynsetPointerTargetNodeListPointerUtils. getCauses(Synset synset)Find direct cause links ofsynsetPointerTargetNodeListPointerUtils. getCoordinateTerms(Synset synset)Getsynset's siblings (the hyponyms of its hypernyms)PointerTargetNodeListPointerUtils. getDerived(Synset synset)Find derrived links ofsynsetPointerTargetNodeListPointerUtils. getDirectHypernyms(Synset synset)Get the immediate parents ofsynsetPointerTargetNodeListPointerUtils. getDirectHyponyms(Synset synset)Get the immediate children ofsynsetPointerTargetNodeListPointerUtils. getEntailedBy(Synset synset)Find direct entailed bys ofsynsetPointerTargetNodeListPointerUtils. getEntailments(Synset synset)Find direct entailments ofsynsetPointerTargetNodeListPointerUtils. getHolonyms(Synset synset)Get holonyms ofsynsetPointerTargetNodeListPointerUtils. getMemberHolonyms(Synset synset)Get member holonyms ofsynsetPointerTargetNodeListPointerUtils. getMemberMeronyms(Synset synset)Get member meronyms ofsynsetPointerTargetNodeListPointerUtils. getMeronyms(Synset synset)Get meronyms ofsynset.PointerTargetNodeListPointerUtils. getPartHolonyms(Synset synset)Get part holonyms ofsynsetPointerTargetNodeListPointerUtils. getParticipleOf(Synset synset)Find participle of links ofsynsetPointerTargetNodeListPointerUtils. getPartMeronyms(Synset synset)Get part meronyms ofsynsetprivate PointerTargetNodeListPointerUtils. getPointerTargets(Synset synset, PointerType type)Get all the pointer targets of synset of type type.PointerTargetNodeListPointerUtils. getSubstanceHolonyms(Synset synset)Get substance holonyms ofsynsetPointerTargetNodeListPointerUtils. getSubstanceMeronyms(Synset synset)Get substance meronyms ofsynsetPointerTargetNodeListPointerUtils. getSynonyms(Synset synset)Get the synonyms forsynset.PointerTargetNodeListPointerUtils. getVerbGroup(Synset synset)Get the group that this verb belongs to.Methods in net.didion.jwnl.data with parameters of type PointerTargetNodeList Modifier and Type Method Description PointerTargetTreeNodeListPointerUtils. 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.PointerTargetTreeNodeListPointerUtils. 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.list Modifier and Type Class Description classPointerTargetTreeNodeListA list ofPointerTargetTreeNodes.Methods in net.didion.jwnl.data.list that return PointerTargetNodeList Modifier and Type Method Description PointerTargetNodeListPointerTargetNodeList. reverse()Reverse the contents of this list.PointerTargetNodeList[]PointerTargetTree. reverse()Reverse this tree.Methods in net.didion.jwnl.data.list with parameters of type PointerTargetNodeList Modifier and Type Method Description java.util.ListPointerTargetTreeNode. 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 PointerTargetNodeList Modifier and Type Field Description private PointerTargetNodeListRelationship. _nodesThe nodes that comprise the relationship.Methods in net.didion.jwnl.data.relationship that return PointerTargetNodeList Modifier and Type Method Description private PointerTargetNodeListRelationshipFinder. findSymmetricRelationship(PointerTargetTreeNode node, PointerType type)Build a relationsip from node back to it's root ancestor and then reverse the list.PointerTargetNodeListRelationship. getNodeList()Get the list that contains the nodes of this relationship.Methods in net.didion.jwnl.data.relationship with parameters of type PointerTargetNodeList Modifier and Type Method Description private 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 PointerTargetNodeList 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)
-