Package openllet.owlapi
Class OWLUtils
- java.lang.Object
-
- openllet.owlapi.OWLUtils
-
@Deprecated public class OWLUtils extends java.lang.ObjectDeprecated.since 2.6.1All 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 OWLGroupgetOwlManagerGroup()Deprecated.static java.lang.StringiriModel2iri(java.lang.String iri)Deprecated.use IRIUtils.iriModel2iristatic voidloadDirectory(java.io.File directory)Deprecated.static java.lang.Stringontology2filename(org.semanticweb.owlapi.model.OWLOntology ontology)Deprecated.static java.lang.Stringontology2filename(org.semanticweb.owlapi.model.OWLOntologyID ontId)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.
-
-