|
||||||||||
| 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
public abstract class Dyadic
Base class for the two-operand composition operations; has two graphs L and R
CompositionBase.| Field Summary |
|---|
| Fields inherited from class com.hp.hpl.jena.graph.impl.GraphBase |
|---|
TOSTRING_TRIPLE_BASE, TOSTRING_TRIPLE_LIMIT |
| Fields inherited from interface com.hp.hpl.jena.graph.Graph |
|---|
emptyGraph |
| 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 | |
|---|---|
void |
close()
Free all resources, any further use of this Graph is an error. |
boolean |
dependsOn(Graph other)
Generic dependsOn, true iff it depends on either of the subgraphs. |
java.lang.Object |
getL()
Answer the left (first) operand of this Dyadic. |
java.lang.Object |
getR()
Answer the right (second) operand of this Dyadic. |
Union |
union(Graph X)
|
| 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, performAdd, performDelete, queryHandler, size, toString, toString |
| 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 void close()
Graph
close in interface Graphclose in class com.hp.hpl.jena.graph.impl.GraphBasepublic boolean dependsOn(Graph other)
dependsOn in interface GraphdependsOn in class com.hp.hpl.jena.graph.impl.GraphBaseother - the graph this graph may depend on
public Union union(Graph X)
public java.lang.Object getL()
public java.lang.Object getR()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||