|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Relationship | |
|---|---|
| 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 | |
|---|---|
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. |
| Methods in org.gedcomx that return types with arguments of type Relationship | |
|---|---|
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. |
| Methods in org.gedcomx with parameters of type Relationship | |
|---|---|
void |
Gedcomx.addRelationship(Relationship relationship)
Add a relationship to the data set. |
Gedcomx |
Gedcomx.relationship(Relationship relationship)
Build this out with a relationship. |
| Method parameters in org.gedcomx with type arguments of type Relationship | |
|---|---|
void |
Gedcomx.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 | |
|---|---|
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.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. |
| Methods in org.gedcomx.conclusion with parameters of type Relationship | |
|---|---|
void |
Relationship.embed(Relationship relationship)
|
Relationship |
Relationship.evidence(Relationship evidence)
|
| Uses of Relationship in org.gedcomx.rt |
|---|
| Methods in org.gedcomx.rt with parameters of type Relationship | |
|---|---|
void |
GedcomxModelVisitorBase.visitRelationship(Relationship relationship)
|
void |
GedcomxModelVisitor.visitRelationship(Relationship relationship)
|
void |
GedcomxLocalReferenceResolver.visitRelationship(Relationship relationship)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||