Uses of Interface
com.hp.hpl.jena.rdf.model.InfModel

Packages that use InfModel
com.hp.hpl.jena.rdf.model A package for creating and manipulating RDF graphs.  
 

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

Methods in com.hp.hpl.jena.rdf.model that return InfModel
static InfModel ModelFactory.createRDFSModel(Model model)
          Return a Model through which all the RDFS entailments derivable from the given model are accessible.
static InfModel ModelFactory.createRDFSModel(Model schema, Model model)
          Return a Model through which all the RDFS entailments derivable from the given data and schema models are accessible.
static InfModel ModelFactory.createInfModel(Reasoner reasoner, Model model)
          Build an inferred model by attaching the given RDF model to the given reasoner.
static InfModel ModelFactory.createInfModel(Reasoner reasoner, Model schema, Model model)
          Build an inferred model by attaching the given RDF model to the given reasoner.
 



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