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 extends SWRLAtom>, Set extends SWRLAtom>)
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 extends SWRLAtom>, Set extends SWRLAtom>)
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 extends SWRLAtom>, Set extends SWRLAtom>)
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 extends SWRLAtom>, Set extends SWRLAtom>)
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. |