public static class PathNode.PathElt extends ASTBase
DEFAULT_INITIAL_CAPACITY
Constructor and Description |
---|
PathNode.PathElt(BOp arg) |
PathNode.PathElt(BOp[] args,
Map<String,Object> anns)
Required shallow copy constructor.
|
PathNode.PathElt(BOp arg,
boolean inverse) |
PathNode.PathElt(BOp arg,
boolean inverse,
PathNode.PathMod mod) |
PathNode.PathElt(BOp arg,
PathNode.PathMod mod) |
PathNode.PathElt(PathNode.PathElt op)
Constructor required for
com.bigdata.bop.BOpUtility#deepCopy(FilterNode) . |
Modifier and Type | Method and Description |
---|---|
PathNode.PathMod |
getMod() |
boolean |
inverse() |
boolean |
isIRI() |
boolean |
isNegatedPropertySet() |
boolean |
isNestedPath() |
boolean |
isZeroLengthPath() |
void |
setInverse(boolean inverse) |
void |
setMod(PathNode.PathMod mod) |
addExplainHint, getExplainHints, getQueryHint, getQueryHint, getQueryHintAsBoolean, getQueryHintAsBoolean, getQueryHintAsInteger, getQueryHints, 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, toString, toString
public PathNode.PathElt(PathNode.PathElt op)
com.bigdata.bop.BOpUtility#deepCopy(FilterNode)
.public PathNode.PathElt(BOp[] args, Map<String,Object> anns)
public PathNode.PathElt(BOp arg)
#PathNode(BOp, boolean, PathMod)}.
public PathNode.PathElt(BOp arg, boolean inverse)
#PathNode(BOp, boolean, PathMod)}.
public PathNode.PathElt(BOp arg, PathNode.PathMod mod)
#PathNode(BOp, boolean, PathMod)}.
public PathNode.PathElt(BOp arg, boolean inverse, PathNode.PathMod mod)
arg
- Must be one of the following types:
public boolean inverse()
public void setInverse(boolean inverse)
public PathNode.PathMod getMod()
public void setMod(PathNode.PathMod mod)
public boolean isIRI()
public boolean isNestedPath()
public boolean isNegatedPropertySet()
public boolean isZeroLengthPath()
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.