| Package | Description |
|---|---|
| org.gedcomx |
The base GEDCOM X data format.
|
| org.gedcomx.conclusion |
The conclusion model defines genealogical conclusion data.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
FamilyView |
FamilyView.child(ResourceReference child)
Build out this family by adding a child.
|
FamilyView |
FamilyView.parent1(ResourceReference parent1)
Build out this family with a reference to parent1.
|
FamilyView |
FamilyView.parent2(ResourceReference parent2)
Build out this family with a reference to parent2.
|
| Modifier and Type | Method and Description |
|---|---|
List<FamilyView> |
DisplayProperties.getFamiliesAsChild()
The family views where this person is a child
|
List<FamilyView> |
DisplayProperties.getFamiliesAsParent()
The family views where this person is a parent
|
| Modifier and Type | Method and Description |
|---|---|
void |
DisplayProperties.addFamilyAsChild(FamilyView family)
Add a family where this person is a child to the data set.
|
void |
DisplayProperties.addFamilyAsParent(FamilyView family)
Add a family where this person is a parent
|
void |
FamilyView.embed(FamilyView family) |
| Modifier and Type | Method and Description |
|---|---|
void |
DisplayProperties.setFamiliesAsChild(List<FamilyView> familiesAsChild)
The family views where this person is a child
|
void |
DisplayProperties.setFamiliesAsParent(List<FamilyView> familiesAsParent)
The family views where this person is a parent
|
Copyright © 2016. All rights reserved.