@FunctionalInterface public interface IndexBasedConstraintConverter
| Modifier and Type | Method and Description |
|---|---|
List<TupleList> |
convert(List<Constraint> constraints,
List<Parameter> parameters)
Converts all constraints to tuple lists by using the index based schema explained in
ModelConverter. |
List<TupleList> convert(List<Constraint> constraints, List<Parameter> parameters)
ModelConverter.
The constraints need to be converted in order.constraints - all constraint which need to be converted. Must not be null but can be emptyparameters - the parameters containing the values for the conversion. Must not be null. Can only
be empty if constraints is empty too as otherwise parameters are constrainedCopyright © 2019. All rights reserved.