Uses of Interface
com.hp.hpl.jena.update.GraphStore

Packages that use GraphStore
arq.cmdline   
com.hp.hpl.jena.update   
 

Uses of GraphStore in arq.cmdline
 

Methods in arq.cmdline that return GraphStore
 GraphStore ModGraphStore.createGraphStore()
           
 GraphStore ModGraphStore.getGraphStore()
           
 

Uses of GraphStore in com.hp.hpl.jena.update
 

Methods in com.hp.hpl.jena.update that return GraphStore
static GraphStore GraphStoreFactory.create()
          Create an empty GraphStore with an empty default graph (in-memory)
static GraphStore GraphStoreFactory.create(Dataset dataset)
          Create a GraphStore from a dataset so that updates apply to the graphs in the dataset.
static GraphStore GraphStoreFactory.create(com.hp.hpl.jena.graph.Graph graph)
          Create a GraphStore from a Graph
static GraphStore GraphStoreFactory.create(com.hp.hpl.jena.rdf.model.Model model)
          Create a GraphStore from a Model
 

Methods in com.hp.hpl.jena.update with parameters of type GraphStore
static UpdateProcessor UpdateFactory.create(com.hp.hpl.jena.sparql.modify.op.Update update, GraphStore graphStore)
          Create a UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor
static UpdateProcessor UpdateFactory.create(com.hp.hpl.jena.sparql.modify.op.Update update, GraphStore graphStore, com.hp.hpl.jena.sparql.engine.binding.Binding initialBinding)
          Create a UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor
static UpdateProcessor UpdateFactory.create(com.hp.hpl.jena.sparql.modify.op.Update update, GraphStore graphStore, QuerySolution initialSolution)
          Create a UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor
static UpdateProcessor UpdateFactory.create(UpdateRequest updateRequest, GraphStore graphStore)
          Create a UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor
static UpdateProcessor UpdateFactory.create(UpdateRequest updateRequest, GraphStore graphStore, com.hp.hpl.jena.sparql.engine.binding.Binding initialBinding)
          Create a UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor
static UpdateProcessor UpdateFactory.create(UpdateRequest updateRequest, GraphStore graphStore, QuerySolution initialSolution)
          Create a UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor
static void UpdateAction.execute(com.hp.hpl.jena.sparql.modify.op.Update update, GraphStore graphStore)
          Execute a single SPARQL/Update operation.
static void UpdateAction.execute(com.hp.hpl.jena.sparql.modify.op.Update update, GraphStore graphStore, com.hp.hpl.jena.sparql.engine.binding.Binding binding)
          Execute a single SPARQL/Update operation.
static void UpdateAction.execute(UpdateRequest request, GraphStore graphStore)
          Execute SPARQL/Update operations.
static void UpdateAction.execute(UpdateRequest request, GraphStore graphStore, com.hp.hpl.jena.sparql.engine.binding.Binding binding)
          Execute SPARQL/Update operations.
static void UpdateAction.parseExecute(java.lang.String updateString, GraphStore graphStore)
          Parse a string containing SPARQL/Update operations, and execute the operations.
static void UpdateAction.parseExecute(java.lang.String updateString, GraphStore graphStore, com.hp.hpl.jena.sparql.engine.binding.Binding binding)
          Parse a string containing SPARQL/Update operations, and execute the operations.
static void UpdateAction.readExecute(java.lang.String filename, GraphStore graphStore)
          Read a file containing SPARQL/Update operations, and execute the operations.
static void UpdateAction.readExecute(java.lang.String filename, GraphStore graphStore, com.hp.hpl.jena.sparql.engine.binding.Binding binding)
          Read a file containing SPARQL/Update operations, and execute the operations.
 



Copyright © 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP