Uses of Class
org.gedcomx.conclusion.Subject
-
Packages that use Subject Package Description org.gedcomx The base GEDCOM X data format.org.gedcomx.conclusion The conclusion model defines genealogical conclusion data.org.gedcomx.rt -
-
Uses of Subject in org.gedcomx
Methods in org.gedcomx with type parameters of type Subject Modifier and Type Method Description static <S extends Subject>
SGedcomx. findSubject(List<S> items, URI ref)Methods in org.gedcomx that return types with arguments of type Subject Modifier and Type Method Description Stream<Subject>Gedcomx. subjects()Create a stream of all the subjects of this record.Methods in org.gedcomx with parameters of type Subject Modifier and Type Method Description protected static voidGedcomx. fixupSourceReferences(List<SourceDescription> sds, Subject local) -
Uses of Subject in org.gedcomx.conclusion
Subclasses of Subject in org.gedcomx.conclusion Modifier and Type Class Description classEventA historical event.classPersonA person.classPlaceDescriptionA PlaceDescription is used to describe the details of a place in terms of its name and possibly its type, time period, and/or a geospatial description -- a description of a place as a snapshot in time.classRelationshipA relationship between two or more persons.Methods in org.gedcomx.conclusion that return Subject Modifier and Type Method Description SubjectSubject. analysis(ResourceReference analysis)SubjectSubject. analysis(URI analysis)SubjectSubject. analysis(Document analysis)SubjectSubject. attribution(Attribution attribution)SubjectSubject. confidence(URI confidence)SubjectSubject. confidence(ConfidenceLevel confidence)SubjectSubject. evidence(EvidenceReference evidence)Build up this subject with an evidence reference.SubjectSubject. extensionElement(Object element)SubjectSubject. extracted(Boolean extracted)Build up this subject with an extracted flag.SubjectSubject. id(String id)SubjectSubject. identifier(Identifier identifier)Build up this subject with an identifier.SubjectSubject. lang(String lang)SubjectSubject. link(String rel, URI href)SubjectSubject. link(Link link)SubjectSubject. media(SourceDescription media)Build up this subject with a media reference.SubjectSubject. media(SourceReference media)Build up this subject with a media reference.SubjectSubject. note(Note note)SubjectPerson. personaReference(EvidenceReference persona)Build up this subject with an persona reference.SubjectSubject. sortKey(String sortKey)SubjectSubject. source(SourceDescription source)SubjectSubject. source(SourceReference sourceReference)Methods in org.gedcomx.conclusion with parameters of type Subject Modifier and Type Method Description protected voidSubject. embed(Subject subject) -
Uses of Subject in org.gedcomx.rt
Methods in org.gedcomx.rt with parameters of type Subject Modifier and Type Method Description protected voidGedcomxLocalReferenceResolver. visitSubject(Subject subject)protected voidGedcomxModelVisitorBase. visitSubject(Subject subject)
-