Deprecated API


Contents
Deprecated Methods
org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary.getArity()
          Use getMinArity and getMaxArity instead 
uk.ac.manchester.cs.owlapi.dlsyntax.parser.SimpleCharStream.getColumn()
           
org.coode.owlapi.functionalparser.SimpleCharStream.getColumn()
           
de.uulm.ecs.ai.owlapi.krssparser.SimpleCharStream.getColumn()
            
org.coode.owl.krssparser.SimpleCharStream.getColumn()
            
org.coode.owlapi.obo.parser.SimpleCharStream.getColumn()
            
uk.ac.manchester.cs.owl.owlapi.turtle.parser.SimpleCharStream.getColumn()
           
uk.ac.manchester.cs.owlapi.dlsyntax.parser.SimpleCharStream.getLine()
           
org.coode.owlapi.functionalparser.SimpleCharStream.getLine()
           
de.uulm.ecs.ai.owlapi.krssparser.SimpleCharStream.getLine()
            
org.coode.owl.krssparser.SimpleCharStream.getLine()
            
org.coode.owlapi.obo.parser.SimpleCharStream.getLine()
            
uk.ac.manchester.cs.owl.owlapi.turtle.parser.SimpleCharStream.getLine()
           
org.semanticweb.owlapi.model.OWLDataFactory.getOWLStringLiteral(String)
          Use OWLDataFactory.getOWLLiteral(String, String) with the second parameter as the empty string (""). Gets a string literal without a language tag. 
uk.ac.manchester.cs.owl.owlapi.OWLDataFactoryImpl.getOWLStringLiteral(String)
          Use OWLDataFactoryImpl.getOWLLiteral(String, String) with the second parameter as the empty string (""). Gets a string literal without a language tag. 
org.semanticweb.owlapi.model.OWLDataFactory.getOWLStringLiteral(String, String)
          Use OWLDataFactory.getOWLLiteral(String, String) Gets an OWLStringLiteral with a language tag. 
uk.ac.manchester.cs.owl.owlapi.OWLDataFactoryImpl.getOWLStringLiteral(String, String)
          Use OWLDataFactoryImpl.getOWLLiteral(String, String) Gets an OWLStringLiteral with a language tag. 
org.semanticweb.owlapi.model.OWLDataFactory.getOWLTypedLiteral(boolean)
          Use OWLDataFactory.getOWLLiteral(boolean) Convenience method that obtains a literal typed as a boolean. 
uk.ac.manchester.cs.owl.owlapi.OWLDataFactoryImpl.getOWLTypedLiteral(boolean)
          Use OWLDataFactoryImpl.getOWLLiteral(boolean) Convenience method that obtains a literal typed as a boolean. 
org.semanticweb.owlapi.model.OWLDataFactory.getOWLTypedLiteral(double)
          Use OWLDataFactory.getOWLLiteral(double) Convenience method that obtains a literal typed as a double. 
uk.ac.manchester.cs.owl.owlapi.OWLDataFactoryImpl.getOWLTypedLiteral(double)
          Use OWLDataFactoryImpl.getOWLLiteral(double) Convenience method that obtains a literal typed as a double. 
org.semanticweb.owlapi.model.OWLDataFactory.getOWLTypedLiteral(float)
          Use OWLDataFactory.getOWLLiteral(float) Convenience method that obtains a literal typed as a float. 
uk.ac.manchester.cs.owl.owlapi.OWLDataFactoryImpl.getOWLTypedLiteral(float)
          Use OWLDataFactoryImpl.getOWLLiteral(float) Convenience method that obtains a literal typed as a float. 
org.semanticweb.owlapi.model.OWLDataFactory.getOWLTypedLiteral(int)
          Use OWLDataFactory.getOWLLiteral(int) Convenience method that obtains a literal typed as an integer. 
uk.ac.manchester.cs.owl.owlapi.OWLDataFactoryImpl.getOWLTypedLiteral(int)
          Use OWLDataFactoryImpl.getOWLLiteral(int) Convenience method that obtains a literal typed as an integer. 
org.semanticweb.owlapi.model.OWLDataFactory.getOWLTypedLiteral(String)
          Use OWLDataFactory.getOWLLiteral(String) Convenience method that obtains a literal typed as a string. 
uk.ac.manchester.cs.owl.owlapi.OWLDataFactoryImpl.getOWLTypedLiteral(String)
          Use OWLDataFactoryImpl.getOWLLiteral(String) Convenience method that obtains a literal typed as a string. 
org.semanticweb.owlapi.model.OWLDataFactory.getOWLTypedLiteral(String, OWL2Datatype)
          Use OWLDataFactory.getOWLLiteral(String, org.semanticweb.owlapi.vocab.OWL2Datatype) Creates a typed literal that has the specified OWL 2 Datatype as its datatype 
uk.ac.manchester.cs.owl.owlapi.OWLDataFactoryImpl.getOWLTypedLiteral(String, OWL2Datatype)
          Use OWLDataFactoryImpl.getOWLLiteral(String, org.semanticweb.owlapi.vocab.OWL2Datatype) Creates a typed literal that has the specified OWL 2 Datatype as its datatype 
org.semanticweb.owlapi.model.OWLDataFactory.getOWLTypedLiteral(String, OWLDatatype)
          Use OWLDataFactory.getOWLLiteral(String, OWLDatatype) 
uk.ac.manchester.cs.owl.owlapi.OWLDataFactoryImpl.getOWLTypedLiteral(String, OWLDatatype)
          Use OWLDataFactoryImpl.getOWLLiteral(String, org.semanticweb.owlapi.model.OWLDatatype) 
org.semanticweb.owlapi.model.SWRLDataFactory.getSWRLRule(IRI, Set, Set)
          Use either SWRLDataFactory.getSWRLRule(java.util.Set, java.util.Set, java.util.Set) or SWRLDataFactory.getSWRLRule(java.util.Set, java.util.Set) instead. 
uk.ac.manchester.cs.owl.owlapi.OWLDataFactoryImpl.getSWRLRule(IRI, Set, Set)
          Use either OWLDataFactoryImpl.getSWRLRule(java.util.Set, java.util.Set, java.util.Set) or OWLDataFactoryImpl.getSWRLRule(java.util.Set, java.util.Set) instead. Gets a SWRL rule which is named with a URI 
org.semanticweb.owlapi.model.SWRLDataFactory.getSWRLRule(NodeID, Set, Set)
          Use either SWRLDataFactory.getSWRLRule(java.util.Set, java.util.Set, java.util.Set) or SWRLDataFactory.getSWRLRule(java.util.Set, java.util.Set) instead. 
uk.ac.manchester.cs.owl.owlapi.OWLDataFactoryImpl.getSWRLRule(NodeID, Set, Set)
          Use either OWLDataFactoryImpl.getSWRLRule(java.util.Set, java.util.Set, java.util.Set) or OWLDataFactoryImpl.getSWRLRule(java.util.Set, java.util.Set) instead. 
org.semanticweb.owlapi.vocab.OWLRDFVocabulary.getURI()
          Use getIRI() instead. 
 

Deprecated Enum Constants
uk.ac.manchester.cs.owlapi.modularity.ModuleType.BOT_OF_TOP
          Module type representing bottom-of-top modules (aka upper-of-lower modules). 
org.semanticweb.owlapi.vocab.OWLRDFVocabulary.OWL_ANTI_SYMMETRIC_PROPERTY
          For backwards compatibility only 
org.semanticweb.owlapi.vocab.OWLRDFVocabulary.OWL_DECLARED_AS
          For backwards compatibility only 
org.semanticweb.owlapi.vocab.OWLRDFVocabulary.OWL_NEGATIVE_DATA_PROPERTY_ASSERTION
          For backwards compatibility only 
org.semanticweb.owlapi.vocab.OWLRDFVocabulary.OWL_NEGATIVE_OBJECT_PROPERTY_ASSERTION
          For backwards compatibility only 
org.semanticweb.owlapi.vocab.OWLRDFVocabulary.OWL_SELF_RESTRICTION
          For backwards compatibility only 
uk.ac.manchester.cs.owlapi.modularity.ModuleType.TOP_OF_BOT
          Module type representing top-of-bottom modules (aka lower-of-upper modules).