Uses of Interface
org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath.PropertyPath
-
Packages that use PropertyPath Package Description org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath.builder -
-
Uses of PropertyPath in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath
Subinterfaces of PropertyPath in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath Modifier and Type Interface Description interface
PredicatePathOrInversePredicatePath
Classes in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath that implement PropertyPath Modifier and Type Class Description class
AlternativePath
class
GroupedPath
class
InversePath
class
InversePredicatePath
class
NegatedPropertySet
class
OneOrMorePath
class
PredicatePath
class
SequencePath
class
ZeroOrMorePath
class
ZeroOrOnePath
Fields in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath declared as PropertyPath Modifier and Type Field Description private PropertyPath
AlternativePath. left
private PropertyPath
SequencePath. left
private PropertyPath
GroupedPath. path
private PropertyPath
InversePath. path
private PropertyPath
OneOrMorePath. path
private PropertyPath
ZeroOrMorePath. path
private PropertyPath
ZeroOrOnePath. path
private PropertyPath
AlternativePath. right
private PropertyPath
SequencePath. right
Constructors in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath with parameters of type PropertyPath Constructor Description AlternativePath(PropertyPath left, PropertyPath right)
GroupedPath(PropertyPath path)
InversePath(PropertyPath path)
OneOrMorePath(PropertyPath path)
SequencePath(PropertyPath left, PropertyPath right)
ZeroOrMorePath(PropertyPath path)
ZeroOrOnePath(PropertyPath path)
-
Uses of PropertyPath in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath.builder
Fields in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath.builder declared as PropertyPath Modifier and Type Field Description private PropertyPath
PropertyPathBuilder. head
Methods in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath.builder that return PropertyPath Modifier and Type Method Description PropertyPath
EmptyPropertyPathBuilder. build()
PropertyPath
PropertyPathBuilder. build()
Build the path.private PropertyPath
PropertyPathBuilder. groupIfNotGrouped(PropertyPath path)
Methods in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath.builder with parameters of type PropertyPath Modifier and Type Method Description private PropertyPath
PropertyPathBuilder. groupIfNotGrouped(PropertyPath path)
PropertyPathBuilder
PropertyPathBuilder. or(PropertyPath path)
Append`|` path
to the path.static AlternativePath
PropertyPaths. pAlt(PropertyPath left, PropertyPath right)
static GroupedPath
PropertyPaths. pGroup(PropertyPath path)
static InversePath
PropertyPaths. pInv(PropertyPath path)
static OneOrMorePath
PropertyPaths. pOneOrMore(PropertyPath path)
static SequencePath
PropertyPaths. pSeq(PropertyPath left, PropertyPath right)
static ZeroOrMorePath
PropertyPaths. pZeroOrMore(PropertyPath path)
static ZeroOrOnePath
PropertyPaths. pZeroOrOne(PropertyPath path)
PropertyPathBuilder
PropertyPathBuilder. then(PropertyPath path)
Append`/` path
to the path.Method parameters in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath.builder with type arguments of type PropertyPath Modifier and Type Method Description private PropertyPathBuilder
PropertyPathBuilder. withSubtree(java.util.function.Consumer<EmptyPropertyPathBuilder> subtreeBuilder, java.util.function.BiFunction<PropertyPath,PropertyPath,PropertyPath> assembler)
private PropertyPathBuilder
PropertyPathBuilder. withSubtree(java.util.function.Consumer<EmptyPropertyPathBuilder> subtreeBuilder, java.util.function.BiFunction<PropertyPath,PropertyPath,PropertyPath> assembler)
private PropertyPathBuilder
PropertyPathBuilder. withSubtree(java.util.function.Consumer<EmptyPropertyPathBuilder> subtreeBuilder, java.util.function.BiFunction<PropertyPath,PropertyPath,PropertyPath> assembler)
-