Package | Description |
---|---|
org.eclipse.rdf4j.sparqlbuilder.rdf |
Modifier and Type | Method and Description |
---|---|
RdfPredicateObjectListCollection |
RdfPredicateObjectListCollection.andHas(RdfPredicateObjectList... lists)
add predicate-object lists to this collection
|
RdfPredicateObjectListCollection |
RdfPredicateObjectListCollection.andHas(RdfPredicate predicate,
RdfObject... objects)
add predicate-object lists to this collection
|
static RdfPredicateObjectListCollection |
Rdf.predicateObjectListCollection(RdfPredicateObjectList... predicateObjectLists)
Create a
RdfPredicateObjectListCollection with the given RdfPredicateObjectList (s) |
static RdfPredicateObjectListCollection |
Rdf.predicateObjectListCollection(RdfPredicate predicate,
RdfObject... objects)
Create a
RdfPredicateObjectListCollection with an initial RdfPredicateObjectList |
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.