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 classAsymmetricRelationshipAn asymmetric relationship is one whose source and target synsets have lineages with a definite divergence point.classSymmetricRelationshipA 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 RelationshipRelationshipList. getDeepest()Return the deepest Relationship in the list.RelationshipRelationshipList. getShallowest()Return the shallowest Relationship in the list.RelationshipAsymmetricRelationship. reverse()abstract RelationshipRelationship. reverse()RelationshipSymmetricRelationship. reverse()
-