public class OwlStringTools extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OwlStringTools.OwlStringException
Exception indicating an un-recoverable error during the handling of axiom
strings.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
translate(Collection<org.semanticweb.owlapi.model.OWLAxiom> axioms,
org.semanticweb.owlapi.model.OWLOntologyManager translationManager)
Create a string for the given set of axioms.
|
static Collection<org.semanticweb.owlapi.model.OWLAxiom> |
translate(String axioms,
org.semanticweb.owlapi.model.OWLOntologyManager translationManager)
Parse the axioms from the given axiom string.
|
public static String translate(Collection<org.semanticweb.owlapi.model.OWLAxiom> axioms, org.semanticweb.owlapi.model.OWLOntologyManager translationManager)
axioms - axiomstranslationManager - translationManagertranslate(String, OWLOntologyManager)public static Collection<org.semanticweb.owlapi.model.OWLAxiom> translate(@Nullable String axioms, org.semanticweb.owlapi.model.OWLOntologyManager translationManager)
axioms - axiomstranslationManager - translationManagertranslate(Collection, OWLOntologyManager)Copyright © 2010–2017 The University of Manchester. All rights reserved.