public class OWLGsonRenderer extends Object
Constructor and Description |
---|
OWLGsonRenderer(PrintWriter writer) |
Modifier and Type | Method and Description |
---|---|
Object |
convert(org.semanticweb.owlapi.model.OWLAxiom a) |
Object |
convert(OWLGraphEdge edge) |
Object |
convert(org.semanticweb.owlapi.model.OWLImportsDeclaration obj) |
Object |
convert(org.semanticweb.owlapi.model.OWLObject obj) |
Object |
convert(org.semanticweb.owlapi.model.OWLOntology ont) |
void |
flush() |
static void |
main(String[] args) |
void |
render(org.semanticweb.owlapi.model.OWLAxiom a) |
void |
render(OWLGraphEdge a) |
void |
render(org.semanticweb.owlapi.model.OWLOntology a) |
void |
render(Set a) |
public OWLGsonRenderer(PrintWriter writer)
public Object convert(org.semanticweb.owlapi.model.OWLImportsDeclaration obj)
public Object convert(org.semanticweb.owlapi.model.OWLObject obj)
public Object convert(org.semanticweb.owlapi.model.OWLOntology ont)
public Object convert(org.semanticweb.owlapi.model.OWLAxiom a)
a
- public void render(org.semanticweb.owlapi.model.OWLAxiom a)
public void render(OWLGraphEdge a)
public void render(org.semanticweb.owlapi.model.OWLOntology a)
public void render(Set a)
public void flush()
public Object convert(OWLGraphEdge edge)
Copyright © 2010–2016. All rights reserved.