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 classAlternativePathclassGroupedPathclassInversePathclassInversePredicatePathclassNegatedPropertySetclassOneOrMorePathclassPredicatePathclassSequencePathclassZeroOrMorePathclassZeroOrOnePathFields in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath declared as PropertyPath Modifier and Type Field Description private PropertyPathAlternativePath. leftprivate PropertyPathSequencePath. leftprivate PropertyPathGroupedPath. pathprivate PropertyPathInversePath. pathprivate PropertyPathOneOrMorePath. pathprivate PropertyPathZeroOrMorePath. pathprivate PropertyPathZeroOrOnePath. pathprivate PropertyPathAlternativePath. rightprivate PropertyPathSequencePath. rightConstructors 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
Fields in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath.builder declared as PropertyPath Modifier and Type Field Description private PropertyPathPropertyPathBuilder. headMethods in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath.builder that return PropertyPath Modifier and Type Method Description PropertyPathEmptyPropertyPathBuilder. build()PropertyPathPropertyPathBuilder. build()Build the path.private PropertyPathPropertyPathBuilder. groupIfNotGrouped(PropertyPath path)Methods in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath.builder with parameters of type PropertyPath Modifier and Type Method Description private PropertyPathPropertyPathBuilder. groupIfNotGrouped(PropertyPath path)PropertyPathBuilderPropertyPathBuilder. or(PropertyPath path)Append`|` pathto the path.static AlternativePathPropertyPaths. pAlt(PropertyPath left, PropertyPath right)static GroupedPathPropertyPaths. pGroup(PropertyPath path)static InversePathPropertyPaths. pInv(PropertyPath path)static OneOrMorePathPropertyPaths. pOneOrMore(PropertyPath path)static SequencePathPropertyPaths. pSeq(PropertyPath left, PropertyPath right)static ZeroOrMorePathPropertyPaths. pZeroOrMore(PropertyPath path)static ZeroOrOnePathPropertyPaths. pZeroOrOne(PropertyPath path)PropertyPathBuilderPropertyPathBuilder. then(PropertyPath path)Append`/` pathto the path.Method parameters in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath.builder with type arguments of type PropertyPath Modifier and Type Method Description private PropertyPathBuilderPropertyPathBuilder. withSubtree(java.util.function.Consumer<EmptyPropertyPathBuilder> subtreeBuilder, java.util.function.BiFunction<PropertyPath,PropertyPath,PropertyPath> assembler)private PropertyPathBuilderPropertyPathBuilder. withSubtree(java.util.function.Consumer<EmptyPropertyPathBuilder> subtreeBuilder, java.util.function.BiFunction<PropertyPath,PropertyPath,PropertyPath> assembler)private PropertyPathBuilderPropertyPathBuilder. withSubtree(java.util.function.Consumer<EmptyPropertyPathBuilder> subtreeBuilder, java.util.function.BiFunction<PropertyPath,PropertyPath,PropertyPath> assembler)
-