public class LoadGraph extends GraphUpdate
LOAD ( SILENT )? IRIref_from ( INTO GRAPH IRIref_to )?
http://www.w3.org/TR/sparql11-update/#load
,
Serialized FormModifier 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, setDatasetClauses
getContext, getParent, getParentGraphPatternGroup, getParentJoinGroup, setParent
getQueryHints, toString
addExplainHint, getExplainHints, getQueryHint, getQueryHint, getQueryHintAsBoolean, getQueryHintAsBoolean, getQueryHintAsInteger, replaceAllWith, setQueryHint, setQueryHints
addArg, addArg, addArgIfAbsent, annotations, annotationsEqual, argIterator, args, arity, clearProperty, copyAll, get, getProperty, indexOf, removeArg, replaceWith, setArg, setArgs, setId, setProperty, setUnboundProperty, toArray, toArray
annotationsEqual, annotationsToString, annotationsToString, annotationValueToString, checkArgs, clone, equals, getEvaluationContext, getId, getProperty, getRequiredProperty, hashCode, indent, isController, mutation, shortenName, toShortString
finalize, getClass, notify, notifyAll, wait, wait, wait
annotations, argIterator, args, arity, clone, get, getEvaluationContext, getId, getProperty, getRequiredProperty, isController, setProperty, toArray, toArray, toShortString, toString
getProperty
public 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 Update
public void setSourceGraph(ConstantNode sourceGraph)
setSourceGraph
in class Update
public ConstantNode getTargetGraph()
Update
ConstantNode
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 Update
public void setTargetGraph(ConstantNode targetGraph)
setTargetGraph
in class Update
public boolean isSilent()
Update
false
) (for operations
which have this concept).public String toString(int indent)
CoreBaseBOp
CoreBaseBOp.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 BOp
toString
in interface IQueryNode
toString
in class CoreBaseBOp
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.