Uses of Class
org.gedcomx.conclusion.Subject
Packages that use Subject
Package
Description
The base GEDCOM X data format.
The conclusion model defines genealogical conclusion data.
-
Uses of Subject in org.gedcomx
Methods in org.gedcomx with type parameters of type SubjectModifier and TypeMethodDescriptionstatic <S extends Subject>
SGedcomx.findSubject(List<S> items, URI ref) Methods in org.gedcomx that return types with arguments of type SubjectModifier and TypeMethodDescriptionGedcomx.subjects()Create a stream of all the subjects of this record.Methods in org.gedcomx with parameters of type SubjectModifier and TypeMethodDescriptionprotected static voidGedcomx.fixupSourceReferences(List<SourceDescription> sds, Subject local) -
Uses of Subject in org.gedcomx.conclusion
Subclasses of Subject in org.gedcomx.conclusionModifier and TypeClassDescriptionclassA historical event.classA person.classA 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.classA relationship between two or more persons.Methods in org.gedcomx.conclusion that return SubjectModifier and TypeMethodDescriptionSubject.analysis(ResourceReference analysis) Subject.attribution(Attribution attribution) Subject.confidence(URI confidence) Subject.confidence(ConfidenceLevel confidence) Subject.evidence(EvidenceReference evidence) Build up this subject with an evidence reference.Subject.extensionElement(Object element) Build up this subject with an extracted flag.Subject.identifier(Identifier identifier) Build up this subject with an identifier.Subject.media(SourceDescription media) Build up this subject with a media reference.Subject.media(SourceReference media) Build up this subject with a media reference.Person.personaReference(EvidenceReference persona) Build up this subject with an persona reference.Subject.source(SourceDescription source) Subject.source(SourceReference sourceReference) Methods in org.gedcomx.conclusion with parameters of type SubjectConstructors in org.gedcomx.conclusion with parameters of type Subject -
Uses of Subject in org.gedcomx.rt
Methods in org.gedcomx.rt with parameters of type SubjectModifier and TypeMethodDescriptionprotected voidGedcomxLocalReferenceResolver.visitSubject(Subject subject) protected voidGedcomxModelVisitorBase.visitSubject(Subject subject)