Uses of Class
net.didion.jwnl.data.relationship.RelationshipList
Packages that use RelationshipList
Package
Description
Tools for finding pointer relationships between words.
-
Uses of RelationshipList in net.didion.jwnl.data.relationship
Methods in net.didion.jwnl.data.relationship that return RelationshipListModifier and TypeMethodDescriptionprivate RelationshipList
RelationshipFinder.findAsymmetricRelationships
(Synset sourceSynset, Synset targetSynset, PointerType type) Finds the asymmetric relationship(s) between two words.private RelationshipList
RelationshipFinder.findAsymmetricRelationships
(Synset sourceSynset, Synset targetSynset, PointerType type, int depth) Finds the asymmetric relationship(s) between two words.RelationshipFinder.findRelationships
(Synset sourceSynset, Synset targetSynset, PointerType type) Find all relationships of type type between sourceSynset and targetSynset.RelationshipFinder.findRelationships
(Synset sourceSynset, Synset targetSynset, PointerType type, int depth) Find all relationships of type type between sourceSynset and targetSynset to depth depth.private RelationshipList
RelationshipFinder.findSymmetricRelationships
(Synset sourceSynset, Synset targetSynset, PointerType type) A symmetric relationship is one whose type is symmetric (i.e.private RelationshipList
RelationshipFinder.findSymmetricRelationships
(Synset sourceSynset, Synset targetSynset, PointerType type, int depth) A symmetric relationship is one whose type is symmetric (i.e.