Uses of Class
org.gedcomx.conclusion.Relationship
Packages that use Relationship
Package
Description
The base GEDCOM X data format.
The conclusion model defines genealogical conclusion data.
-
Uses of Relationship in org.gedcomx
Methods in org.gedcomx that return RelationshipModifier and TypeMethodDescriptionGedcomx.findCoupleRelationship(ResourceReference person1, ResourceReference person2) Find the couple relationship (if any) that corresponds to the relationship between the people with the given IDs.Gedcomx.findCoupleRelationship(FamilyView family) Find the couple relationship (if any) that corresponds to the relationship between the parents in the given family.Gedcomx.findParentChildRelationship(ResourceReference parent, ResourceReference child) Find the parent-child relationship between the given two persons.Gedcomx.findRelationship(URI uri) Find a relationship in the document by URI.Methods in org.gedcomx that return types with arguments of type RelationshipModifier and TypeMethodDescriptionGedcomx.getCoupleRelationships()Get the list of couple relationships in the document.Gedcomx.getParentChildRelationships()Get the list of parent-child relationships in the document.Gedcomx.getRelationships()The relationships included in this genealogical data set.Gedcomx.relationships()Create a stream for the relationships in this data set.Methods in org.gedcomx with parameters of type RelationshipModifier and TypeMethodDescriptionvoidGedcomx.addRelationship(Relationship relationship) Add a relationship to the data set.Gedcomx.relationship(Relationship relationship) Build this out with a relationship.Method parameters in org.gedcomx with type arguments of type RelationshipModifier and TypeMethodDescriptionvoidGedcomx.setRelationships(List<Relationship> relationships) The relationships included in this genealogical data set. -
Uses of Relationship in org.gedcomx.conclusion
Methods in org.gedcomx.conclusion that return RelationshipModifier and TypeMethodDescriptionRelationship.analysis(ResourceReference analysis) Relationship.attribution(Attribution attribution) Relationship.confidence(URI confidence) Relationship.confidence(ConfidenceLevel confidence) Relationship.evidence(EvidenceReference evidence) Relationship.evidence(Relationship evidence) Relationship.extensionElement(Object element) Build out this relationship with a fact.Build out this relationship with a field.Relationship.identifier(Identifier identifier) Relationship.media(SourceDescription media) Relationship.media(SourceReference media) Relationship.person1(ResourceReference person1) Build out this relationship with a reference to person 1.Build out this relationship with a reference to person 1.Relationship.person2(ResourceReference person2) Build out this relationship with a reference to person 2.Build out this relationship with a reference to person 2.Relationship.source(SourceDescription source) Relationship.source(SourceReference sourceReference) Build out this relationship with a type.Relationship.type(RelationshipType type) Build out this relationship with a type.Methods in org.gedcomx.conclusion with parameters of type RelationshipModifier and TypeMethodDescriptionvoidRelationship.embed(Relationship relationship) Relationship.evidence(Relationship evidence) Constructors in org.gedcomx.conclusion with parameters of type Relationship -
Uses of Relationship in org.gedcomx.rt
Methods in org.gedcomx.rt with parameters of type RelationshipModifier and TypeMethodDescriptionvoidGedcomxLocalReferenceResolver.visitRelationship(Relationship relationship) voidGedcomxModelVisitor.visitRelationship(Relationship relationship) voidGedcomxModelVisitorBase.visitRelationship(Relationship relationship)