org.gedcomx.conversion
Interface GedcomxConversionResult
- All Known Implementing Classes:
- DefaultGedcomxConversionResult
public interface GedcomxConversionResult
getDataset
org.gedcomx.Gedcomx getDataset()
getDatasetContributor
org.gedcomx.agent.Agent getDatasetContributor()
setDatasetContributor
void setDatasetContributor(org.gedcomx.agent.Agent person)
throws IOException
- Throws:
IOException
addPerson
void addPerson(org.gedcomx.conclusion.Person person)
throws IOException
- Throws:
IOException
addRelationship
void addRelationship(org.gedcomx.conclusion.Relationship relationship)
throws IOException
- Throws:
IOException
addSourceDescription
void addSourceDescription(org.gedcomx.source.SourceDescription description)
throws IOException
- Throws:
IOException
addOrganization
void addOrganization(org.gedcomx.agent.Agent organization)
throws IOException
- Throws:
IOException
Copyright © 2016. All rights reserved.