org.gedcomx.conversion
Interface GedcomxConversionResult

All Known Implementing Classes:
DefaultGedcomxConversionResult

public interface GedcomxConversionResult


Method Summary
 void addOrganization(org.gedcomx.agent.Agent organization)
           
 void addPerson(org.gedcomx.conclusion.Person person)
           
 void addRelationship(org.gedcomx.conclusion.Relationship relationship)
           
 void addSourceDescription(org.gedcomx.source.SourceDescription description)
           
 org.gedcomx.Gedcomx getDataset()
           
 org.gedcomx.agent.Agent getDatasetContributor()
           
 void setDatasetContributor(org.gedcomx.agent.Agent person)
           
 

Method Detail

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.