Class SimplePropertyPath
- java.lang.Object
-
- com.atomgraph.spinrdf.constraints.SimplePropertyPath
-
- Direct Known Subclasses:
ObjectPropertyPath,SubjectPropertyPath
public abstract class SimplePropertyPath extends Object
- Author:
- Martynas Jusevičius <martynas@atomgraph.com>
-
-
Constructor Summary
Constructors Constructor Description SimplePropertyPath(org.apache.jena.rdf.model.Resource root, org.apache.jena.rdf.model.Property predicate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.jena.rdf.model.PropertygetPredicate()org.apache.jena.rdf.model.ResourcegetRoot()StringtoString()
-