public abstract class PathCommon extends Object implements PropertyPath
PropertyPath.RepeatALT_PRECEDENCE, INV_PRECEDENCE, OUTER_PRECEDENCE, PROP_PRECEDENCE, REP_PRECEDENCE, SEQ_PRECEDENCE| Constructor and Description |
|---|
PathCommon() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
coreToSparql(Settings s,
StringBuilder sb) |
abstract int |
precedence() |
void |
toSparql(int precedence,
Settings s,
StringBuilder sb) |
void |
toSparql(Settings s,
StringBuilder sb) |
public void toSparql(Settings s, StringBuilder sb)
toSparql in interface IsSparqlerpublic void toSparql(int precedence,
Settings s,
StringBuilder sb)
toSparql in interface PropertyPathpublic abstract int precedence()
public abstract void coreToSparql(Settings s, StringBuilder sb)
Copyright © 2019. All rights reserved.