|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FamilyView | |
|---|---|
| org.gedcomx | The base GEDCOM X data format. |
| org.gedcomx.conclusion | The conclusion model defines genealogical conclusion data. |
| Uses of FamilyView in org.gedcomx |
|---|
| Methods in org.gedcomx with parameters of type FamilyView | |
|---|---|
Relationship |
Gedcomx.findCoupleRelationship(FamilyView family)
Find the couple relationship (if any) that corresponds to the relationship between the parents in the given family. |
| Uses of FamilyView in org.gedcomx.conclusion |
|---|
| Methods in org.gedcomx.conclusion that return FamilyView | |
|---|---|
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. |
| Methods in org.gedcomx.conclusion that return types with arguments of type FamilyView | |
|---|---|
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 |
| Methods in org.gedcomx.conclusion with parameters of type FamilyView | |
|---|---|
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)
|
| Method parameters in org.gedcomx.conclusion with type arguments of type FamilyView | |
|---|---|
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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||