Class OWLFunctionalSyntax


  • public class OWLFunctionalSyntax
    extends java.lang.Object
    Load and ontology in functional syntax.
    Since:
    2.6.3
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.Optional<org.semanticweb.owlapi.model.OWLOntology> load​(java.io.File file, org.semanticweb.owlapi.model.OWLOntologyManager manager, java.util.Optional<org.semanticweb.owlapi.model.OWLOntologyID> ontologyId)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OWLFunctionalSyntax

        public OWLFunctionalSyntax()
    • Method Detail

      • load

        public static java.util.Optional<org.semanticweb.owlapi.model.OWLOntology> load​(java.io.File file,
                                                                                        org.semanticweb.owlapi.model.OWLOntologyManager manager,
                                                                                        java.util.Optional<org.semanticweb.owlapi.model.OWLOntologyID> ontologyId)