| Package | Description |
|---|---|
| de.rwth.swc.coffee4j.model.constraints |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BooleanFunction1<A>
A helper function used to define constraints which involves one parameter.
|
interface |
BooleanFunction2<A,B>
A helper function used to define constraints which involves two parameters.
|
interface |
BooleanFunction3<A,B,C>
A helper function used to define constraints which involves three parameters.
|
interface |
BooleanFunction4<A,B,C,D>
A helper function used to define constraints which involves four parameters.
|
interface |
BooleanFunction5<A,B,C,D,E>
A helper function used to define constraints which involves five parameters.
|
interface |
BooleanFunction6<A,B,C,D,E,F>
A helper function used to define constraints which involves six parameters.
|
| Modifier and Type | Method and Description |
|---|---|
ConstraintFunction |
Constraint.getConstraintFunction() |
| Constructor and Description |
|---|
Constraint(List<String> parameterNames,
ConstraintFunction constraintFunction)
Creates a new constraint.
|
Copyright © 2019. All rights reserved.