Uses of Class
org.gedcomx.conclusion.FamilyView
-
Packages that use FamilyView Package Description 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 Modifier and Type Method Description RelationshipGedcomx. 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 Modifier and Type Method Description FamilyViewFamilyView. child(ResourceReference child)Build out this family by adding a child.FamilyViewFamilyView. parent1(ResourceReference parent1)Build out this family with a reference to parent1.FamilyViewFamilyView. 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 Modifier and Type Method Description List<FamilyView>DisplayProperties. getFamiliesAsChild()The family views where this person is a childList<FamilyView>DisplayProperties. getFamiliesAsParent()The family views where this person is a parentMethods in org.gedcomx.conclusion with parameters of type FamilyView Modifier and Type Method Description voidDisplayProperties. addFamilyAsChild(FamilyView family)Add a family where this person is a child to the data set.voidDisplayProperties. addFamilyAsParent(FamilyView family)Add a family where this person is a parentvoidFamilyView. embed(FamilyView family)Method parameters in org.gedcomx.conclusion with type arguments of type FamilyView Modifier and Type Method Description voidDisplayProperties. setFamiliesAsChild(List<FamilyView> familiesAsChild)The family views where this person is a childvoidDisplayProperties. setFamiliesAsParent(List<FamilyView> familiesAsParent)The family views where this person is a parent
-