|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hp.hpl.jena.graph.impl.GraphBase
com.hp.hpl.jena.graph.compose.CompositionBase
com.hp.hpl.jena.graph.compose.Dyadic
com.hp.hpl.jena.graph.compose.Delta
Field Summary |
Fields inherited from interface com.hp.hpl.jena.graph.Graph |
ADD, DELETE, ORDERED, SIZE |
Constructor Summary | |
Delta(Graph base)
|
Method Summary | |
void |
add(Triple t)
Add the triple t (if possible) to the set belonging to this graph |
void |
close()
Free all resources, any further use of this Graph is an error. |
void |
delete(Triple t)
Remove the triple t (if possible) from the set belonging to this graph |
ExtendedIterator |
find(TripleMatch tm)
Returns an iterator over all the Triples that match the triple pattern. |
Graph |
getAdditions()
|
Graph |
getDeletions()
|
int |
size()
Answer the number of triples in this graph |
Methods inherited from class com.hp.hpl.jena.graph.compose.Dyadic |
capabilities, dependsOn, union |
Methods inherited from class com.hp.hpl.jena.graph.compose.CompositionBase |
butNot, contains, countIterator, ifIn, ifIn, recording, reject, rejecting |
Methods inherited from class com.hp.hpl.jena.graph.impl.GraphBase |
contains, find, getBulkUpdateHandler, getCapabilities, getEventManager, getPrefixMapping, getReifier, getTransactionHandler, isIsomorphicWith, notifyAdd, notifyDelete, performAdd, performDelete, queryHandler, toString, withReification |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.hp.hpl.jena.graph.Graph |
capabilities, contains, contains, dependsOn, find, getBulkUpdateHandler, getCapabilities, getEventManager, getPrefixMapping, getReifier, getTransactionHandler, isIsomorphicWith, queryHandler |
Constructor Detail |
public Delta(Graph base)
Method Detail |
public Graph getAdditions()
public Graph getDeletions()
public void add(Triple t)
Graph
add
in interface Graph
public void delete(Triple t)
Graph
delete
in interface Graph
Graph.delete(Triple)
public ExtendedIterator find(TripleMatch tm)
Graph
find
in interface Graph
Graph.find(TripleMatch)
public void close()
Graph
close
in interface Graph
close
in class Dyadic
public int size()
CompositionBase
Answer the number of triples in this graph
size
in interface Graph
size
in class CompositionBase
Graph.size()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |