Uses of Interface
org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath.PredicatePathOrInversePredicatePath
-
Packages that use PredicatePathOrInversePredicatePath Package Description org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath.builder -
-
Uses of PredicatePathOrInversePredicatePath in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath
Classes in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath that implement PredicatePathOrInversePredicatePath Modifier and Type Class Description class
InversePredicatePath
class
PredicatePath
Fields in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath declared as PredicatePathOrInversePredicatePath Modifier and Type Field Description private PredicatePathOrInversePredicatePath[]
NegatedPropertySet. properties
Constructors in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath with parameters of type PredicatePathOrInversePredicatePath Constructor Description NegatedPropertySet(PredicatePathOrInversePredicatePath... properties)
-
Uses of PredicatePathOrInversePredicatePath in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath.builder
Fields in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath.builder with type parameters of type PredicatePathOrInversePredicatePath Modifier and Type Field Description private java.util.List<PredicatePathOrInversePredicatePath>
NegatedPropertySetBuilder. propertySet
Methods in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath.builder with parameters of type PredicatePathOrInversePredicatePath Modifier and Type Method Description static NegatedPropertySet
PropertyPaths. pNeg(PredicatePathOrInversePredicatePath... predicates)
-