Class PropertyPaths
java.lang.Object
org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath.builder.PropertyPaths
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PredicatePath
static AlternativePath
pAlt
(PropertyPath left, PropertyPath right) static EmptyPropertyPathBuilder
path()
static PropertyPathBuilder
static GroupedPath
pGroup
(PropertyPath path) static InversePath
pInv
(PropertyPath path) static InversePredicatePath
static NegatedPropertySet
pNeg
(PredicatePathOrInversePredicatePath... predicates) static OneOrMorePath
pOneOrMore
(PropertyPath path) static SequencePath
pSeq
(PropertyPath left, PropertyPath right) static ZeroOrMorePath
pZeroOrMore
(PropertyPath path) static ZeroOrOnePath
pZeroOrOne
(PropertyPath path)
-
Constructor Details
-
PropertyPaths
PropertyPaths()
-
-
Method Details
-
pSeq
-
p
-
pInv
-
pInv
-
pAlt
-
pZeroOrMore
-
pOneOrMore
-
pZeroOrOne
-
pGroup
-
pNeg
-
path
-
path
-