| Package | Description |
|---|---|
| org.gedcomx |
The base GEDCOM X data format.
|
| org.gedcomx.conclusion |
The conclusion model defines genealogical conclusion data.
|
| org.gedcomx.rt | |
| org.gedcomx.util |
| Modifier and Type | Method and Description |
|---|---|
Person |
Gedcomx.getPerson()
Get the first person in the document.
|
| Modifier and Type | Method and Description |
|---|---|
List<Person> |
Gedcomx.getPersons()
The persons included in this genealogical data set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Gedcomx.addPerson(Person person)
Add a person to the data set.
|
Gedcomx |
Gedcomx.person(Person person)
Build this out with a person.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Gedcomx.setPersons(List<Person> persons)
The persons included in this genealogical data set.
|
| Modifier and Type | Method and Description |
|---|---|
Person |
Person.analysis(Document analysis) |
Person |
Person.analysis(ResourceReference analysis) |
Person |
Person.analysis(URI analysis) |
Person |
Person.attribution(Attribution attribution) |
Person |
Person.confidence(ConfidenceLevel confidence) |
Person |
Person.confidence(URI confidence) |
Person |
Person.displayExtension(DisplayProperties display)
Build out this person with a display exension.
|
Person |
Person.evidence(EvidenceReference evidence) |
Person |
Person.evidence(Person evidence) |
Person |
Person.extensionElement(Object element) |
Person |
Person.extracted(Boolean extracted) |
Person |
Person.fact(Fact fact)
Build out this person with a fact.
|
Person |
Person.field(Field field)
Build out this person with a field.
|
Person |
Person.gender(Gender gender)
Build out this person with a gender.
|
Person |
Person.gender(GenderType gender)
Build out this person with a gender.
|
Person |
Person.id(String id) |
Person |
Person.identifier(Identifier identifier) |
Person |
Person.lang(String lang) |
Person |
Person.link(Link link) |
Person |
Person.link(String rel,
URI href) |
Person |
Person.living(Boolean living)
Build out this person with a living flag.
|
Person |
Person.media(SourceDescription media) |
Person |
Person.media(SourceReference media) |
Person |
Person.name(Name name)
Build out this person with a name.
|
Person |
Person.name(String name)
Build out this person with a name.
|
Person |
Person.note(Note note) |
Person |
Person.principal(Boolean principal)
Build out this person with a principal flag.
|
Person |
Person.sortKey(String sortKey) |
Person |
Person.source(SourceDescription source) |
Person |
Person.source(SourceReference sourceReference) |
| Modifier and Type | Method and Description |
|---|---|
void |
Person.embed(Person person)
Embed the specified person into this one.
|
Person |
Person.evidence(Person evidence) |
EventRole |
EventRole.person(Person person)
Build up this event role with a person.
|
Relationship |
Relationship.person1(Person person1)
Build out this relationship with a reference to person 1.
|
Relationship |
Relationship.person2(Person person2)
Build out this relationship with a reference to person 2.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GedcomxModelVisitorBase.visitPerson(Person person) |
void |
GedcomxModelVisitor.visitPerson(Person person) |
void |
GedcomxLocalReferenceResolver.visitPerson(Person person) |
| Modifier and Type | Method and Description |
|---|---|
Person |
DocMap.getMainPerson()
Get the Person described by the main SourceDescription.
|
Person |
DocMap.getPerson(ResourceReference resourceReference)
Get the person from the GedcomX document that has the id given in the URI of the given ResourceReference.
|
Person |
DocMap.getPerson(String idOrUrl)
Get the person from the GedcomX document that has the given id (with or without "#") or an identifier
that matches the given idOrUrl.
|
Person |
DocMap.getPerson(URI uri)
Get the person from the GedcomX document that has the given id (with or without "#") or identifier.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<Person,List<Field>> |
FieldMap.getPersonFieldMap(Gedcomx record)
Get a map of Person to the list of Fields for that person.
|
static Map<String,Person> |
DocMap.getPersonMap(Gedcomx doc)
Create a map of local id (and "#" + id) as well as all person identifiers to the local Person object
with that id or identifier.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<String>> |
FieldMap.getPersonLabelValueMap(Person person)
Get a map of labelId to list of values for that labelId for the given person.
|
List<String> |
FieldMap.getValues(Person person,
String labelId)
Get a list of values that had the given labelId in the record for the given person.
|
Copyright © 2016. All rights reserved.