public class ImportChainDotWriter extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ImportChainDotWriter.UnExpectedStructureException |
Constructor and Description |
---|
ImportChainDotWriter(OWLGraphWrapper graph)
Create a new writer for the given ontology and reasoner.
|
Modifier and Type | Method and Description |
---|---|
protected void |
appendLine(CharSequence line) |
protected void |
close() |
protected void |
open(String fn) |
void |
renderDot(Collection<org.semanticweb.owlapi.model.OWLOntology> onts,
String name,
String fn,
boolean renderKey) |
void |
renderDot(org.semanticweb.owlapi.model.OWLOntology rootOnt,
Collection<org.semanticweb.owlapi.model.OWLOntology> onts,
String name,
String fn,
boolean renderKey)
Render a dot file for the given ontologies (aka set of annotations).
|
void |
renderDot(org.semanticweb.owlapi.model.OWLOntology ont,
String name,
String fn,
boolean renderKey) |
public ImportChainDotWriter(OWLGraphWrapper graph)
graph
- public void renderDot(org.semanticweb.owlapi.model.OWLOntology ont, String name, String fn, boolean renderKey) throws IOException, ImportChainDotWriter.UnExpectedStructureException
public void renderDot(Collection<org.semanticweb.owlapi.model.OWLOntology> onts, String name, String fn, boolean renderKey) throws IOException, ImportChainDotWriter.UnExpectedStructureException
public void renderDot(org.semanticweb.owlapi.model.OWLOntology rootOnt, Collection<org.semanticweb.owlapi.model.OWLOntology> onts, String name, String fn, boolean renderKey) throws IOException, ImportChainDotWriter.UnExpectedStructureException
rootOnt
- onts
- name
- name of the graph to be used in the dot file (optional)fn
- renderKey
- IOException
ImportChainDotWriter.UnExpectedStructureException
- thrown, if there are unexpected axioms.protected void open(String fn) throws IOException
IOException
protected void close()
protected void appendLine(CharSequence line) throws IOException
IOException
Copyright © 2010–2015. All rights reserved.