|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.dllearner.utilities.owl.OWLAPIRenderers
public class OWLAPIRenderers
A collection of various render methods provided by OWL API.
| Constructor Summary | |
|---|---|
OWLAPIRenderers()
|
|
| Method Summary | |
|---|---|
static String |
toManchesterOWLSyntax(org.semanticweb.owlapi.model.OWLAxiom description)
Converts an OWL API axiom to a Manchester OWL syntax string. |
static String |
toManchesterOWLSyntax(org.semanticweb.owlapi.model.OWLClassExpression description)
Converts an OWL API description to a Manchester OWL syntax string. |
static String |
toOWLXMLSyntax(Axiom axiom)
|
static String |
toOWLXMLSyntax(org.semanticweb.owlapi.model.OWLAxiom axiom)
|
static String |
toOWLXMLSyntax(org.semanticweb.owlapi.model.OWLClassExpression description)
Converts an OWL API description to an OWL/XML syntax string. |
static String |
toRDFXMLSyntax(Axiom axiom)
|
static String |
toRDFXMLSyntax(org.semanticweb.owlapi.model.OWLAxiom axiom)
|
static String |
toTurtleSyntax(Axiom axiom)
|
static String |
toTurtleSyntax(Axiom axiom,
boolean shortVersion)
|
static String |
toTurtleSyntax(org.semanticweb.owlapi.model.OWLAxiom axiom,
boolean shortVersion)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OWLAPIRenderers()
| Method Detail |
|---|
public static String toManchesterOWLSyntax(org.semanticweb.owlapi.model.OWLAxiom description)
description - Input OWLAxiom.
public static String toManchesterOWLSyntax(org.semanticweb.owlapi.model.OWLClassExpression description)
description - Input OWLDescription.
public static String toOWLXMLSyntax(org.semanticweb.owlapi.model.OWLClassExpression description)
description - Input OWLDescription.
public static String toOWLXMLSyntax(Axiom axiom)
public static String toOWLXMLSyntax(org.semanticweb.owlapi.model.OWLAxiom axiom)
public static String toRDFXMLSyntax(Axiom axiom)
public static String toRDFXMLSyntax(org.semanticweb.owlapi.model.OWLAxiom axiom)
public static String toTurtleSyntax(Axiom axiom)
public static String toTurtleSyntax(Axiom axiom,
boolean shortVersion)
public static String toTurtleSyntax(org.semanticweb.owlapi.model.OWLAxiom axiom,
boolean shortVersion)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||