Package org.apache.jena.sparql.core.mem
Class GraphInMemory
- java.lang.Object
-
- org.apache.jena.graph.impl.GraphBase
-
- org.apache.jena.sparql.core.GraphView
-
- org.apache.jena.sparql.core.mem.GraphInMemory
-
- All Implemented Interfaces:
org.apache.jena.atlas.lib.Sync,Graph,GraphWithPerform,NamedGraph
public class GraphInMemory extends GraphView
AGraphViewspecialization that relies on theDatasetGraphInMemoryfrom which this graph is drawn to manage prefixes.
-
-
Field Summary
-
Fields inherited from class org.apache.jena.graph.impl.GraphBase
TOSTRING_TRIPLE_BASE, TOSTRING_TRIPLE_LIMIT
-
Fields inherited from interface org.apache.jena.graph.Graph
emptyGraph
-
-
Method Summary
-
Methods inherited from class org.apache.jena.sparql.core.GraphView
clear, createDefaultGraph, createNamedGraph, createUnionGraph, getCapabilities, getDataset, getGraphName, getTransactionHandler, performAdd, performDelete, remove, sync
-
Methods inherited from class org.apache.jena.graph.impl.GraphBase
add, close, contains, contains, delete, dependsOn, find, find, forTestingOnly_graphBaseFind, getEventManager, getPrefixMapping, isClosed, isEmpty, isIsomorphicWith, notifyAdd, notifyDelete, size, toString, toString
-
-