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)
Create a string for the given set of axioms. 
 | 
static String | 
translate(Collection<OWLAxiom> axioms,
         OWLOntologyManager translationManager)
Deprecated. 
 
 | 
static void | 
translate(String axioms,
         OWLOntology o)
Parse the axioms from the given axiom string. 
 | 
static Collection<OWLAxiom> | 
translate(String axioms,
         OWLOntologyManager translationManager)
Parse the axioms from the given axiom string. 
 | 
@Deprecated public static String translate(Collection<OWLAxiom> axioms, OWLOntologyManager translationManager)
translate(Collection)axioms - axiomstranslationManager - translation managerpublic static String translate(Collection<OWLAxiom> axioms)
axioms - axiomstranslate(String, OWLOntologyManager)public static Collection<OWLAxiom> translate(@Nullable String axioms, OWLOntologyManager translationManager)
axioms - axiomstranslationManager - translation managertranslate(Collection, OWLOntologyManager)public static void translate(@Nullable String axioms, OWLOntology o)
axioms - axiomso - ontology that will accept the axiomstranslate(Collection, OWLOntologyManager)Copyright © 2020 The University of Manchester. All rights reserved.