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.
|
| Constructor and Description |
|---|
OwlStringTools() |
| Modifier and Type | Method and Description |
|---|---|
static String |
translate(Set<org.semanticweb.owlapi.model.OWLAxiom> axioms,
org.semanticweb.owlapi.model.OWLOntologyManager translationManager)
Create a string for the given set of axioms.
|
static Set<org.semanticweb.owlapi.model.OWLAxiom> |
translate(String axioms,
org.semanticweb.owlapi.model.OWLOntologyManager translationManager)
Parse the axioms from the given axiom string.
|
@Nullable public static String translate(@Nullable Set<org.semanticweb.owlapi.model.OWLAxiom> axioms, @Nonnull org.semanticweb.owlapi.model.OWLOntologyManager translationManager) throws OwlStringTools.OwlStringException
axioms - axiomstranslationManager - translationManagerOwlStringTools.OwlStringException - OwlStringExceptiontranslate(String, OWLOntologyManager)@Nullable public static Set<org.semanticweb.owlapi.model.OWLAxiom> translate(@Nullable String axioms, @Nonnull org.semanticweb.owlapi.model.OWLOntologyManager translationManager) throws OwlStringTools.OwlStringException
axioms - axiomstranslationManager - translationManagerOwlStringTools.OwlStringException - OwlStringExceptiontranslate(Set,OWLOntologyManager)Copyright © 2010–2018 The University of Manchester. All rights reserved.