Class PropertyPaths

java.lang.Object
org.eclipse.rdf4j.sparqlbuilder.core.PropertyPaths

@Deprecated(since="4.0") public class PropertyPaths extends Object
Deprecated.
Use the PropertyPathBuilder instead.
  • Constructor Details Link icon

    • PropertyPaths Link icon

      public PropertyPaths()
      Deprecated.
  • Method Details Link icon

    • path Link icon

      public static RdfPredicate path(RdfPredicate... aElements)
      Deprecated.
      Construct property paths for use with the SparqlBuilder

      Example: subject.has(path(zeroOrMore(property)), object).

      Parameters:
      aElements - the path elements
      Returns:
      a property path
    • path Link icon

      public static RdfPredicate path(IRI... aElements)
      Deprecated.
    • zeroOrMore Link icon

      public static RdfPredicate zeroOrMore(RdfPredicate aElement)
      Deprecated.
    • zeroOrMore Link icon

      public static RdfPredicate zeroOrMore(IRI aElement)
      Deprecated.
    • oneOrMore Link icon

      public static RdfPredicate oneOrMore(RdfPredicate aElement)
      Deprecated.
    • oneOrMore Link icon

      public static RdfPredicate oneOrMore(IRI aElement)
      Deprecated.