public abstract class AbstractOneGraphManagement extends GraphManagement
DEFAULT_INITIAL_CAPACITY| Constructor and Description |
|---|
AbstractOneGraphManagement(AbstractOneGraphManagement op) |
AbstractOneGraphManagement(BOp[] args,
Map<String,Object> anns) |
AbstractOneGraphManagement(UpdateType updateType) |
| Modifier and Type | Method and Description |
|---|---|
ConstantNode |
getTargetGraph()
The
ConstantNode for the target graph (for operations which have
this concept). |
String |
getTargetSolutionSet() |
boolean |
isTargetSolutionSet()
Return
true if the target is a SOLUTION SET. |
void |
setTargetGraph(ConstantNode targetGraph) |
void |
setTargetSolutionSet(String targetSolutionSet) |
String |
toString(int indent)
The contract of this method at this level is under-specified.
|
getDesiredBound, getRequiredBound, isSilent, setSilentgetDatasetClauses, getSourceGraph, getUpdateType, setDatasetClauses, setSourceGraphgetContext, 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 AbstractOneGraphManagement(UpdateType updateType)
updateType - public AbstractOneGraphManagement(AbstractOneGraphManagement op)
op - public final boolean isTargetSolutionSet()
true if the target is a SOLUTION SET.public final 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 final void setTargetGraph(ConstantNode targetGraph)
setTargetGraph in class Updatepublic final String getTargetSolutionSet()
public final void setTargetSolutionSet(String targetSolutionSet)
public final 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.