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 Graph
AddDeniedException
public TransactionHandler getTransactionHandler()
getTransactionHandler
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 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 Graph
Licenced under the Apache License, Version 2.0