public class LoadGraph extends GraphUpdate
LOAD ( SILENT )? IRIref_from ( INTO GRAPH IRIref_to )?
http://www.w3.org/TR/sparql11-update/#load,
Serialized Form| Modifier and Type | Class and Description |
|---|---|
static interface |
LoadGraph.Annotations
Adds options to control the behavior of the
RDFParser. |
DEFAULT_INITIAL_CAPACITY| Constructor and Description |
|---|
LoadGraph() |
LoadGraph(BOp[] args,
Map<String,Object> anns) |
LoadGraph(LoadGraph op) |
| Modifier and Type | Method and Description |
|---|---|
ConstantNode |
getSourceGraph()
The
ConstantNode for the source graph (for operations which have
this concept). |
ConstantNode |
getTargetGraph()
The
ConstantNode for the target graph (for operations which have
this concept). |
boolean |
isSilent()
The "SILENT" option (default
false) (for operations
which have this concept). |
void |
setSilent(boolean silent) |
void |
setSourceGraph(ConstantNode sourceGraph) |
void |
setTargetGraph(ConstantNode targetGraph) |
String |
toString(int indent)
The contract of this method at this level is under-specified.
|
getDatasetClauses, getDesiredBound, getRequiredBound, getUpdateType, setDatasetClausesgetContext, getParent, getParentGraphPatternGroup, getParentJoinGroup, setParentgetQueryHints, toStringaddExplainHint, getExplainHints, getQueryHint, getQueryHint, getQueryHintAsBoolean, getQueryHintAsBoolean, getQueryHintAsInteger, replaceAllWith, setQueryHint, setQueryHintsaddArg, addArg, addArgIfAbsent, annotations, annotationsEqual, argIterator, args, arity, clearProperty, copyAll, get, getProperty, indexOf, removeArg, replaceWith, setArg, setArgs, setId, setProperty, setUnboundProperty, toArray, toArrayannotationsEqual, annotationsToString, annotationsToString, annotationValueToString, checkArgs, clone, equals, getEvaluationContext, getId, getProperty, getRequiredProperty, hashCode, indent, isController, mutation, shortenName, toShortStringfinalize, getClass, notify, notifyAll, wait, wait, waitannotations, argIterator, args, arity, clone, get, getEvaluationContext, getId, getProperty, getRequiredProperty, isController, setProperty, toArray, toArray, toShortString, toStringgetPropertypublic LoadGraph()
public LoadGraph(LoadGraph op)
op - public ConstantNode getSourceGraph()
ConstantNode for the source graph (for operations which have
this concept).
Note: For LoadGraph, this is the URI of the external
resource to be loaded.
getSourceGraph in class Updatepublic void setSourceGraph(ConstantNode sourceGraph)
setSourceGraph in class Updatepublic ConstantNode getTargetGraph()
UpdateConstantNode for the target graph (for operations which have
this concept). If there is only one graph on which the operation will
have an effect, then it is modeled by this annotation.getTargetGraph in class Updatepublic void setTargetGraph(ConstantNode targetGraph)
setTargetGraph in class Updatepublic boolean isSilent()
Updatefalse) (for operations
which have this concept).public String toString(int indent)
CoreBaseBOpCoreBaseBOp.toString()
Or:
- return a pretty-print representation of the object with indent
Note that the former contract may or may not include recursive descent through a tree-like
object, whereas the latter almost certainly does.toString in interface BOptoString in interface IQueryNodetoString in class CoreBaseBOpCopyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.