Interface PropertyPath
-
- All Superinterfaces:
IsSparqler,TermAtomic
public interface PropertyPath extends TermAtomic
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPropertyPath.Repeat
-
Field Summary
Fields Modifier and Type Field Description static intALT_PRECEDENCEstatic intINV_PRECEDENCEstatic intOUTER_PRECEDENCEstatic intPROP_PRECEDENCEstatic intREP_PRECEDENCEstatic intSEQ_PRECEDENCE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidtoSparql(int precedence, Settings s, StringBuilder sb)-
Methods inherited from interface com.epimorphics.sparql.terms.IsSparqler
toSparql
-
-
-
-
Field Detail
-
OUTER_PRECEDENCE
static final int OUTER_PRECEDENCE
- See Also:
- Constant Field Values
-
ALT_PRECEDENCE
static final int ALT_PRECEDENCE
- See Also:
- Constant Field Values
-
SEQ_PRECEDENCE
static final int SEQ_PRECEDENCE
- See Also:
- Constant Field Values
-
INV_PRECEDENCE
static final int INV_PRECEDENCE
- See Also:
- Constant Field Values
-
REP_PRECEDENCE
static final int REP_PRECEDENCE
- See Also:
- Constant Field Values
-
PROP_PRECEDENCE
static final int PROP_PRECEDENCE
- See Also:
- Constant Field Values
-
-
Method Detail
-
toSparql
void toSparql(int precedence, Settings s, StringBuilder sb)
-
-