Class PropertyPaths
java.lang.Object
org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath.builder.PropertyPaths
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PredicatePathstatic AlternativePathpAlt(PropertyPath left, PropertyPath right) static EmptyPropertyPathBuilderpath()static PropertyPathBuilderstatic GroupedPathpGroup(PropertyPath path) static InversePathpInv(PropertyPath path) static InversePredicatePathstatic NegatedPropertySetpNeg(PredicatePathOrInversePredicatePath... predicates) static OneOrMorePathpOneOrMore(PropertyPath path) static SequencePathpSeq(PropertyPath left, PropertyPath right) static ZeroOrMorePathpZeroOrMore(PropertyPath path) static ZeroOrOnePathpZeroOrOne(PropertyPath path)
-
Constructor Details
-
PropertyPaths
PropertyPaths()
-
-
Method Details
-
pSeq
-
p
-
pInv
-
pInv
-
pAlt
-
pZeroOrMore
-
pOneOrMore
-
pZeroOrOne
-
pGroup
-
pNeg
-
path
-
path
-