Uses of Class
org.eclipse.rdf4j.sparqlbuilder.rdf.RdfPredicateObjectListCollection
Packages that use RdfPredicateObjectListCollection
Package
Description
-
Uses of RdfPredicateObjectListCollection in org.eclipse.rdf4j.sparqlbuilder.graphpattern
Fields in org.eclipse.rdf4j.sparqlbuilder.graphpattern declared as RdfPredicateObjectListCollectionModifier and TypeFieldDescriptionprivate final RdfPredicateObjectListCollectionTriplesSameSubject.predicateObjectLists -
Uses of RdfPredicateObjectListCollection in org.eclipse.rdf4j.sparqlbuilder.rdf
Fields in org.eclipse.rdf4j.sparqlbuilder.rdf declared as RdfPredicateObjectListCollectionModifier and TypeFieldDescriptionprivate final RdfPredicateObjectListCollectionRdfBlankNode.PropertiesBlankNode.predicateObjectListsMethods in org.eclipse.rdf4j.sparqlbuilder.rdf that return RdfPredicateObjectListCollectionModifier and TypeMethodDescriptionRdfPredicateObjectListCollection.andHas(Consumer<EmptyPropertyPathBuilder> propertyPathConfigurer, RdfObject... objects) Add a predicate path with an object list to this collection.add predicate-object lists to this collectionRdfPredicateObjectListCollection.andHas(RdfPredicateObjectList... lists) add predicate-object lists to this collectionRdfPredicateObjectListCollection.andHas(RdfPredicate predicate, RdfObject... objects) add predicate-object lists to this collectionRdf.predicateObjectListCollection(IRI predicate, RdfObject... objects) Create aRdfPredicateObjectListCollectionwith an initialRdfPredicateObjectListRdf.predicateObjectListCollection(RdfPredicateObjectList... predicateObjectLists) Create aRdfPredicateObjectListCollectionwith the givenRdfPredicateObjectList(s)Rdf.predicateObjectListCollection(RdfPredicate predicate, RdfObject... objects) Create aRdfPredicateObjectListCollectionwith an initialRdfPredicateObjectList