emptyGraph| Constructor and Description |
|---|
GraphWrapper(Graph graph) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Triple t) |
void |
clear() |
void |
close() |
boolean |
contains(Node s,
Node p,
Node o) |
boolean |
contains(Triple t) |
void |
delete(Triple t) |
boolean |
dependsOn(Graph other) |
com.hp.hpl.jena.util.iterator.ExtendedIterator<Triple> |
find(Node s,
Node p,
Node o) |
com.hp.hpl.jena.util.iterator.ExtendedIterator<Triple> |
find(Triple triple) |
com.hp.hpl.jena.util.iterator.ExtendedIterator<Triple> |
find(TripleMatch triple)
Deprecated.
Use
find(Triple) |
Graph |
get() |
BulkUpdateHandler |
getBulkUpdateHandler()
Deprecated.
|
Capabilities |
getCapabilities() |
GraphEventManager |
getEventManager() |
PrefixMapping |
getPrefixMapping() |
GraphStatisticsHandler |
getStatisticsHandler() |
TransactionHandler |
getTransactionHandler() |
boolean |
isClosed() |
boolean |
isEmpty() |
boolean |
isIsomorphicWith(Graph g) |
void |
remove(Node s,
Node p,
Node o) |
int |
size() |
public GraphWrapper(Graph graph)
public Graph get()
public void add(Triple t) throws AddDeniedException
add in interface GraphAddDeniedExceptionpublic TransactionHandler getTransactionHandler()
getTransactionHandler in interface Graph@Deprecated public BulkUpdateHandler getBulkUpdateHandler()
getBulkUpdateHandler in interface Graphpublic Capabilities getCapabilities()
getCapabilities in interface Graphpublic GraphEventManager getEventManager()
getEventManager in interface Graphpublic GraphStatisticsHandler getStatisticsHandler()
getStatisticsHandler in interface Graphpublic PrefixMapping getPrefixMapping()
getPrefixMapping in interface Graphpublic void delete(Triple t) throws DeleteDeniedException
delete in interface GraphDeleteDeniedException@Deprecated public com.hp.hpl.jena.util.iterator.ExtendedIterator<Triple> find(TripleMatch triple)
find(Triple)public com.hp.hpl.jena.util.iterator.ExtendedIterator<Triple> find(Triple triple)
public com.hp.hpl.jena.util.iterator.ExtendedIterator<Triple> find(Node s, Node p, Node o)
public boolean isIsomorphicWith(Graph g)
isIsomorphicWith in interface GraphLicenced under the Apache License, Version 2.0