Uses of Class
net.sf.extjwnl.data.list.PointerTargetNodeList

Packages that use PointerTargetNodeList
net.sf.extjwnl.data Classes for extracting and containing data from the dictionary. 
net.sf.extjwnl.data.list Lists and associated classes that hold the results of relationship operations. 
net.sf.extjwnl.data.relationship Tools for finding pointer relationships between words. 
 

Uses of PointerTargetNodeList in net.sf.extjwnl.data
 

Methods in net.sf.extjwnl.data that return PointerTargetNodeList
static PointerTargetNodeList PointerUtils.getAlsoSees(Synset synset)
          Finds what words are related to synset.
static PointerTargetNodeList PointerUtils.getAntonyms(Synset synset)
          Returns the words that mean the opposite of synset.
static PointerTargetNodeList PointerUtils.getAttributes(Synset synset)
          Returns the attributes of synset.
static PointerTargetNodeList PointerUtils.getCauses(Synset synset)
          Finds direct cause links of synset.
static PointerTargetNodeList PointerUtils.getCoordinateTerms(Synset synset)
          Returns synset's siblings (the hyponyms of its hypernyms).
static PointerTargetNodeList PointerUtils.getDirectHypernyms(Synset synset)
          Returns the immediate parents of synset.
static PointerTargetNodeList PointerUtils.getDirectHyponyms(Synset synset)
          Returns the immediate children of synset.
static PointerTargetNodeList PointerUtils.getEntailments(Synset synset)
          Finds direct entailments of synset.
static PointerTargetNodeList PointerUtils.getHolonyms(Synset synset)
          Returns holonyms of synset.
static PointerTargetNodeList PointerUtils.getMemberHolonyms(Synset synset)
          Returns member holonyms of synset.
static PointerTargetNodeList PointerUtils.getMemberMeronyms(Synset synset)
          Returns member meronyms of synset.
static PointerTargetNodeList PointerUtils.getMeronyms(Synset synset)
          Returns meronyms of synset.
static PointerTargetNodeList PointerUtils.getPartHolonyms(Synset synset)
          Returns part holonyms of synset.
static PointerTargetNodeList PointerUtils.getParticipleOf(Synset synset)
          Finds participle of links of synset.
static PointerTargetNodeList PointerUtils.getPartMeronyms(Synset synset)
          Returns part meronyms of synset.
static PointerTargetNodeList PointerUtils.getPertainyms(Synset synset)
          Returns the pertainyms for synset.
static PointerTargetNodeList PointerUtils.getSubstanceHolonyms(Synset synset)
          Returns substance holonyms of synset.
static PointerTargetNodeList PointerUtils.getSubstanceMeronyms(Synset synset)
          Returns substance meronyms of synset.
static PointerTargetNodeList PointerUtils.getSynonyms(Synset synset)
          Returns the synonyms for synset.
static PointerTargetNodeList PointerUtils.getVerbGroup(Synset synset)
          Returns the group that this verb belongs to.
 

Methods in net.sf.extjwnl.data with parameters of type PointerTargetNodeList
static PointerTargetTreeNodeList PointerUtils.makePointerTargetTreeList(PointerTargetNodeList list, PointerType[] searchTypes, PointerType labelType, int depth, boolean allowRedundancies)
          Makes a nested list of pointer targets to depth depth, starting at each synset in list.
static PointerTargetTreeNodeList PointerUtils.makePointerTargetTreeList(PointerTargetNodeList list, PointerType searchType, PointerType labelType, int depth, boolean allowRedundancies)
          Makes a nested list of pointer targets to depth depth, starting at each synset in list.
 

Uses of PointerTargetNodeList in net.sf.extjwnl.data.list
 

Methods in net.sf.extjwnl.data.list that return PointerTargetNodeList
 PointerTargetNodeList PointerTargetNodeList.clone()
           
 PointerTargetNodeList PointerTargetNodeList.deepClone()
           
 PointerTargetNodeList PointerTargetNodeList.reverse()
          Reverses the contents of this list.
 

Methods in net.sf.extjwnl.data.list that return types with arguments of type PointerTargetNodeList
 List<PointerTargetNodeList> PointerTargetTree.reverse()
          Reverse this tree.
 List<PointerTargetNodeList> PointerTargetTree.toList()
          Convert this tree to a list of PointerTargetNodeLists.
 List<PointerTargetNodeList> PointerTargetTreeNode.toList(PointerTargetNodeList list)
          Convert this node into a list of PointerTargetNodeLists's, each representing a unique branch through the tree
 

Methods in net.sf.extjwnl.data.list with parameters of type PointerTargetNodeList
 List<PointerTargetNodeList> PointerTargetTreeNode.toList(PointerTargetNodeList list)
          Convert this node into a list of PointerTargetNodeLists's, each representing a unique branch through the tree
 

Uses of PointerTargetNodeList in net.sf.extjwnl.data.relationship
 

Methods in net.sf.extjwnl.data.relationship that return PointerTargetNodeList
 PointerTargetNodeList Relationship.getNodeList()
          Returns the list that contains the nodes of this relationship.
 

Constructors in net.sf.extjwnl.data.relationship with parameters of type PointerTargetNodeList
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)
           
 



Copyright © 2011. All Rights Reserved.