Uses of Interface
org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath.PropertyPath
Packages that use PropertyPath
Package
Description
-
Uses of PropertyPath in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath
Subinterfaces of PropertyPath in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypathClasses in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath that implement PropertyPathModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassConstructors in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath with parameters of type PropertyPathModifierConstructorDescriptionAlternativePath(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 PropertyPathModifier and TypeMethodDescriptionEmptyPropertyPathBuilder.build()PropertyPathBuilder.build()Build the path.Methods in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath.builder with parameters of type PropertyPathModifier and TypeMethodDescriptionPropertyPathBuilder.or(PropertyPath path) Append`|` pathto the path.PropertyPathBuilder.then(PropertyPath path) Append`/` pathto the path.