public class OWLGsonParser extends Object
Constructor and Description |
---|
OWLGsonParser() |
Modifier and Type | Method and Description |
---|---|
Object |
convert() |
Object |
convert(org.semanticweb.owlapi.model.OWLAxiom a) |
Object |
convert(OWLGraphEdge edge) |
Object |
convert(org.semanticweb.owlapi.model.OWLObject obj) |
Object |
convert(org.semanticweb.owlapi.model.OWLOntology ont) |
org.semanticweb.owlapi.model.OWLAxiom |
convertAxiom(Map arg) |
Set<org.semanticweb.owlapi.model.OWLAxiom> |
convertAxioms(Object[] args) |
org.semanticweb.owlapi.model.OWLOntology |
convertOntology(Map<Object,Object> m) |
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 org.semanticweb.owlapi.model.OWLOntology convertOntology(Map<Object,Object> m) throws org.semanticweb.owlapi.model.OWLOntologyCreationException
org.semanticweb.owlapi.model.OWLOntologyCreationException
public org.semanticweb.owlapi.model.OWLAxiom convertAxiom(Map arg)
public Object convert()
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–2015. All rights reserved.