Uses of Class
net.didion.jwnl.data.relationship.Relationship
-
Packages that use Relationship Package Description net.didion.jwnl.data.relationship Tools for finding pointer relationships between words. -
-
Uses of Relationship in net.didion.jwnl.data.relationship
Subclasses of Relationship in net.didion.jwnl.data.relationship Modifier and Type Class Description class
AsymmetricRelationship
An asymmetric relationship is one whose source and target synsets have lineages with a definite divergence point.class
SymmetricRelationship
A symmetric relationship is one whose type is symmetric (its own inverse).Methods in net.didion.jwnl.data.relationship that return Relationship Modifier and Type Method Description Relationship
RelationshipList. getDeepest()
Return the deepest Relationship in the list.Relationship
RelationshipList. getShallowest()
Return the shallowest Relationship in the list.Relationship
AsymmetricRelationship. reverse()
abstract Relationship
Relationship. reverse()
Relationship
SymmetricRelationship. reverse()
-