public interface BioPAXIOHandler
| Modifier and Type | Method and Description |
|---|---|
Model |
convertFromOWL(InputStream in)
This method will read the OWL document given by the input stream
and will convert it into an in memory BioPAX model.
|
void |
convertToOWL(Model model,
OutputStream outputStream)
This method will write the model to the output stream.
|
void |
convertToOWL(Model model,
OutputStream outputStream,
String... ids)
This method will "excise" a new model from the given model that contains
the objects with given ids and their dependents.
|
void |
fixReusedPEPs(boolean fixReusedPEPs)
This option is only applicable two level 2 models.
|
EditorMap |
getEditorMap() |
BioPAXFactory |
getFactory() |
BioPAXLevel |
getLevel() |
boolean |
isFixReusedPEPs()
This option is only applicable two level 2 models.
|
void |
setEditorMap(EditorMap editorMap) |
void |
setFactory(BioPAXFactory factory) |
void fixReusedPEPs(boolean fixReusedPEPs)
fixReusedPEPs - true or falseModel convertFromOWL(InputStream in)
in - a BioPAX data input stream (RDF/XML format)void convertToOWL(Model model, OutputStream outputStream)
model - a BioPAX modeloutputStream - output streamboolean isFixReusedPEPs()
BioPAXFactory getFactory()
void setFactory(BioPAXFactory factory)
factory - used for creating objectsEditorMap getEditorMap()
void setEditorMap(EditorMap editorMap)
editorMap - used for this handler.BioPAXLevel getLevel()
void convertToOWL(Model model, OutputStream outputStream, String... ids)
model - BioPAX object model to be exported to the output stream as RDF/XMLoutputStream - the streamids - optional list of absolute URIs of BioPAX objects - roots/seeds for extracting a sub-model to be exportedCopyright © 2016 BioPAX. All rights reserved.