Class NegatedPropertySet
- java.lang.Object
-
- org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath.NegatedPropertySet
-
- All Implemented Interfaces:
PropertyPath
,QueryElement
,RdfPredicate
public class NegatedPropertySet extends java.lang.Object implements PropertyPath
- Since:
- 4.0.0
-
-
Field Summary
Fields Modifier and Type Field Description private PredicatePathOrInversePredicatePath[]
properties
-
Fields inherited from interface org.eclipse.rdf4j.sparqlbuilder.rdf.RdfPredicate
a
-
-
Constructor Summary
Constructors Constructor Description NegatedPropertySet(PredicatePathOrInversePredicatePath... properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getQueryString()
-
-
-
Field Detail
-
properties
private final PredicatePathOrInversePredicatePath[] properties
-
-
Constructor Detail
-
NegatedPropertySet
public NegatedPropertySet(PredicatePathOrInversePredicatePath... properties)
-
-
Method Detail
-
getQueryString
public java.lang.String getQueryString()
- Specified by:
getQueryString
in interfaceQueryElement
- Returns:
- the String representing the SPARQL syntax of this element
-
-