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 EmptyPropertyPathBuilderPropertyPaths. path()Method parameters in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath.builder with type arguments of type EmptyPropertyPathBuilder Modifier and Type Method Description PropertyPathBuilderPropertyPathBuilder. or(java.util.function.Consumer<EmptyPropertyPathBuilder> subtreeBuilder)Append`|`and the product of thesubtreeBuilderto the path.PropertyPathBuilderPropertyPathBuilder. then(java.util.function.Consumer<EmptyPropertyPathBuilder> subtreeBuilder)Append`/`and the product of thesubtreeBuilderto the path.private PropertyPathBuilderPropertyPathBuilder. 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 TriplePatternTriplePattern. andHas(java.util.function.Consumer<EmptyPropertyPathBuilder> propertyPathConfigurer, java.lang.Boolean... objects)Wrapper forTriplePattern.andHas(Consumer, RdfObject...)converting theBooleanobjectstoRdfObjects.default TriplePatternTriplePattern. andHas(java.util.function.Consumer<EmptyPropertyPathBuilder> propertyPathConfigurer, java.lang.Number... objects)Wrapper forTriplePattern.andHas(Consumer, RdfObject...)converting theNumberobjectstoRdfObjects.default TriplePatternTriplePattern. andHas(java.util.function.Consumer<EmptyPropertyPathBuilder> propertyPathConfigurer, java.lang.String... objects)Wrapper forTriplePattern.andHas(Consumer, RdfObject...)converting theStringobjectstoRdfObjects.default TriplePatternTriplePattern. andHas(java.util.function.Consumer<EmptyPropertyPathBuilder> propertyPathConfigurer, Value... objects)Wrapper forTriplePattern.andHas(Consumer, RdfObject...)converting theValueobjectstoRdfObjects.default TriplePatternTriplePattern. andHas(java.util.function.Consumer<EmptyPropertyPathBuilder> propertyPathConfigurer, RdfObject... objects)Add a property path with an object list describing this triple pattern's subjectstatic TriplePatternGraphPatterns. 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.PropertiesBlankNodeRdfBlankNode.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)RdfPredicateObjectListCollectionRdfPredicateObjectListCollection. andHas(java.util.function.Consumer<EmptyPropertyPathBuilder> propertyPathConfigurer, RdfObject... objects)Add a predicate path with an object list to this collection.private static java.lang.StringRdfPredicateObjectList. buildPath(java.util.function.Consumer<EmptyPropertyPathBuilder> propertyPathConfigurer)default TriplePatternRdfSubject. has(java.util.function.Consumer<EmptyPropertyPathBuilder> propertyPathConfigurer, java.lang.Boolean... objects)Wrapper forRdfSubject.has(Consumer, RdfObject...)that converts the specifiedBooleanobjectstoRdfLiterals.default TriplePatternRdfSubject. has(java.util.function.Consumer<EmptyPropertyPathBuilder> propertyPathConfigurer, java.lang.Number... objects)Wrapper forRdfSubject.has(Consumer, RdfObject...)that converts the specifiedNumberobjectstoRdfLiterals.default TriplePatternRdfSubject. has(java.util.function.Consumer<EmptyPropertyPathBuilder> propertyPathConfigurer, java.lang.String... objects)Wrapper forRdfSubject.has(Consumer, RdfObject...)that converts the specifiedStringobjectstoRdfLiterals.default TriplePatternRdfSubject. has(java.util.function.Consumer<EmptyPropertyPathBuilder> propertyPathConfigurer, Value... objects)Wrapper forRdfSubject.has(Consumer, RdfObject...)that converts the specifiedValueobjectstoRdfObjects.default TriplePatternRdfSubject. 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.
-