Class Property
- java.lang.Object
-
- com.epimorphics.sparql.propertypaths.PathCommon
-
- com.epimorphics.sparql.propertypaths.Property
-
- All Implemented Interfaces:
PropertyPath,IsSparqler,TermAtomic
public class Property extends PathCommon implements PropertyPath
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.epimorphics.sparql.propertypaths.PropertyPath
PropertyPath.Repeat
-
-
Field Summary
-
Fields inherited from interface com.epimorphics.sparql.propertypaths.PropertyPath
ALT_PRECEDENCE, INV_PRECEDENCE, OUTER_PRECEDENCE, PROP_PRECEDENCE, REP_PRECEDENCE, SEQ_PRECEDENCE
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcoreToSparql(Settings s, StringBuilder sb)intprecedence()-
Methods inherited from class com.epimorphics.sparql.propertypaths.PathCommon
toSparql, toSparql
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.epimorphics.sparql.terms.IsSparqler
toSparql
-
Methods inherited from interface com.epimorphics.sparql.propertypaths.PropertyPath
toSparql
-
-
-
-
Constructor Detail
-
Property
public Property(URI property)
-
-
Method Detail
-
coreToSparql
public void coreToSparql(Settings s, StringBuilder sb)
- Specified by:
coreToSparqlin classPathCommon
-
precedence
public int precedence()
- Specified by:
precedencein classPathCommon
-
-