Uses of Interface
org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath.PropertyPath
-
Packages that use PropertyPath Package Description org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath.builder -
-
Uses of PropertyPath in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath
Subinterfaces of PropertyPath in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath Modifier and Type Interface Description interfacePredicatePathOrInversePredicatePathClasses in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath that implement PropertyPath Modifier and Type Class Description classAlternativePathclassGroupedPathclassInversePathclassInversePredicatePathclassNegatedPropertySetclassOneOrMorePathclassPredicatePathclassSequencePathclassZeroOrMorePathclassZeroOrOnePathConstructors in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath with parameters of type PropertyPath Constructor Description AlternativePath(PropertyPath left, PropertyPath right)GroupedPath(PropertyPath path)InversePath(PropertyPath path)OneOrMorePath(PropertyPath path)SequencePath(PropertyPath left, PropertyPath right)ZeroOrMorePath(PropertyPath path)ZeroOrOnePath(PropertyPath path) -
Uses of PropertyPath in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath.builder
Methods in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath.builder that return PropertyPath Modifier and Type Method Description PropertyPathEmptyPropertyPathBuilder. build()PropertyPathPropertyPathBuilder. build()Build the path.Methods in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath.builder with parameters of type PropertyPath Modifier and Type Method Description PropertyPathBuilderPropertyPathBuilder. or(PropertyPath path)Append`|` pathto the path.PropertyPathBuilderPropertyPathBuilder. then(PropertyPath path)Append`/` pathto the path.
-