public final class JenaIOHandler extends BioPAXIOHandlerAdapter
com.hp.hpl.jena
package.| Constructor and Description |
|---|
JenaIOHandler()
If set to true, "error-mode: strict" option will be passed to Jena reader.
|
JenaIOHandler(BioPAXFactory factory,
BioPAXLevel level) |
JenaIOHandler(BioPAXLevel level) |
| Modifier and Type | Method and Description |
|---|---|
void |
convertToOWL(Model model,
OutputStream outputStream)
Writes a model in OWL format using the an output stream.
|
protected void |
createAndBind(Model model) |
protected void |
init(InputStream in) |
com.hp.hpl.jena.ontology.OntModel |
readJenaModel(InputStream in) |
protected Map<String,String> |
readNameSpaces() |
protected void |
resetEditorMap() |
bindValue, convertFromMultipleOwlFiles, convertFromOWL, convertToOWL, createAndAdd, fixReusedPEPs, getEditorMap, getFactory, getLevel, getRDFCommentEditor, getReusedPEPHelper, isConvertingFromLevel1ToLevel2, isFixReusedPEPs, isTreatNilAsNull, L1ToL2Fixes, reset, resetLevel, resourceFixes, setConvertingFromLevel1ToLevel2, setEditorMap, setFactory, treatNilAsNullpublic JenaIOHandler()
public JenaIOHandler(BioPAXLevel level)
public JenaIOHandler(BioPAXFactory factory, BioPAXLevel level)
protected void resetEditorMap()
resetEditorMap in class BioPAXIOHandlerAdapterprotected void init(InputStream in)
init in class BioPAXIOHandlerAdapterprotected Map<String,String> readNameSpaces()
readNameSpaces in class BioPAXIOHandlerAdapterprotected void createAndBind(Model model)
createAndBind in class BioPAXIOHandlerAdapterpublic void convertToOWL(Model model, OutputStream outputStream)
model - model to be converted into OWL formatoutputStream - output stream to which the model will be writtenpublic com.hp.hpl.jena.ontology.OntModel readJenaModel(InputStream in)
Copyright © 2015 BioPAX. All rights reserved.