|
|||||||||||
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
CompositionBase
.Field Summary |
Fields inherited from interface com.hp.hpl.jena.graph.Graph |
ADD, DELETE, ORDERED, SIZE |
Constructor Summary | |
Dyadic(Graph L,
Graph R)
When the graph is constructed, copy the prefix mappings of both components into this prefix mapping. |
Method Summary | |
int |
capabilities()
Returns the bitwise or of ADD, DELETE, SIZE and ORDERED, to show the capabilities of this implementation of Graph. |
void |
close()
Free all resources, any further use of this Graph is an error. |
boolean |
dependsOn(Graph other)
true if this graph's content depends on the other graph. |
Union |
union(Graph X)
|
Methods inherited from class com.hp.hpl.jena.graph.compose.CompositionBase |
butNot, contains, countIterator, ifIn, ifIn, recording, reject, rejecting, size |
Methods inherited from class com.hp.hpl.jena.graph.impl.GraphBase |
add, contains, delete, find, 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 |
Constructor Detail |
public Dyadic(Graph L, Graph R)
Method Detail |
public int capabilities()
Graph
Graph.capabilities()
public void close()
Graph
Graph.close()
public boolean dependsOn(Graph other)
Graph
public Union union(Graph X)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |