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) |
org.apache.jena.util.iterator.ExtendedIterator<Triple> |
find(Node s,
Node p,
Node o) |
org.apache.jena.util.iterator.ExtendedIterator<Triple> |
find(Triple triple) |
Graph |
get() |
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 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 GraphDeleteDeniedExceptionpublic org.apache.jena.util.iterator.ExtendedIterator<Triple> find(Triple triple)
public org.apache.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