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 TypeClassDescriptionclass
An asymmetric relationship is one whose source and target synsets have lineages with a definite divergence point.class
A symmetric relationship is one whose type is symmetric (its own inverse).Methods in net.didion.jwnl.data.relationship that return RelationshipModifier and TypeMethodDescriptionprivate Relationship
RelationshipFinder.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 Relationship
Relationship.reverse()
SymmetricRelationship.reverse()