Package | Description |
---|---|
com.bigdata.rdf.sparql.ast |
This package contains an Abstract Syntax Tree which provides an intermediate translation
target for SPARQL parsers.
|
Modifier and Type | Method and Description |
---|---|
PathNode.PathMod |
PathNode.PathElt.getMod() |
static PathNode.PathMod |
PathNode.PathMod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PathNode.PathMod[] |
PathNode.PathMod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PathNode.PathElt.setMod(PathNode.PathMod mod) |
Constructor and Description |
---|
ArbitraryLengthPathNode(TermNode left,
TermNode right,
VarNode tVarLeft,
VarNode tVarRight,
PathNode.PathMod mod)
Fully construct an arbitrary length path node with all required
annotations.
|
PathNode.PathElt(BOp arg,
boolean inverse,
PathNode.PathMod mod) |
PathNode.PathElt(BOp arg,
PathNode.PathMod mod) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.