|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Family | |
|---|---|
| org.gedcomx | The base GEDCOM X data format. |
| org.gedcomx.conclusion | The conclusion model defines genealogical conclusion data. |
| org.gedcomx.rt | |
| Uses of Family in org.gedcomx |
|---|
| Methods in org.gedcomx with parameters of type Family | |
|---|---|
Relationship |
Gedcomx.findCoupleRelationship(Family family)
Find the couple relationship (if any) that corresponds to the relationship between the parents in the given family. |
| Uses of Family in org.gedcomx.conclusion |
|---|
| Methods in org.gedcomx.conclusion that return Family | |
|---|---|
Family |
Family.analysis(Document analysis)
|
Family |
Family.analysis(ResourceReference analysis)
|
Family |
Family.analysis(URI analysis)
|
Family |
Family.attribution(Attribution attribution)
|
Family |
Family.child(ResourceReference child)
Build out this family by adding a child. |
Family |
Family.confidence(ConfidenceLevel confidence)
|
Family |
Family.confidence(URI confidence)
|
Family |
Family.id(String id)
|
Family |
Family.lang(String lang)
|
Family |
Family.link(Link link)
|
Family |
Family.link(String rel,
URI href)
|
Family |
Family.note(Note note)
|
Family |
Family.parent1(ResourceReference parent1)
Build out this family with a reference to parent1. |
Family |
Family.parent2(ResourceReference parent2)
Build out this family with a reference to parent2. |
Family |
Family.source(SourceDescription source)
|
Family |
Family.source(SourceReference sourceReference)
|
| Methods in org.gedcomx.conclusion that return types with arguments of type Family | |
|---|---|
List<Family> |
DisplayProperties.getFamiliesAsChild()
The family views where this person is a child |
List<Family> |
DisplayProperties.getFamiliesAsParent()
The family views where this person is a parent |
| Methods in org.gedcomx.conclusion with parameters of type Family | |
|---|---|
void |
DisplayProperties.addFamilyAsChild(Family family)
Add a family where this person is a child to the data set. |
void |
DisplayProperties.addFamilyAsParent(Family family)
Add a family where this person is a parent |
void |
Family.embed(Family family)
|
| Method parameters in org.gedcomx.conclusion with type arguments of type Family | |
|---|---|
void |
DisplayProperties.setFamiliesAsChild(List<Family> familiesAsChild)
The family views where this person is a child |
void |
DisplayProperties.setFamiliesAsParent(List<Family> familiesAsParent)
The family views where this person is a parent |
| Uses of Family in org.gedcomx.rt |
|---|
| Methods in org.gedcomx.rt with parameters of type Family | |
|---|---|
void |
GedcomxModelVisitor.visitFamily(Family family)
|
void |
GedcomxLocalReferenceResolver.visitFamily(Family family)
|
void |
GedcomxModelVisitorBase.visitFamily(Family family)
|
| Method parameters in org.gedcomx.rt with type arguments of type Family | |
|---|---|
protected void |
GedcomxModelVisitorBase.visitFamilies(List<Family> families)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||