Deprecated API


Contents
Deprecated Fields
org.mindswap.pellet.KRSSLoader.DEBUG
          Edit log4j.properties to turn on debugging 
org.mindswap.pellet.KnowledgeBase.DEBUG
          Edit log4j.properties to turn on debugging 
org.mindswap.pellet.jena.PelletInfGraph.DEBUG
          Edit log4j.properties to turn on debugging 
org.mindswap.pellet.jena.OWLReasoner.DEBUG
          Edit log4j.properties to turn on debugging 
org.mindswap.pellet.jena.OWLMETReasoner.DEBUG
          Edit log4j.properties to turn on debugging 
org.mindswap.pellet.jena.ModelReader.DEBUG
          Edit log4j.properties to turn on debugging 
org.mindswap.pellet.taxonomy.Taxonomy.DEBUG
          Edit log4j.properties instead to turn on debugging 
org.mindswap.pellet.taxonomy.Taxonomy.DETAILED_DEBUG
          Edit log4j.properties instead to turn on debugging 
org.mindswap.pellet.PelletOptions.TREAT_ALL_VARS_DISTINGUISHED
          According to SPARQL semantics all variables are distinguished by definition and bnodes in the query are non-distinguished variables so this option is not used anymore 
org.mindswap.pellet.Role.UNDEFINED
          Use UNTYPED instead 
 

Deprecated Methods
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.output.TableData.addRow(List)
          Use TableData.add(List) instead 
org.mindswap.pellet.KnowledgeBase.addSameClass(ATermAppl, ATermAppl)
          Use KnowledgeBase.addEquivalentClass(ATermAppl, ATermAppl) instead 
org.mindswap.pellet.KnowledgeBase.addSameProperty(ATermAppl, ATermAppl)
          Use KnowledgeBase.addEquivalentClass(ATermAppl, ATermAppl) instead 
org.mindswap.pellet.jena.PelletQueryResults.getAll()
          This function is depracted in Jena 2.2 
org.mindswap.pellet.KnowledgeBase.isSubclassOf(ATermAppl, ATermAppl)
          As of Pellet 1.1.1, replaced by KnowledgeBase.isSubClassOf(ATermAppl,ATermAppl) 
org.mindswap.pellet.jena.OWLReasoner.isSubclassOf(Resource, Resource)
          As of Pellet 1.1.1, replaced by OWLReasoner.isSubClassOf(Resource,Resource) 
org.mindswap.pellet.jena.OWLMETReasoner.isSubclassOf(Resource, Resource)
          As of Pellet 1.1.1, replaced by OWLMETReasoner.isSubClassOf(Resource,Resource) 
org.mindswap.pellet.query.QueryUtils.parse(String, KnowledgeBase)
          Use QueryEngine.parse(String, KnowledgeBase) instead 
org.mindswap.pellet.PelletQuery.run(String, boolean)
          Use setFormatHTML(boolean) and run(String) instead 
org.mindswap.pellet.KnowledgeBase.runQuery(String)
          Use QueryEngine.exec methods instead 
 



Copyright © 2007-2009 Natalya Keberle. All Rights Reserved.