Uses of Class
net.didion.jwnl.data.relationship.Relationship
Packages that use Relationship
Package
Description
Tools for finding pointer relationships between words.
-
Uses of Relationship in net.didion.jwnl.data.relationship
Subclasses of Relationship in net.didion.jwnl.data.relationshipModifier and TypeClassDescriptionclassAn asymmetric relationship is one whose source and target synsets have lineages with a definite divergence point.classA symmetric relationship is one whose type is symmetric (its own inverse).Methods in net.didion.jwnl.data.relationship that return RelationshipModifier and TypeMethodDescriptionprivate 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.RelationshipList.getDeepest()Return the deepest Relationship in the list.RelationshipList.getShallowest()Return the shallowest Relationship in the list.AsymmetricRelationship.reverse()abstract RelationshipRelationship.reverse()SymmetricRelationship.reverse()