Uses of Class
com.hp.hpl.jena.ontology.OntModelSpec

Packages that use OntModelSpec
com.hp.hpl.jena.ontology Provides a set of abstractions and convenience classes for accessing and manipluating ontologies represented in RDF.  
com.hp.hpl.jena.rdf.model A package for creating and manipulating RDF graphs.  
 

Uses of OntModelSpec in com.hp.hpl.jena.ontology
 

Fields in com.hp.hpl.jena.ontology declared as OntModelSpec
static OntModelSpec OntModelSpec.OWL_MEM
          A specification for OWL models that are stored in memory and do no additional entailment reasoning
static OntModelSpec OntModelSpec.OWL_MEM_RDFS_INF
          A specification for OWL models that are stored in memory and use the RDFS inferencer for additional entailments
static OntModelSpec OntModelSpec.OWL_MEM_TRANS_INF
          A specification for OWL models that are stored in memory and use the transitive inferencer for additional entailments
static OntModelSpec OntModelSpec.OWL_MEM_RULE_INF
          A specification for OWL models that are stored in memory and use the OWL rules inference engine for additional entailments
static OntModelSpec OntModelSpec.OWL_DL_MEM
          A specification for OWL DL models that are stored in memory and do no additional entailment reasoning
static OntModelSpec OntModelSpec.OWL_DL_MEM_RDFS_INF
          A specification for OWL DL models that are stored in memory and use the RDFS inferencer for additional entailments
static OntModelSpec OntModelSpec.OWL_DL_MEM_TRANS_INF
          A specification for OWL DL models that are stored in memory and use the transitive inferencer for additional entailments
static OntModelSpec OntModelSpec.OWL_DL_MEM_RULE_INF
          A specification for OWL DL models that are stored in memory and use the OWL rules inference engine for additional entailments
static OntModelSpec OntModelSpec.OWL_LITE_MEM
          A specification for OWL Lite models that are stored in memory and do no entailment additional reasoning
static OntModelSpec OntModelSpec.OWL_LITE_MEM_TRANS_INF
          A specification for OWL Lite models that are stored in memory and use the transitive inferencer for additional entailments
static OntModelSpec OntModelSpec.OWL_LITE_MEM_RDFS_INF
          A specification for OWL Lite models that are stored in memory and use the RDFS inferencer for additional entailments
static OntModelSpec OntModelSpec.OWL_LITE_MEM_RULES_INF
          A specification for OWL Lite models that are stored in memory and use the OWL rules inference engine for additional entailments
static OntModelSpec OntModelSpec.DAML_MEM
          A specification for DAML models that are stored in memory and do no additional entailment reasoning
static OntModelSpec OntModelSpec.DAML_MEM_TRANS_INF
          A specification for DAML models that are stored in memory and use the transitive reasoner for entailments
static OntModelSpec OntModelSpec.DAML_MEM_RDFS_INF
          A specification for DAML models that are stored in memory and use the RDFS inferencer for additional entailments
static OntModelSpec OntModelSpec.RDFS_MEM
          A specification for RDFS ontology models that are stored in memory and do no additional entailment reasoning
static OntModelSpec OntModelSpec.RDFS_MEM_TRANS_INF
          A specification for RDFS ontology models that are stored in memory and use the transitive reasoner for entailments
static OntModelSpec OntModelSpec.RDFS_MEM_RDFS_INF
          A specification for RDFS ontology models that are stored in memory and use the RDFS inferencer for additional entailments
 

Methods in com.hp.hpl.jena.ontology that return OntModelSpec
static OntModelSpec OntModelSpec.getDefaultSpec(java.lang.String languageURI)
          Answer a default specification for the given language URI.
 OntModelSpec OntModel.getSpecification()
          Answer the ontology model specification that was used to construct this model
 

Methods in com.hp.hpl.jena.ontology with parameters of type OntModelSpec
 Model OntDocumentManager.getOntology(java.lang.String uri, OntModelSpec spec)
           Answer the ontology model that results from loading the document with the given URI.
 

Constructors in com.hp.hpl.jena.ontology with parameters of type OntModelSpec
OntModelSpec(OntModelSpec spec)
          Create one model spec as a copy of another.
 

Uses of OntModelSpec in com.hp.hpl.jena.rdf.model
 

Methods in com.hp.hpl.jena.rdf.model with parameters of type OntModelSpec
static OntModel ModelFactory.createOntologyModel(OntModelSpec spec, ModelMaker maker, Model base)
           Answer a new ontology model which will process in-memory models of ontologies expressed the default ontology language (OWL).
static OntModel ModelFactory.createOntologyModel(OntModelSpec spec, Model base)
           Answer a new ontology model, constructed according to the given ontology model specification, and starting with the ontology data in the given model.
 



Copyright © 2001-2003 Hewlett-Packard. All Rights Reserved.