Uses of Class
com.hp.hpl.jena.enhanced.EnhGraph

Packages that use EnhGraph
com.hp.hpl.jena.db A general database backend for persistent storage of Jena models. 
com.hp.hpl.jena.enhanced This package defines the enhanced node and graph classes; an enhanced node is one embedded in a particular enhanced graph. 
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.impl This package contains implementations of the interfaces defined in the .model package, eg ModelCom for Model, ResourceImpl for Resource, and so on. 
 

Uses of EnhGraph in com.hp.hpl.jena.db
 

Subclasses of EnhGraph in com.hp.hpl.jena.db
 class ModelRDB
          A persistent relational database implemention of the RDF API.
 

Uses of EnhGraph in com.hp.hpl.jena.enhanced
 

Methods in com.hp.hpl.jena.enhanced that return EnhGraph
 EnhGraph UnsupportedPolymorphismException.getBadGraph()
           
 EnhGraph EnhNode.getGraph()
          Answer the graph containing this node
 

Methods in com.hp.hpl.jena.enhanced with parameters of type EnhGraph
abstract  boolean Implementation.canWrap(Node node, EnhGraph eg)
          true iff wrapping (node, eg) would succeed.
 boolean EnhGraph.isIsomorphicWith(EnhGraph eg)
          Answer true if the given enhanced graph contains the same nodes and edges as this graph.
abstract  EnhNode Implementation.wrap(Node node, EnhGraph eg)
          Create a new EnhNode wrapping a Node in the context of an EnhGraph
 

Constructors in com.hp.hpl.jena.enhanced with parameters of type EnhGraph
EnhNode(Node n, EnhGraph g)
           
UnsupportedPolymorphismException(EnhGraph eg, Class cl)
           
 

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

Methods in com.hp.hpl.jena.ontology with parameters of type EnhGraph
 boolean Profile.isSupported(Node n, EnhGraph g, Class type)
           Answer true if the given graph supports a view of this node as the given language element, according to the semantic constraints of the profile.
 

Uses of EnhGraph in com.hp.hpl.jena.rdf.model.impl
 

Subclasses of EnhGraph in com.hp.hpl.jena.rdf.model.impl
 class com.hp.hpl.jena.rdf.model.impl.ModelCom
          Common methods for model implementations.
 



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