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(TripleMatch m) |
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 Graph
add
in interface GraphAdd
AddDeniedException
public TransactionHandler getTransactionHandler()
getTransactionHandler
in interface Graph
@Deprecated public BulkUpdateHandler getBulkUpdateHandler()
getBulkUpdateHandler
in interface Graph
public Capabilities getCapabilities()
getCapabilities
in interface Graph
public GraphEventManager getEventManager()
getEventManager
in interface Graph
public GraphStatisticsHandler getStatisticsHandler()
getStatisticsHandler
in interface Graph
public PrefixMapping getPrefixMapping()
getPrefixMapping
in interface Graph
public void delete(Triple t) throws DeleteDeniedException
delete
in interface Graph
DeleteDeniedException
public com.hp.hpl.jena.util.iterator.ExtendedIterator<Triple> find(TripleMatch m)
public com.hp.hpl.jena.util.iterator.ExtendedIterator<Triple> find(Node s, Node p, Node o)
public boolean isIsomorphicWith(Graph g)
isIsomorphicWith
in interface Graph
Licenced under the Apache License, Version 2.0