public interface PropertyPath extends TermAtomic
| Modifier and Type | Interface and Description |
|---|---|
static class |
PropertyPath.Repeat |
| Modifier and Type | Field and Description |
|---|---|
static int |
ALT_PRECEDENCE |
static int |
INV_PRECEDENCE |
static int |
OUTER_PRECEDENCE |
static int |
PROP_PRECEDENCE |
static int |
REP_PRECEDENCE |
static int |
SEQ_PRECEDENCE |
| Modifier and Type | Method and Description |
|---|---|
void |
toSparql(int precedence,
Settings s,
StringBuilder sb) |
toSparqlstatic final int OUTER_PRECEDENCE
static final int ALT_PRECEDENCE
static final int SEQ_PRECEDENCE
static final int INV_PRECEDENCE
static final int REP_PRECEDENCE
static final int PROP_PRECEDENCE
void toSparql(int precedence,
Settings s,
StringBuilder sb)
Copyright © 2017. All rights reserved.