Class Values.Builder
java.lang.Object
org.eclipse.rdf4j.sparqlbuilder.constraint.Values.Builder
- All Implemented Interfaces:
Values.ValuesBuilder
,Values.VariablesBuilder
- Enclosing class:
Values
public static class Values.Builder
extends Object
implements Values.VariablesBuilder, Values.ValuesBuilder
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
iriValues
(Collection<IRI> values) Provide another value.values
(Collection<RdfValue> values)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
variables
- Specified by:
variables
in interfaceValues.VariablesBuilder
-
value
Provide another value. This will fill up the current solution sequence. If this value is the last one (i.e. the solution sequence now is of the same length as the list of variables), the current solution sequence is recorded and a new solution sequence begins.- Specified by:
value
in interfaceValues.ValuesBuilder
- Specified by:
value
in interfaceValues.VariablesBuilder
- Parameters:
value
-- Returns:
-
values
- Specified by:
values
in interfaceValues.ValuesBuilder
- Specified by:
values
in interfaceValues.VariablesBuilder
-
values
- Specified by:
values
in interfaceValues.ValuesBuilder
- Specified by:
values
in interfaceValues.VariablesBuilder
-
iriValue
- Specified by:
iriValue
in interfaceValues.ValuesBuilder
- Specified by:
iriValue
in interfaceValues.VariablesBuilder
-
iriValues
- Specified by:
iriValues
in interfaceValues.ValuesBuilder
- Specified by:
iriValues
in interfaceValues.VariablesBuilder
-
iriValues
- Specified by:
iriValues
in interfaceValues.ValuesBuilder
- Specified by:
iriValues
in interfaceValues.VariablesBuilder
-
build
- Specified by:
build
in interfaceValues.ValuesBuilder
-