public abstract class Dumper extends Object
Modifier and Type | Field and Description |
---|---|
protected Set<GafDocument> |
gafdocs |
protected OWLGraphWrapper |
graph |
protected List<String> |
problems |
protected String |
targetDirectory |
Constructor and Description |
---|
Dumper() |
Modifier and Type | Method and Description |
---|---|
void |
addGafDocument(GafDocument gd) |
protected void |
addProblem(String m) |
abstract void |
dump()
dumps all data
|
Set<GafDocument> |
getGafdocs() |
String |
getTargetDirectory() |
void |
reportProblems() |
void |
setGafdocs(Set<GafDocument> gafdocs) |
void |
setTargetDirectory(String targetDirectory) |
protected OWLGraphWrapper graph
protected String targetDirectory
protected Set<GafDocument> gafdocs
public String getTargetDirectory()
public void setTargetDirectory(String targetDirectory)
targetDirectory
- public void addGafDocument(GafDocument gd)
gd
- public Set<GafDocument> getGafdocs()
public void setGafdocs(Set<GafDocument> gafdocs)
gafdocs
- public abstract void dump() throws IOException, ReferentialIntegrityException
protected void addProblem(String m)
public void reportProblems()
Copyright © 2010-2015. All Rights Reserved.