Class FunctionalSyntaxForAxiomsOnlyParser
java.lang.Object
org.semanticweb.owlapi.functional.parser.FunctionalSyntaxForAxiomsOnlyParser
A parser to extract only axioms from an ontology (for use by OBO for functional representation of
untranslatable axioms).
- Since:
- 6.0.0
- Author:
- Ignazio Palmisano
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
parse
(OWLOntology o, OWLOntologyLoaderConfiguration config, String content)
-
Constructor Details
-
FunctionalSyntaxForAxiomsOnlyParser
public FunctionalSyntaxForAxiomsOnlyParser()
-
-
Method Details
-
parse
- Parameters:
o
- ontology to add axioms toconfig
- configurationcontent
- content
-