Uses of Class
org.gedcomx.conclusion.FamilyView
Packages that use FamilyView
Package
Description
The base GEDCOM X data format.
The conclusion model defines genealogical conclusion data.
-
Uses of FamilyView in org.gedcomx
Methods in org.gedcomx with parameters of type FamilyViewModifier and TypeMethodDescriptionGedcomx.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 FamilyViewModifier and TypeMethodDescriptionFamilyView.child(ResourceReference child) Build out this family by adding a child.FamilyView.parent1(ResourceReference parent1) Build out this family with a reference to parent1.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 FamilyViewModifier and TypeMethodDescriptionDisplayProperties.getFamiliesAsChild()The family views where this person is a childDisplayProperties.getFamiliesAsParent()The family views where this person is a parentMethods in org.gedcomx.conclusion with parameters of type FamilyViewModifier and TypeMethodDescriptionvoidDisplayProperties.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 FamilyViewModifier and TypeMethodDescriptionvoidDisplayProperties.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 parentConstructors in org.gedcomx.conclusion with parameters of type FamilyView