Uses of Class
org.gedcomx.conclusion.Document
Packages that use Document
Package
Description
The base GEDCOM X data format.
The conclusion model defines genealogical conclusion data.
The sources model.
-
Uses of Document in org.gedcomx
Methods in org.gedcomx that return types with arguments of type DocumentModifier and TypeMethodDescriptionGedcomx.documents()Create a stream of the documents in this data set.Gedcomx.getDocuments()The documents included in this genealogical data set.Methods in org.gedcomx with parameters of type DocumentModifier and TypeMethodDescriptionvoidGedcomx.addDocument(Document document) Add a document to the data set.Build this out with a document.Method parameters in org.gedcomx with type arguments of type DocumentModifier and TypeMethodDescriptionvoidGedcomx.setDocuments(List<Document> documents) The documents included in this genealogical data set. -
Uses of Document in org.gedcomx.conclusion
Methods in org.gedcomx.conclusion that return DocumentModifier and TypeMethodDescriptionDocument.analysis(ResourceReference analysis) Document.attribution(Attribution attribution) Document.confidence(URI confidence) Document.confidence(ConfidenceLevel confidence) Document.extensionElement(Object element) Build up this document with an extracted flag.Document.source(SourceDescription source) Document.source(SourceReference sourceReference) Build up this document with some text.Build up this document with a text type.Build up this document with a type.Document.type(DocumentType type) Build up this document with a type.Methods in org.gedcomx.conclusion with parameters of type DocumentModifier and TypeMethodDescriptionAdd a reference to the analysis for this conclusion.voidEmbed a document.Constructors in org.gedcomx.conclusion with parameters of type Document -
Uses of Document in org.gedcomx.records
Methods in org.gedcomx.records with parameters of type Document -
Uses of Document in org.gedcomx.rt
Methods in org.gedcomx.rt with parameters of type DocumentModifier and TypeMethodDescriptionvoidGedcomxLocalReferenceResolver.visitDocument(Document document) voidGedcomxModelVisitor.visitDocument(Document document) voidGedcomxModelVisitorBase.visitDocument(Document document)