Uses of Class
org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath.builder.EmptyPropertyPathBuilder
-
-
Uses of EmptyPropertyPathBuilder in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath.builder
Methods in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath.builder that return EmptyPropertyPathBuilder Modifier and Type Method Description static EmptyPropertyPathBuilder
PropertyPaths. path()
Method parameters in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath.builder with type arguments of type EmptyPropertyPathBuilder Modifier and Type Method Description PropertyPathBuilder
PropertyPathBuilder. or(java.util.function.Consumer<EmptyPropertyPathBuilder> subtreeBuilder)
Append`|`
and the product of thesubtreeBuilder
to the path.PropertyPathBuilder
PropertyPathBuilder. then(java.util.function.Consumer<EmptyPropertyPathBuilder> subtreeBuilder)
Append`/`
and the product of thesubtreeBuilder
to the path.private PropertyPathBuilder
PropertyPathBuilder. withSubtree(java.util.function.Consumer<EmptyPropertyPathBuilder> subtreeBuilder, java.util.function.BiFunction<PropertyPath,PropertyPath,PropertyPath> assembler)
-
Uses of EmptyPropertyPathBuilder in org.eclipse.rdf4j.sparqlbuilder.graphpattern
Method parameters in org.eclipse.rdf4j.sparqlbuilder.graphpattern with type arguments of type EmptyPropertyPathBuilder Modifier and Type Method Description default TriplePattern
TriplePattern. andHas(java.util.function.Consumer<EmptyPropertyPathBuilder> propertyPathConfigurer, java.lang.Boolean... objects)
Wrapper forTriplePattern.andHas(Consumer, RdfObject...)
converting theBoolean
objects
toRdfObject
s.default TriplePattern
TriplePattern. andHas(java.util.function.Consumer<EmptyPropertyPathBuilder> propertyPathConfigurer, java.lang.Number... objects)
Wrapper forTriplePattern.andHas(Consumer, RdfObject...)
converting theNumber
objects
toRdfObject
s.default TriplePattern
TriplePattern. andHas(java.util.function.Consumer<EmptyPropertyPathBuilder> propertyPathConfigurer, java.lang.String... objects)
Wrapper forTriplePattern.andHas(Consumer, RdfObject...)
converting theString
objects
toRdfObject
s.default TriplePattern
TriplePattern. andHas(java.util.function.Consumer<EmptyPropertyPathBuilder> propertyPathConfigurer, Value... objects)
Wrapper forTriplePattern.andHas(Consumer, RdfObject...)
converting theValue
objects
toRdfObject
s.default TriplePattern
TriplePattern. andHas(java.util.function.Consumer<EmptyPropertyPathBuilder> propertyPathConfigurer, RdfObject... objects)
Add a property path with an object list describing this triple pattern's subjectstatic TriplePattern
GraphPatterns. tp(RdfSubject subject, java.util.function.Consumer<EmptyPropertyPathBuilder> propertyPathConfigurer, RdfObject... objects)
Create a triple pattern from a property path and a list of objects. -
Uses of EmptyPropertyPathBuilder in org.eclipse.rdf4j.sparqlbuilder.rdf
Method parameters in org.eclipse.rdf4j.sparqlbuilder.rdf with type arguments of type EmptyPropertyPathBuilder Modifier and Type Method Description RdfBlankNode.PropertiesBlankNode
RdfBlankNode.PropertiesBlankNode. andHas(java.util.function.Consumer<EmptyPropertyPathBuilder> propertyPathConfigurer, RdfObject... objects)
Using the predicate-object and object list mechanisms, expand this blank node's pattern to include triples consisting of this blank node as the subject, and the configured predicate path and object(s)RdfPredicateObjectListCollection
RdfPredicateObjectListCollection. andHas(java.util.function.Consumer<EmptyPropertyPathBuilder> propertyPathConfigurer, RdfObject... objects)
Add a predicate path with an object list to this collection.private static java.lang.String
RdfPredicateObjectList. buildPath(java.util.function.Consumer<EmptyPropertyPathBuilder> propertyPathConfigurer)
default TriplePattern
RdfSubject. has(java.util.function.Consumer<EmptyPropertyPathBuilder> propertyPathConfigurer, java.lang.Boolean... objects)
Wrapper forRdfSubject.has(Consumer, RdfObject...)
that converts the specifiedBoolean
objects
toRdfLiteral
s.default TriplePattern
RdfSubject. has(java.util.function.Consumer<EmptyPropertyPathBuilder> propertyPathConfigurer, java.lang.Number... objects)
Wrapper forRdfSubject.has(Consumer, RdfObject...)
that converts the specifiedNumber
objects
toRdfLiteral
s.default TriplePattern
RdfSubject. has(java.util.function.Consumer<EmptyPropertyPathBuilder> propertyPathConfigurer, java.lang.String... objects)
Wrapper forRdfSubject.has(Consumer, RdfObject...)
that converts the specifiedString
objects
toRdfLiteral
s.default TriplePattern
RdfSubject. has(java.util.function.Consumer<EmptyPropertyPathBuilder> propertyPathConfigurer, Value... objects)
Wrapper forRdfSubject.has(Consumer, RdfObject...)
that converts the specifiedValue
objects
toRdfObject
s.default TriplePattern
RdfSubject. has(java.util.function.Consumer<EmptyPropertyPathBuilder> propertyPathConfigurer, RdfObject... objects)
Create a triple pattern from this subject, predicate path and object.Constructor parameters in org.eclipse.rdf4j.sparqlbuilder.rdf with type arguments of type EmptyPropertyPathBuilder Constructor Description RdfPredicateObjectList(java.util.function.Consumer<EmptyPropertyPathBuilder> propertyPathConfigurer, RdfObject... objects)
Build a predicate path with an object list.
-