public class PseudoRdfXmlWriter extends AbstractXmlWriter
Modifier and Type | Class and Description |
---|---|
static interface |
PseudoRdfXmlWriter.ProgressReporter |
Constructor and Description |
---|
PseudoRdfXmlWriter() |
Modifier and Type | Method and Description |
---|---|
void |
setProgressReporter(PseudoRdfXmlWriter.ProgressReporter reporter) |
void |
write(OutputStream stream,
OWLGraphWrapper graph,
List<GafDocument> gafs)
Write a pseudo RDF XML for the given ontology and gene annotations.
|
createWriter
public void setProgressReporter(PseudoRdfXmlWriter.ProgressReporter reporter)
public void write(OutputStream stream, OWLGraphWrapper graph, List<GafDocument> gafs) throws IOException
stream
- graph
- the ontologygafs
- (optional) list of gaf documents or nullIOException
Copyright © 2010–2015. All rights reserved.