|
|||||||||||
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.Union
Field Summary |
Fields inherited from interface com.hp.hpl.jena.graph.Graph |
ADD, DELETE, ORDERED, SIZE |
Constructor Summary | |
Union(Graph L,
Graph R)
|
Method Summary | |
boolean |
contains(Triple t)
Answer true iff the graph contains a triple that t matches; t may be fluid. |
ExtendedIterator |
find(TripleMatch t)
Returns an iterator over all the Triples that match the triple pattern. |
void |
performAdd(Triple t)
|
void |
performDelete(Triple t)
|
Methods inherited from class com.hp.hpl.jena.graph.compose.Dyadic |
capabilities, close, dependsOn, union |
Methods inherited from class com.hp.hpl.jena.graph.compose.CompositionBase |
butNot, countIterator, ifIn, ifIn, recording, reject, rejecting, size |
Methods inherited from class com.hp.hpl.jena.graph.impl.GraphBase |
add, contains, delete, find, getBulkUpdateHandler, getCapabilities, getEventManager, getPrefixMapping, getReifier, getTransactionHandler, isIsomorphicWith, notifyAdd, notifyDelete, 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 |
add, capabilities, close, contains, delete, dependsOn, find, getBulkUpdateHandler, getCapabilities, getEventManager, getPrefixMapping, getReifier, getTransactionHandler, isIsomorphicWith, queryHandler, size |
Constructor Detail |
public Union(Graph L, Graph R)
Method Detail |
public void performAdd(Triple t)
public void performDelete(Triple t)
public boolean contains(Triple t)
Graph
contains
in interface Graph
contains
in class CompositionBase
t
- A triple to test
Graph.contains(Triple)
public ExtendedIterator find(TripleMatch t)
Graph
find
in interface Graph
Graph.find(TripleMatch)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |