public class RdfPredicateObjectListCollection extends QueryElementCollection<RdfPredicateObjectList>
elements| Modifier and Type | Method and Description | 
|---|---|
| RdfPredicateObjectListCollection | andHas(RdfPredicateObjectList... lists)add predicate-object lists to this collection | 
| RdfPredicateObjectListCollection | andHas(RdfPredicate predicate,
      RdfObject... objects)add predicate-object lists to this collection | 
addElements, addElements, getQueryString, isEmptypublic RdfPredicateObjectListCollection andHas(RdfPredicate predicate, RdfObject... objects)
predicate - the predicate of the predicate-object list to addobjects - the object or objects to addpublic RdfPredicateObjectListCollection andHas(RdfPredicateObjectList... lists)
lists - the RdfPredicateObjectList's to add to this collectionCopyright © 2015-2020 Eclipse Foundation. All Rights Reserved.