public class UpdateOperationWithQuads extends Object implements UpdateOperation
UpdateOperation.GraphSpec| Constructor and Description |
|---|
UpdateOperationWithQuads() |
| Modifier and Type | Method and Description |
|---|---|
void |
addQuad(Set<TriplePattern> triplePatterns) |
void |
addQuad(UriRefOrVariable ImmutableGraph,
Set<TriplePattern> triplePatterns) |
Set<IRI> |
getDestinationGraphs(IRI defaultGraph,
GraphStore graphStore) |
Set<IRI> |
getInputGraphs(IRI defaultGraph,
GraphStore graphStore) |
public void addQuad(Set<TriplePattern> triplePatterns)
public void addQuad(UriRefOrVariable ImmutableGraph, Set<TriplePattern> triplePatterns)
public Set<IRI> getInputGraphs(IRI defaultGraph, GraphStore graphStore)
getInputGraphs in interface UpdateOperationdefaultGraph - if default graph is referred either implicitly or explicitly as an input graph in this operation
the specified defaultGraph should be returned in the resulting set.graphStore - the specified tcProvider is used to get the named graphs referred as input graphs in this operation.public Set<IRI> getDestinationGraphs(IRI defaultGraph, GraphStore graphStore)
getDestinationGraphs in interface UpdateOperationdefaultGraph - if default graph is referred either implicitly or explicitly as a destination graph in this operation
the specified defaultGraph should be returned in the resulting set.graphStore - the specified tcProvider is used to get the named graphs referred as destination graphs in this operation.Copyright © 2015–2022 The Apache Software Foundation. All rights reserved.