Uses of Class
net.sf.extjwnl.data.relationship.RelationshipList

Packages that use RelationshipList
net.sf.extjwnl.data.relationship Tools for finding pointer relationships between words. 
 

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

Methods in net.sf.extjwnl.data.relationship that return RelationshipList
static RelationshipList RelationshipFinder.findRelationships(Synset sourceSynset, Synset targetSynset, PointerType type)
          Finds all relationships of type type between sourceSynset and targetSynset.
static RelationshipList RelationshipFinder.findRelationships(Synset sourceSynset, Synset targetSynset, PointerType type, int depth)
          Finds all relationships of type type between sourceSynset and targetSynset to depth depth.
 



Copyright © 2011. All Rights Reserved.