|
||||||||||
| 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.Intersection
public class Intersection
an implementation of a dynamic intersection of two models.
| Field Summary |
|---|
| Fields inherited from interface com.hp.hpl.jena.graph.Graph |
|---|
emptyGraph |
| Constructor Summary | |
|---|---|
Intersection(Graph L,
Graph R)
|
|
| Method Summary | |
|---|---|
ExtendedIterator |
graphBaseFind(TripleMatch s)
Answer an iterator over all the triples held in this graph's non-reified triple store that match m. |
void |
performAdd(Triple t)
Add a triple to the triple store. |
void |
performDelete(Triple t)
Remove a triple from the triple store. |
| Methods inherited from class com.hp.hpl.jena.graph.compose.Dyadic |
|---|
close, dependsOn, getL, getR, union |
| Methods inherited from class com.hp.hpl.jena.graph.compose.CompositionBase |
|---|
butNot, ifIn, ifIn, recording, reject, rejecting, rejecting |
| Methods inherited from class com.hp.hpl.jena.graph.impl.GraphBase |
|---|
add, contains, contains, delete, find, find, forTestingOnly_graphBaseFind, getBulkUpdateHandler, getCapabilities, getEventManager, getPrefixMapping, getReifier, getStatisticsHandler, getTransactionHandler, isClosed, isEmpty, isIsomorphicWith, notifyAdd, notifyDelete, queryHandler, size, toString, toString |
| 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 |
|---|
close, contains, contains, delete, dependsOn, find, find, getBulkUpdateHandler, getCapabilities, getEventManager, getPrefixMapping, getReifier, getStatisticsHandler, getTransactionHandler, isClosed, isEmpty, isIsomorphicWith, queryHandler, size |
| Methods inherited from interface com.hp.hpl.jena.graph.GraphAdd |
|---|
add |
| Constructor Detail |
|---|
public Intersection(Graph L,
Graph R)
| Method Detail |
|---|
public void performAdd(Triple t)
com.hp.hpl.jena.graph.impl.GraphBase
performAdd in interface com.hp.hpl.jena.graph.impl.GraphWithPerformperformAdd in class com.hp.hpl.jena.graph.impl.GraphBasepublic void performDelete(Triple t)
com.hp.hpl.jena.graph.impl.GraphBase
performDelete in interface com.hp.hpl.jena.graph.impl.GraphWithPerformperformDelete in class com.hp.hpl.jena.graph.impl.GraphBasepublic ExtendedIterator graphBaseFind(TripleMatch s)
com.hp.hpl.jena.graph.impl.GraphBasem. Subclasses must override; it is the core
implementation for find(TripleMatch).
graphBaseFind in class com.hp.hpl.jena.graph.impl.GraphBase
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||