public class GraphWrapper extends Object implements Graph
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) |
ExtendedIterator<Triple> |
find(Node s,
Node p,
Node o) |
ExtendedIterator<Triple> |
find(Triple triple) |
Graph |
get() |
Capabilities |
getCapabilities() |
GraphEventManager |
getEventManager() |
PrefixMapping |
getPrefixMapping() |
GraphStatisticsHandler |
getStatisticsHandler()
Deprecated.
|
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 Graph@Deprecated public GraphStatisticsHandler getStatisticsHandler()
getStatisticsHandler in interface Graphpublic PrefixMapping getPrefixMapping()
getPrefixMapping in interface Graphpublic void delete(Triple t) throws DeleteDeniedException
delete in interface GraphDeleteDeniedExceptionpublic ExtendedIterator<Triple> find(Triple triple)
public 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