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. 
com.hp.hpl.jena.reasoner.dig   
 

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

Fields in com.hp.hpl.jena.ontology declared as OntModelSpec
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_RDFS_INF
          A specification for DAML models that are stored in memory and use the RDFS inferencer for additional entailments
static OntModelSpec OntModelSpec.DAML_MEM_RULE_INF
          A specification for DAML models that are stored in memory and use a subset of the DAML semantic model additional entailments
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.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_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_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_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_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.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_MEM
          A specification for OWL models that are stored in memory and do no additional entailment reasoning
static OntModelSpec OntModelSpec.OWL_MEM_MICRO_RULE_INF
          A specification for OWL models that are stored in memory and use the micro OWL rules inference engine for additional entailments
static OntModelSpec OntModelSpec.OWL_MEM_MINI_RULE_INF
          A specification for OWL models that are stored in memory and use the mini OWL rules inference engine for additional entailments
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_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_MEM_TRANS_INF
          A specification for OWL models that are stored in memory and use the transitive 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_RDFS_INF
          A specification for RDFS ontology models that are stored in memory and use the RDFS inferencer for additional entailments
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
 

Methods in com.hp.hpl.jena.ontology that return OntModelSpec
static OntModelSpec OntModelSpec.getDefaultSpec(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
 OntModel OntDocumentManager.getOntology(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)
          Answer a new ontology model constructed according to the specification, which includes a ModelMaker which will create the necessary base model.
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.
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).
 

Uses of OntModelSpec in com.hp.hpl.jena.reasoner.dig
 

Methods in com.hp.hpl.jena.reasoner.dig that return OntModelSpec
 OntModelSpec DIGReasoner.getOntLangModelSpec()
          Answer the model spec that corresponds to the ontology model type we'll use to access the terms of the ontology according to language.
 OntModelSpec DIGAdapter.getSourceSpecification()
          Answer the ontology language specification for the source model underlying this DIG adapter.
 

Constructors in com.hp.hpl.jena.reasoner.dig with parameters of type OntModelSpec
DIGAdapter(OntModelSpec spec, Graph source)
          Construct a DIG adapter for the given source data graph, which is encoding an ontology in a language represented by the given model spec.
DIGAdapter(OntModelSpec spec, Graph source, DIGConnection connection, Model axioms)
          Construct a DIG adapter for the given source data graph, which is encoding an ontology in a language represented by the given model spec.
 



Copyright © 2000, 2001, 2002, 2003, 2004 Hewlett-Packard Development Company, LP