Deprecated API


Contents
Deprecated Fields
uk.ac.manchester.cs.owl.inference.dig11.HTTPReasonerImpl.log
          Use DIGReasonerPreferences to set logging 
 

Deprecated Methods
org.semanticweb.owl.model.OWLOntology.getAntiSymmetricObjectPropertyAxiom(OWLObjectPropertyExpression)
          use getAsymmetricObjectPropertyAxiom instead. 
com.clarkparsia.explanation.HSTExplanationGenerator.getOntology()
            
com.clarkparsia.explanation.SingleExplanationGenerator.getOntology()
          Not valid anymore since explanations are generated with respect to a set of ontologies 
org.semanticweb.owl.model.OWLObjectPropertyExpression.isAntiSymmetric(OWLOntology)
          use isAsymmetric instead. 
org.semanticweb.owl.model.OWLObjectPropertyExpression.isAntiSymmetric(Set)
          use isAsymmetric instead. 
 

Deprecated Enum Constants
org.semanticweb.owl.vocab.OWLXMLVocabulary.ANTI_SYMMETRIC_OBJECT_PROPERTY
          Use AsymmetricObjectProperty instead.