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<OWLAxiom> axioms,
OWLOntologyManager translationManager)
Create a string for the given set of axioms.
|
static Collection<OWLAxiom> |
translate(String axioms,
OWLOntologyManager translationManager)
Parse the axioms from the given axiom string.
|
public static String translate(Collection<OWLAxiom> axioms, OWLOntologyManager translationManager)
axioms - axiomstranslationManager - translationManagertranslate(String, OWLOntologyManager)public static Collection<OWLAxiom> translate(@Nullable String axioms, OWLOntologyManager translationManager)
axioms - axiomstranslationManager - translationManagertranslate(Collection, OWLOntologyManager)Copyright © 2017 The University of Manchester. All rights reserved.