Deprecated API


Contents
Deprecated Interfaces
org.mindswap.pellet.datatypes.Datatype
          Use Datatype instead 
 

Deprecated Classes
org.mindswap.pellet.datatypes.DatatypeReasoner
          Use DatatypeReasoner instead 
org.mindswap.pellet.utils.GenericIntervalList
          Use DiscreteInterval instead 
pellet.PelletDIG
          DIG functionality is deprecated and will be remove in the next major release 
org.mindswap.pellet.dig.PelletDIGServer
          DIG functionality is deprecated and will be remove in the next major release 
com.clarkparsia.pellet.owlapiv3.Reasoner
           
 

Deprecated Fields
org.mindswap.pellet.Role.ANNOTATION
           
org.mindswap.pellet.utils.ATermUtils.ANTISYMMETRICFUN
          Use ATermUtils.ASYMMETRICFUN 
org.mindswap.pellet.jena.vocabulary.OWL2.AntisymmetricProperty
            
org.mindswap.pellet.Role.DATATYPE
           
org.mindswap.pellet.PelletOptions.DEFAULT_COMPLETION_STRATEGY
           
org.mindswap.pellet.jena.vocabulary.OWL2.disjointDataProperties
            
org.mindswap.pellet.jena.vocabulary.OWL2.disjointObjectProperties
            
org.mindswap.pellet.jena.vocabulary.OWL2.enumeration
            
org.mindswap.pellet.jena.vocabulary.SWRL.Impl
          Correct term is SWRL.Imp 
org.mindswap.pellet.jena.vocabulary.OWL2.NegativeDataPropertyAssertion
            
org.mindswap.pellet.jena.vocabulary.OWL2.NegativeObjectPropertyAssertion
            
org.mindswap.pellet.Role.OBJECT
           
org.mindswap.pellet.Role.ONTOLOGY
           
org.mindswap.pellet.jena.vocabulary.OWL2.propertyChain
          Not in OWL 2 spec, only in earlier drafts. 
org.mindswap.pellet.PelletOptions.RETURN_DEDUCTIONS_GRAPH
          This option is introduced as a temporary solution for backward compatibility and is scheduled to be removed in future releases. One should avoid using InfGraph.getDeductionsGraph() (similarly InfModel.getDeductionsModel()) with Pellet. Model.listStatements() can be used to retrieve all the asserted and inferred statements. 
org.mindswap.pellet.jena.vocabulary.OWL2.SelfRestriction
          Not in OWL 2 spec, was in OWL 1.1. Use OWL2.hasSelf 
org.mindswap.pellet.Role.TYPES
           
org.mindswap.pellet.Role.UNTYPED
           
org.mindswap.pellet.PelletOptions.USE_NAIVE_QUERY_ENGINE
           
org.mindswap.pellet.jena.vocabulary.OWL2.whiteSpace
            
 

Deprecated Methods
org.mindswap.pellet.KnowledgeBase.addAntisymmetricProperty(ATermAppl)
          Use KnowledgeBase.addAsymmetricProperty(ATermAppl) 
org.mindswap.pellet.KnowledgeBase.addDataPropertyValue(ATermAppl, ATermAppl, ATermAppl)
          Use addPropertyValue instead 
org.mindswap.pellet.KnowledgeBase.addObjectPropertyValue(ATermAppl, ATermAppl, ATermAppl)
          Use addPropertyValue instead 
org.mindswap.pellet.KnowledgeBase.addOntologyProperty(ATermAppl)
           
org.mindswap.pellet.RBox.addOntologyRole(ATermAppl)
           
org.mindswap.pellet.output.TableData.addRow(List)
          Use TableData.add(List) instead 
com.clarkparsia.owlapiv3.OWL.allValuesFrom(OWLObjectPropertyExpression, OWLClassExpression)
          Use OWL.all(OWLObjectPropertyExpression, OWLClassExpression) instead 
com.clarkparsia.owlapi.OWL.allValuesFrom(OWLObjectPropertyExpression, OWLDescription)
          Use OWL.all(OWLObjectPropertyExpression, OWLDescription) instead 
com.clarkparsia.owlapi.OWL.antiSymmetric(OWLObjectPropertyExpression)
          Use OWL.asymmetric(OWLObjectPropertyExpression) instead 
org.mindswap.pellet.utils.progress.ConsoleProgressMonitor.calcElapsedTime()
           
com.clarkparsia.owlapi.OWL.cardinality(OWLDataProperty, int)
            
com.clarkparsia.owlapi.OWL.cardinality(OWLObjectProperty, int)
            
com.clarkparsia.owlapi.OWL.cardinality(OWLObjectProperty, int, OWLDescription)
            
com.clarkparsia.owlapiv3.OWL.complementOf(OWLClassExpression)
          Use OWL.not(OWLClassExpression) instead 
com.clarkparsia.owlapi.OWL.complementOf(OWLDescription)
          Use OWL.not(OWLDescription) instead 
com.clarkparsia.pellet.sparqldl.jena.SparqlDLExecutionFactory.createBasicExecution(Query, Dataset)
          Use SparqlDLExecutionFactory.createPelletExecution(Query, Dataset) instead 
com.clarkparsia.pellet.sparqldl.jena.SparqlDLExecutionFactory.createBasicExecution(Query, Model)
          Use SparqlDLExecutionFactory.createPelletExecution(Query, Model) instead 
org.mindswap.pellet.KnowledgeBase.getAboxDataRoleAssertions()
          Use KnowledgeBase.getABoxAssertions(org.mindswap.pellet.KnowledgeBase.AssertionType) instead 
org.mindswap.pellet.KnowledgeBase.getAboxMembershipAssertions()
          Use KnowledgeBase.getABoxAssertions(org.mindswap.pellet.KnowledgeBase.AssertionType) instead 
org.mindswap.pellet.KnowledgeBase.getAboxObjectRoleAssertions()
          Use KnowledgeBase.getABoxAssertions(org.mindswap.pellet.KnowledgeBase.AssertionType) instead 
org.mindswap.pellet.KnowledgeBase.getAntisymmetricProperties()
          Use KnowledgeBase.getAntisymmetricProperties() 
org.mindswap.pellet.KnowledgeBase.getDoDependencyAxioms()
          Use getExplanation instead 
com.clarkparsia.owlapiv3.OntologyUtils.getOntologyFromAxioms(Collection)
          Use #createOntology(Collection) instead 
com.clarkparsia.owlapiv3.OntologyUtils.getOntologyFromAxioms(Collection, IRI)
          Use #createOntology(Collection, IRI) instead 
com.clarkparsia.owlapiv3.OntologyUtils.getOntologyFromAxioms(OWLAxiom...)
          Use #createOntology(OWLAxiom...) instead 
com.clarkparsia.pellet.datatypes.DataRange.getValue(int)
          Use DataRange.valueIterator() 
com.clarkparsia.pellet.expressivity.Expressivity.hasAntiSymmmetry()
          Use Expressivity.hasAsymmmetry() 
com.clarkparsia.owlapi.OWL.hasValue(OWLDataPropertyExpression, OWLConstant)
          Use OWL.value(OWLDataPropertyExpression, OWLConstant) instead 
com.clarkparsia.owlapi.OWL.hasValue(OWLObjectPropertyExpression, OWLIndividual)
          Use OWL.value(OWLObjectPropertyExpression, OWLIndividual) instead 
com.clarkparsia.owlapi.OWL.instanceOf(OWLIndividual, OWLDescription)
          Use OWL.classAssertion(OWLIndividual, OWLDescription) instead 
com.clarkparsia.owlapi.OWL.intersectionOf(OWLDescription...)
          Use OWL.and(OWLDescription...) 
com.clarkparsia.owlapi.OWL.intersectionOf(Set)
          Use OWL.and(Set) instead 
org.mindswap.pellet.Role.isAntisymmetric()
          Use Role.isAsymmetric() 
org.mindswap.pellet.KnowledgeBase.isAntisymmetricProperty(ATermAppl)
          Use KnowledgeBase.isAsymmetricProperty(ATermAppl) 
com.clarkparsia.pellet.owlapiv3.Reasoner.isConsistent(OWLClassExpression)
          Use Reasoner.isSatisfiable(OWLClassExpression) instead 
org.mindswap.pellet.owlapi.Reasoner.isConsistent(OWLDescription)
          Use Reasoner.isSatisfiable(OWLDescription) instead 
org.mindswap.pellet.RBox.isDomainAsserted(ATerm, ATermAppl)
           
org.mindswap.pellet.KnowledgeBase.isOntologyProperty(ATerm)
           
org.mindswap.pellet.Role.isOntologyRole()
           
org.mindswap.pellet.RBox.isRangeAsserted(ATerm, ATermAppl)
           
org.mindswap.pellet.owlapi.PelletLoader.loadImports()
          Use PelletLoader.getProcessImports() instead 
com.clarkparsia.pellet.owlapiv3.PelletLoader.loadImports()
          Use PelletLoader.getProcessImports() instead 
org.mindswap.pellet.utils.ATermUtils.makeAntisymmetric(ATerm)
          Use ATermUtils.makeAsymmetric(ATerm) 
com.clarkparsia.owlapi.OWL.maxCardinality(OWLObjectPropertyExpression, int)
          Use OWL.max(OWLObjectPropertyExpression, int) instead 
com.clarkparsia.owlapi.OWL.maxCardinality(OWLObjectPropertyExpression, int, OWLDescription)
          Use OWL.max(OWLObjectPropertyExpression, int, OWLDescription) instead 
com.clarkparsia.owlapi.OWL.minCardinality(OWLObjectPropertyExpression, int)
          Use OWL.min(OWLObjectPropertyExpression, int) instead 
com.clarkparsia.owlapi.OWL.minCardinality(OWLObjectPropertyExpression, int, OWLDescription)
          Use OWL.min(OWLObjectPropertyExpression, int, OWLDescription) instead 
com.clarkparsia.pellet.utils.TermFactory.plainLiteral(String, String)
          Use TermFactory.literal(String, String) instead 
org.mindswap.pellet.Role.setAntisymmetric(boolean)
          Use Role.setAsymmetric(boolean) 
org.mindswap.pellet.Role.setAntisymmetric(boolean, DependencySet)
          Use Role.setAsymmetric(boolean,DependencySet) 
org.mindswap.pellet.KnowledgeBase.setDoDependencyAxioms(boolean)
          Use setDoExplanation instead 
com.clarkparsia.pellet.expressivity.Expressivity.setHasAntiSymmetry(boolean)
          Use Expressivity.setHasAsymmetry(boolean) 
org.mindswap.pellet.owlapi.PelletLoader.setLoadImports(boolean)
          Use PelletLoader.setProcessImports(boolean) instead 
com.clarkparsia.pellet.owlapiv3.PelletLoader.setLoadImports(boolean)
          Use PelletLoader.setProcessImports(boolean) instead 
org.mindswap.pellet.taxonomy.TaxonomyNode.setSubs(Set>)
           
org.mindswap.pellet.taxonomy.TaxonomyNode.setSupers(Set>)
           
com.clarkparsia.pellet.datatypes.DataRange.size()
          Use DataRange.containsAtLeast(int) 
com.clarkparsia.owlapi.OWL.someValuesFrom(OWLObjectPropertyExpression, OWLDescription)
          Use OWL.some(OWLObjectPropertyExpression, OWLDescription) instead 
com.clarkparsia.pellet.utils.TermFactory.typedLiteral(String, ATermAppl)
          Use TermFactory.literal(String, ATermAppl) instead 
com.clarkparsia.pellet.utils.TermFactory.typedLiteral(String, String)
          Use TermFactory.literal(String, ATermAppl) instead 
com.clarkparsia.owlapi.OWL.unionOf(OWLDescription...)
          Use OWL.or(OWLDescription...) 
com.clarkparsia.owlapi.OWL.unionOf(Set)
          Use OWL.or(Set instead 
 

Deprecated Enum Constants
org.mindswap.pellet.jena.BuiltinTerm.OWL2_propertyChain
          Not in OWL 2 spec, only in earlier drafts 
org.mindswap.pellet.jena.BuiltinTerm.OWL2_SelfRestriction
          Not in OWL 2 spec, in OWL 1.1. Use BuiltinTerm.OWL2_hasSelf 
 



Copyright © 2004 Evren Sirin. All Rights Reserved.