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