Uses of Class
org.gedcomx.conclusion.Relationship
-
Packages that use Relationship Package Description org.gedcomx The base GEDCOM X data format.org.gedcomx.conclusion The conclusion model defines genealogical conclusion data.org.gedcomx.rt -
-
Uses of Relationship in org.gedcomx
Methods in org.gedcomx that return Relationship Modifier and Type Method Description RelationshipGedcomx. findCoupleRelationship(ResourceReference person1, ResourceReference person2)Find the couple relationship (if any) that corresponds to the relationship between the people with the given IDs.RelationshipGedcomx. findCoupleRelationship(FamilyView family)Find the couple relationship (if any) that corresponds to the relationship between the parents in the given family.RelationshipGedcomx. findParentChildRelationship(ResourceReference parent, ResourceReference child)Find the parent-child relationship between the given two persons.RelationshipGedcomx. findRelationship(URI uri)Find a relationship in the document by URI.Methods in org.gedcomx that return types with arguments of type Relationship Modifier and Type Method Description List<Relationship>Gedcomx. getCoupleRelationships()Get the list of couple relationships in the document.List<Relationship>Gedcomx. getParentChildRelationships()Get the list of parent-child relationships in the document.List<Relationship>Gedcomx. getRelationships()The relationships included in this genealogical data set.Stream<Relationship>Gedcomx. relationships()Create a stream for the relationships in this data set.Methods in org.gedcomx with parameters of type Relationship Modifier and Type Method Description voidGedcomx. addRelationship(Relationship relationship)Add a relationship to the data set.GedcomxGedcomx. relationship(Relationship relationship)Build this out with a relationship.Method parameters in org.gedcomx with type arguments of type Relationship Modifier and Type Method Description voidGedcomx. 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 Relationship Modifier and Type Method Description RelationshipRelationship. analysis(ResourceReference analysis)RelationshipRelationship. analysis(URI analysis)RelationshipRelationship. analysis(Document analysis)RelationshipRelationship. attribution(Attribution attribution)RelationshipRelationship. confidence(URI confidence)RelationshipRelationship. confidence(ConfidenceLevel confidence)RelationshipRelationship. evidence(EvidenceReference evidence)RelationshipRelationship. evidence(Relationship evidence)RelationshipRelationship. extensionElement(Object element)RelationshipRelationship. extracted(Boolean extracted)RelationshipRelationship. fact(Fact fact)Build out this relationship with a fact.RelationshipRelationship. field(Field field)Build out this relationship with a field.RelationshipRelationship. id(String id)RelationshipRelationship. identifier(Identifier identifier)RelationshipRelationship. lang(String lang)RelationshipRelationship. link(String rel, URI href)RelationshipRelationship. link(Link link)RelationshipRelationship. media(SourceDescription media)RelationshipRelationship. media(SourceReference media)RelationshipRelationship. note(Note note)RelationshipRelationship. person1(ResourceReference person1)Build out this relationship with a reference to person 1.RelationshipRelationship. person1(Person person1)Build out this relationship with a reference to person 1.RelationshipRelationship. person2(ResourceReference person2)Build out this relationship with a reference to person 2.RelationshipRelationship. person2(Person person2)Build out this relationship with a reference to person 2.RelationshipRelationship. sortKey(String sortKey)RelationshipRelationship. source(SourceDescription source)RelationshipRelationship. source(SourceReference sourceReference)RelationshipRelationship. type(URI type)Build out this relationship with a type.RelationshipRelationship. type(RelationshipType type)Build out this relationship with a type.Methods in org.gedcomx.conclusion with parameters of type Relationship Modifier and Type Method Description voidRelationship. embed(Relationship relationship)RelationshipRelationship. evidence(Relationship evidence) -
Uses of Relationship in org.gedcomx.rt
Methods in org.gedcomx.rt with parameters of type Relationship Modifier and Type Method Description voidGedcomxLocalReferenceResolver. visitRelationship(Relationship relationship)voidGedcomxModelVisitor. visitRelationship(Relationship relationship)voidGedcomxModelVisitorBase. visitRelationship(Relationship relationship)
-