Uses of Class
org.eclipse.rdf4j.sparqlbuilder.rdf.RdfPredicateObjectListCollection
-
Packages that use RdfPredicateObjectListCollection Package Description org.eclipse.rdf4j.sparqlbuilder.graphpattern org.eclipse.rdf4j.sparqlbuilder.rdf -
-
Uses of RdfPredicateObjectListCollection in org.eclipse.rdf4j.sparqlbuilder.graphpattern
Fields in org.eclipse.rdf4j.sparqlbuilder.graphpattern declared as RdfPredicateObjectListCollection Modifier and Type Field Description private RdfPredicateObjectListCollectionTriplesSameSubject. predicateObjectLists -
Uses of RdfPredicateObjectListCollection in org.eclipse.rdf4j.sparqlbuilder.rdf
Fields in org.eclipse.rdf4j.sparqlbuilder.rdf declared as RdfPredicateObjectListCollection Modifier and Type Field Description private RdfPredicateObjectListCollectionRdfBlankNode.PropertiesBlankNode. predicateObjectListsMethods in org.eclipse.rdf4j.sparqlbuilder.rdf that return RdfPredicateObjectListCollection Modifier and Type Method Description RdfPredicateObjectListCollectionRdfPredicateObjectListCollection. andHas(java.util.function.Consumer<EmptyPropertyPathBuilder> propertyPathConfigurer, RdfObject... objects)Add a predicate path with an object list to this collection.RdfPredicateObjectListCollectionRdfPredicateObjectListCollection. andHas(IRI predicate, RdfObject... objects)add predicate-object lists to this collectionRdfPredicateObjectListCollectionRdfPredicateObjectListCollection. andHas(RdfPredicateObjectList... lists)add predicate-object lists to this collectionRdfPredicateObjectListCollectionRdfPredicateObjectListCollection. andHas(RdfPredicate predicate, RdfObject... objects)add predicate-object lists to this collectionstatic RdfPredicateObjectListCollectionRdf. predicateObjectListCollection(IRI predicate, RdfObject... objects)Create aRdfPredicateObjectListCollectionwith an initialRdfPredicateObjectListstatic RdfPredicateObjectListCollectionRdf. predicateObjectListCollection(RdfPredicateObjectList... predicateObjectLists)Create aRdfPredicateObjectListCollectionwith the givenRdfPredicateObjectList(s)static RdfPredicateObjectListCollectionRdf. predicateObjectListCollection(RdfPredicate predicate, RdfObject... objects)Create aRdfPredicateObjectListCollectionwith an initialRdfPredicateObjectList
-