|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Person | |
|---|---|
| org.gedcomx | The base GEDCOM X data format. |
| org.gedcomx.conclusion | The conclusion model defines genealogical conclusion data. |
| org.gedcomx.rt | |
| org.gedcomx.util | |
| Uses of Person in org.gedcomx |
|---|
| Methods in org.gedcomx that return Person | |
|---|---|
Person |
Gedcomx.getPerson()
Get the first person in the document. |
| Methods in org.gedcomx that return types with arguments of type Person | |
|---|---|
List<Person> |
Gedcomx.getPersons()
The persons included in this genealogical data set. |
| Methods in org.gedcomx with parameters of type Person | |
|---|---|
void |
Gedcomx.addPerson(Person person)
Add a person to the data set. |
Gedcomx |
Gedcomx.person(Person person)
Build this out with a person. |
| Method parameters in org.gedcomx with type arguments of type Person | |
|---|---|
void |
Gedcomx.setPersons(List<Person> persons)
The persons included in this genealogical data set. |
| Uses of Person in org.gedcomx.conclusion |
|---|
| Methods in org.gedcomx.conclusion that return Person | |
|---|---|
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.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)
|
| Methods in org.gedcomx.conclusion with parameters of type Person | |
|---|---|
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. |
| Uses of Person in org.gedcomx.rt |
|---|
| Methods in org.gedcomx.rt with parameters of type Person | |
|---|---|
void |
GedcomxModelVisitorBase.visitPerson(Person person)
|
void |
GedcomxModelVisitor.visitPerson(Person person)
|
void |
GedcomxLocalReferenceResolver.visitPerson(Person person)
|
| Uses of Person in org.gedcomx.util |
|---|
| Methods in org.gedcomx.util that return Person | |
|---|---|
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. |
| Methods in org.gedcomx.util that return types with arguments of type Person | |
|---|---|
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. |
| Methods in org.gedcomx.util with parameters of type Person | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||