Uses of Class
org.mindswap.pellet.exceptions.UnsupportedFeatureException

Packages that use UnsupportedFeatureException
org.mindswap.pellet.exceptions   
org.mindswap.pellet.jena   
 

Uses of UnsupportedFeatureException in org.mindswap.pellet.exceptions
 

Subclasses of UnsupportedFeatureException in org.mindswap.pellet.exceptions
 class UnsupportedQueryException
           
 

Uses of UnsupportedFeatureException in org.mindswap.pellet.jena
 

Methods in org.mindswap.pellet.jena that throw UnsupportedFeatureException
 aterm.ATermAppl OWLMETLoader.createRestriction(com.hp.hpl.jena.graph.Node node)
           
 aterm.ATermAppl OWLLoader.createRestriction(com.hp.hpl.jena.graph.Node node)
           
 aterm.ATermAppl OWLMETLoader.createTRestriction(com.hp.hpl.jena.graph.Node node)
           
 OWLSpecies OWLReasoner.getSpecies()
          Return the species of the model loaded to this reasoner.
 OWLSpecies OWLMETReasoner.getSpecies()
          Return the species of the model loaded to this reasoner.
 boolean OWLReasoner.isEntailed(com.hp.hpl.jena.rdf.model.Model model)
          Check if all the statements in a given model is entailed by the current KB.
 boolean OWLMETReasoner.isEntailed(com.hp.hpl.jena.rdf.model.Model model)
          Check if all the statements in a given model is entailed by the current KB.
 boolean OWLReasoner.isEntailed(com.hp.hpl.jena.rdf.model.Statement stmt)
          Check if the given statement is entailed by the KB.
 boolean OWLMETReasoner.isEntailed(com.hp.hpl.jena.rdf.model.Statement stmt)
          Check if the given statement is entailed by the KB.
 void OWLMETLoader.load(com.hp.hpl.jena.graph.Graph graph, KnowledgeBase kb)
           
 void OWLLoader.load(com.hp.hpl.jena.graph.Graph graph, KnowledgeBase kb)
           
 



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