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 PointerTargetNodeList
PointerUtils. getAlsoSees(Synset synset)
Find what words are related tosynset
PointerTargetNodeList
PointerUtils. getAntonyms(Synset synset)
Get the words that mean the opposite ofsynset
PointerTargetNodeList
PointerUtils. getAttributes(Synset synset)
Get the attributes ofsynset
PointerTargetNodeList
PointerUtils. getCauses(Synset synset)
Find direct cause links ofsynset
PointerTargetNodeList
PointerUtils. getCoordinateTerms(Synset synset)
Getsynset
's siblings (the hyponyms of its hypernyms)PointerTargetNodeList
PointerUtils. getDerived(Synset synset)
Find derrived links ofsynset
PointerTargetNodeList
PointerUtils. getDirectHypernyms(Synset synset)
Get the immediate parents ofsynset
PointerTargetNodeList
PointerUtils. getDirectHyponyms(Synset synset)
Get the immediate children ofsynset
PointerTargetNodeList
PointerUtils. getEntailedBy(Synset synset)
Find direct entailed bys ofsynset
PointerTargetNodeList
PointerUtils. getEntailments(Synset synset)
Find direct entailments ofsynset
PointerTargetNodeList
PointerUtils. getHolonyms(Synset synset)
Get holonyms ofsynset
PointerTargetNodeList
PointerUtils. getMemberHolonyms(Synset synset)
Get member holonyms ofsynset
PointerTargetNodeList
PointerUtils. getMemberMeronyms(Synset synset)
Get member meronyms ofsynset
PointerTargetNodeList
PointerUtils. getMeronyms(Synset synset)
Get meronyms ofsynset
.PointerTargetNodeList
PointerUtils. getPartHolonyms(Synset synset)
Get part holonyms ofsynset
PointerTargetNodeList
PointerUtils. getParticipleOf(Synset synset)
Find participle of links ofsynset
PointerTargetNodeList
PointerUtils. getPartMeronyms(Synset synset)
Get part meronyms ofsynset
PointerTargetNodeList
PointerUtils. getSubstanceHolonyms(Synset synset)
Get substance holonyms ofsynset
PointerTargetNodeList
PointerUtils. getSubstanceMeronyms(Synset synset)
Get substance meronyms ofsynset
PointerTargetNodeList
PointerUtils. getSynonyms(Synset synset)
Get the synonyms forsynset
.PointerTargetNodeList
PointerUtils. 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 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. -
Uses of PointerTargetNodeList in net.didion.jwnl.data.list
Subclasses of PointerTargetNodeList in net.didion.jwnl.data.list Modifier and Type Class Description class
PointerTargetTreeNodeList
A list ofPointerTargetTreeNode
s.Methods in net.didion.jwnl.data.list that return PointerTargetNodeList Modifier and Type Method Description PointerTargetNodeList
PointerTargetNodeList. 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 List
PointerTargetTreeNode. 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
Methods in net.didion.jwnl.data.relationship that return PointerTargetNodeList Modifier and Type Method Description PointerTargetNodeList
Relationship. getNodeList()
Get the list that contains the nodes of this relationship.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)
-