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 Details

    • SimplePropertyPath

      public SimplePropertyPath(org.apache.jena.rdf.model.Resource root, org.apache.jena.rdf.model.Property predicate)
  • Method Details

    • getPredicate

      public org.apache.jena.rdf.model.Property getPredicate()
    • getRoot

      public org.apache.jena.rdf.model.Resource getRoot()
    • toString

      public String toString()
      Overrides:
      toString in class Object