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 TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
Fields in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath declared as PropertyPathModifier and TypeFieldDescriptionprivate final PropertyPath
AlternativePath.left
private final PropertyPath
SequencePath.left
private final PropertyPath
GroupedPath.path
private final PropertyPath
InversePath.path
private final PropertyPath
OneOrMorePath.path
private final PropertyPath
ZeroOrMorePath.path
private final PropertyPath
ZeroOrOnePath.path
private final PropertyPath
AlternativePath.right
private final PropertyPath
SequencePath.right
Constructors 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
Fields in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath.builder declared as PropertyPathMethods in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath.builder that return PropertyPathModifier and TypeMethodDescriptionEmptyPropertyPathBuilder.build()
PropertyPathBuilder.build()
Build the path.private PropertyPath
PropertyPathBuilder.groupIfNotGrouped
(PropertyPath path) Methods in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath.builder with parameters of type PropertyPathModifier and TypeMethodDescriptionprivate PropertyPath
PropertyPathBuilder.groupIfNotGrouped
(PropertyPath path) PropertyPathBuilder.or
(PropertyPath path) Append`|` path
to the path.static AlternativePath
PropertyPaths.pAlt
(PropertyPath left, PropertyPath right) static GroupedPath
PropertyPaths.pGroup
(PropertyPath path) static InversePath
PropertyPaths.pInv
(PropertyPath path) static OneOrMorePath
PropertyPaths.pOneOrMore
(PropertyPath path) static SequencePath
PropertyPaths.pSeq
(PropertyPath left, PropertyPath right) static ZeroOrMorePath
PropertyPaths.pZeroOrMore
(PropertyPath path) static ZeroOrOnePath
PropertyPaths.pZeroOrOne
(PropertyPath path) PropertyPathBuilder.then
(PropertyPath path) Append`/` path
to the path.Method parameters in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath.builder with type arguments of type PropertyPathModifier and TypeMethodDescriptionprivate PropertyPathBuilder
PropertyPathBuilder.withSubtree
(Consumer<EmptyPropertyPathBuilder> subtreeBuilder, BiFunction<PropertyPath, PropertyPath, PropertyPath> assembler) private PropertyPathBuilder
PropertyPathBuilder.withSubtree
(Consumer<EmptyPropertyPathBuilder> subtreeBuilder, BiFunction<PropertyPath, PropertyPath, PropertyPath> assembler) private PropertyPathBuilder
PropertyPathBuilder.withSubtree
(Consumer<EmptyPropertyPathBuilder> subtreeBuilder, BiFunction<PropertyPath, PropertyPath, PropertyPath> assembler)