|
||||||||||
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 | This package contains implementations of the interfaces defined in the .model package, eg ModelCom for Model, ResourceImpl for Resource, and so on. |
com.hp.hpl.jena.util | Miscellaneous collection of utility classes. |
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()
Answer the (enhanced) Graph of the node that couldn't be polymorphed; may be null if that node had no attached model. |
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. |
|
|
Personality.newInstance(java.lang.Class<X> interf,
Node n,
EnhGraph that)
make a new instance of a type _interf_ based on the node _n_ and the polymorphic _that_; use the implementation wrapper for _interf_ in _types_. |
|
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)
|
Uses of EnhGraph in com.hp.hpl.jena.ontology |
---|
Methods in com.hp.hpl.jena.ontology with parameters of type EnhGraph | ||
---|---|---|
|
Profile.isSupported(Node n,
EnhGraph g,
java.lang.Class<T> 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
|
Uses of EnhGraph in com.hp.hpl.jena.util |
---|
Subclasses of EnhGraph in com.hp.hpl.jena.util | |
---|---|
class |
MonitorModel
Model wrapper which provides normal access to an underlying model but also maintains a snapshot of the triples it was last known to contain. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |