Class OWLUtils


  • @Deprecated
    public class OWLUtils
    extends java.lang.Object
    Deprecated.
    since 2.6.1
    All methods here are redundant or bugged.s
    Since:
    2.5.1
    • Constructor Summary

      Constructors 
      Constructor Description
      OWLUtils()
      Deprecated.
       
    • Method Summary

      All Methods Static Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      static OWLGroup getOwlManagerGroup()
      Deprecated.
      static java.lang.String iriModel2iri​(java.lang.String iri)
      Deprecated.
      use IRIUtils.iriModel2iri
      static void loadDirectory​(java.io.File directory)
      Deprecated.
      static java.lang.String ontology2filename​(org.semanticweb.owlapi.model.OWLOntology ontology)
      Deprecated.
      static java.lang.String ontology2filename​(org.semanticweb.owlapi.model.OWLOntologyID ontId)
      Deprecated.
      • Methods inherited from class java.lang.Object

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

      • OWLUtils

        public OWLUtils()
        Deprecated.
    • Method Detail

      • iriModel2iri

        @Deprecated
        public static java.lang.String iriModel2iri​(java.lang.String iri)
        Deprecated.
        use IRIUtils.iriModel2iri
        Parameters:
        iri - an iri that is potentially valid or with a namespace separator.
        Returns:
        The iri without the part that show the namespace as separate object as the individual name.
        Since:
        2.5.1
      • getOwlManagerGroup

        @Deprecated
        public static OWLGroup getOwlManagerGroup()
        Deprecated.
      • loadDirectory

        @Deprecated
        public static void loadDirectory​(java.io.File directory)
        Deprecated.
      • ontology2filename

        @Deprecated
        public static java.lang.String ontology2filename​(org.semanticweb.owlapi.model.OWLOntologyID ontId)
        Deprecated.
      • ontology2filename

        @Deprecated
        public static java.lang.String ontology2filename​(org.semanticweb.owlapi.model.OWLOntology ontology)
        Deprecated.