| Package | Description |
|---|---|
| org.gedcomx |
The base GEDCOM X data format.
|
| org.gedcomx.conclusion |
The conclusion model defines genealogical conclusion data.
|
| org.gedcomx.rt |
| Modifier and Type | Method and Description |
|---|---|
Relationship |
Gedcomx.findCoupleRelationship(FamilyView family)
Find the couple relationship (if any) that corresponds to the relationship between the parents in the given family.
|
Relationship |
Gedcomx.findCoupleRelationship(ResourceReference person1,
ResourceReference person2)
Find the couple relationship (if any) that corresponds to the relationship between the people with the given IDs.
|
Relationship |
Gedcomx.findParentChildRelationship(ResourceReference parent,
ResourceReference child)
Find the parent-child relationship between the given two persons.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Gedcomx.addRelationship(Relationship relationship)
Add a relationship to the data set.
|
Gedcomx |
Gedcomx.relationship(Relationship relationship)
Build this out with a relationship.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Gedcomx.setRelationships(List<Relationship> relationships)
The relationships included in this genealogical data set.
|
| Modifier and Type | Method and Description |
|---|---|
Relationship |
Relationship.analysis(Document analysis) |
Relationship |
Relationship.analysis(ResourceReference analysis) |
Relationship |
Relationship.analysis(URI analysis) |
Relationship |
Relationship.attribution(Attribution attribution) |
Relationship |
Relationship.confidence(ConfidenceLevel confidence) |
Relationship |
Relationship.confidence(URI confidence) |
Relationship |
Relationship.evidence(EvidenceReference evidence) |
Relationship |
Relationship.evidence(Relationship evidence) |
Relationship |
Relationship.extensionElement(Object element) |
Relationship |
Relationship.extracted(Boolean extracted) |
Relationship |
Relationship.fact(Fact fact)
Build out this relationship with a fact.
|
Relationship |
Relationship.field(Field field)
Build out this relationship with a field.
|
Relationship |
Relationship.id(String id) |
Relationship |
Relationship.identifier(Identifier identifier) |
Relationship |
Relationship.lang(String lang) |
Relationship |
Relationship.link(Link link) |
Relationship |
Relationship.link(String rel,
URI href) |
Relationship |
Relationship.media(SourceDescription media) |
Relationship |
Relationship.media(SourceReference media) |
Relationship |
Relationship.note(Note note) |
Relationship |
Relationship.person1(Person person1)
Build out this relationship with a reference to person 1.
|
Relationship |
Relationship.person1(ResourceReference person1)
Build out this relationship with a reference to person 1.
|
Relationship |
Relationship.person2(Person person2)
Build out this relationship with a reference to person 2.
|
Relationship |
Relationship.person2(ResourceReference person2)
Build out this relationship with a reference to person 2.
|
Relationship |
Relationship.sortKey(String sortKey) |
Relationship |
Relationship.source(SourceDescription source) |
Relationship |
Relationship.source(SourceReference sourceReference) |
Relationship |
Relationship.type(RelationshipType type)
Build out this relationship with a type.
|
Relationship |
Relationship.type(URI type)
Build out this relationship with a type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Relationship.embed(Relationship relationship) |
Relationship |
Relationship.evidence(Relationship evidence) |
| Modifier and Type | Method and Description |
|---|---|
void |
GedcomxModelVisitorBase.visitRelationship(Relationship relationship) |
void |
GedcomxModelVisitor.visitRelationship(Relationship relationship) |
void |
GedcomxLocalReferenceResolver.visitRelationship(Relationship relationship) |
Copyright © 2016. All rights reserved.