|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
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 EnhNode |
Implementation.wrap(Node node,
EnhGraph eg)
Create a new EnhNode wrapping a Node in the context of an 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. |
Constructors in com.hp.hpl.jena.enhanced with parameters of type EnhGraph | |
UnsupportedPolymorphismException(EnhGraph eg,
java.lang.Class cl)
|
|
EnhNode(Node n,
EnhGraph g)
|
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,
java.lang.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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |