Uses of Class
org.gedcomx.conclusion.Person
-
Packages that use Person 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 -
-
Uses of Person in org.gedcomx
Methods in org.gedcomx that return Person Modifier and Type Method Description PersonGedcomx. findPerson(URI uri)Find a person in the document by URI.PersonGedcomx. getPerson()Get the first person in the document.Methods in org.gedcomx that return types with arguments of type Person Modifier and Type Method Description List<Person>Gedcomx. getPersons()The persons included in this genealogical data set.Stream<Person>Gedcomx. persons()Create a stream for the persons in this data set.Methods in org.gedcomx with parameters of type Person Modifier and Type Method Description voidGedcomx. addPerson(Person person)Add a person to the data set.GedcomxGedcomx. addPersonDescription(Person person, Date lastModified, DateFormat dateFormat, String version, URI collectionUri)Add a description for the person in this document.GedcomxGedcomx. person(Person person)Build this out with a person.Method parameters in org.gedcomx with type arguments of type Person Modifier and Type Method Description voidGedcomx. 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 Modifier and Type Method Description PersonPerson. analysis(ResourceReference analysis)PersonPerson. analysis(URI analysis)PersonPerson. analysis(Document analysis)PersonPerson. attribution(Attribution attribution)PersonPerson. confidence(URI confidence)PersonPerson. confidence(ConfidenceLevel confidence)PersonPerson. displayExtension(DisplayProperties display)Build out this person with a display exension.PersonPerson. evidence(EvidenceReference evidence)PersonPerson. evidence(Person evidence)PersonPerson. extensionElement(Object element)PersonPerson. extracted(Boolean extracted)PersonPerson. fact(Fact fact)Build out this person with a fact.PersonPerson. field(Field field)Build out this person with a field.PersonPerson. gender(Gender gender)Build out this person with a gender.PersonPerson. gender(GenderType gender)Build out this person with a gender.PersonPerson. id(String id)PersonPerson. identifier(Identifier identifier)PersonPerson. lang(String lang)PersonPerson. link(String rel, URI href)PersonPerson. link(Link link)PersonPerson. living(Boolean living)Build out this person with a living flag.PersonPerson. media(SourceDescription media)PersonPerson. media(SourceReference media)PersonPerson. name(String name)Build out this person with a name.PersonPerson. name(Name name)Build out this person with a name.PersonPerson. note(Note note)PersonPerson. persistentId(URI persistentId)Build out this person with a persistent ID.PersonPerson. principal(Boolean principal)Build out this person with a principal flag.PersonPerson. sortKey(String sortKey)PersonPerson. source(SourceDescription source)PersonPerson. source(SourceReference sourceReference)Methods in org.gedcomx.conclusion with parameters of type Person Modifier and Type Method Description voidPerson. embed(Person person)Embed the specified person into this one.PersonPerson. evidence(Person evidence)EventRoleEventRole. person(Person person)Build up this event role with a person.RelationshipRelationship. person1(Person person1)Build out this relationship with a reference to person 1.RelationshipRelationship. 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 Modifier and Type Method Description voidGedcomxLocalReferenceResolver. visitPerson(Person person)voidGedcomxModelVisitor. visitPerson(Person person)voidGedcomxModelVisitorBase. visitPerson(Person person) -
Uses of Person in org.gedcomx.util
Methods in org.gedcomx.util that return Person Modifier and Type Method Description PersonDocMap. getMainPerson()Get the Person described by the main SourceDescription.PersonDocMap. 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.PersonDocMap. getPerson(ResourceReference resourceReference)Get the person from the GedcomX document that has the id given in the URI of the given ResourceReference.PersonDocMap. 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 Modifier and Type Method 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.Methods in org.gedcomx.util with parameters of type Person Modifier and Type Method 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.
-