com.hp.hpl.jena.sparql.graph
Class GraphUnionRead

java.lang.Object
  extended by com.hp.hpl.jena.graph.impl.GraphBase
      extended by com.hp.hpl.jena.sparql.graph.GraphUnionRead
All Implemented Interfaces:
Graph, GraphAdd, com.hp.hpl.jena.graph.impl.GraphWithPerform

public class GraphUnionRead
extends com.hp.hpl.jena.graph.impl.GraphBase

Immutable graph that is the view of a union of graphs in a dataset.


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
GraphUnionRead(DatasetGraph dsg, Collection<Node> graphs)
           
 
Method Summary
 
Methods inherited from class com.hp.hpl.jena.graph.impl.GraphBase
add, clear, close, contains, contains, delete, dependsOn, find, find, forTestingOnly_graphBaseFind, getBulkUpdateHandler, getCapabilities, getEventManager, getPrefixMapping, getStatisticsHandler, getTransactionHandler, isClosed, isEmpty, isIsomorphicWith, notifyAdd, notifyDelete, performAdd, performDelete, remove, size, toString, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GraphUnionRead

public GraphUnionRead(DatasetGraph dsg,
                      Collection<Node> graphs)


Licenced under the Apache License, Version 2.0