| Package | Description |
|---|---|
| de.rwth.swc.coffee4j.model |
| Modifier and Type | Method and Description |
|---|---|
InputParameterModel.Builder |
InputParameterModel.Builder.errorConstraint(Constraint errorConstraint)
Adds a error constraint to the model.
|
InputParameterModel.Builder |
InputParameterModel.Builder.errorConstraints(Constraint... errorConstraints)
Adds all error constraints to the model.
|
InputParameterModel.Builder |
InputParameterModel.Builder.forbiddenConstraint(Constraint forbiddenConstraint)
Adds a forbidden constraint to the model.
|
InputParameterModel.Builder |
InputParameterModel.Builder.forbiddenConstraints(Constraint... forbiddenConstraints)
Adds all forbidden constraints to the model.
|
static InputParameterModel.Builder |
InputParameterModel.inputParameterModel(String name) |
InputParameterModel.Builder |
InputParameterModel.Builder.name(String name)
Sets the name.
|
InputParameterModel.Builder |
InputParameterModel.Builder.parameter(Parameter.Builder parameter)
Adds the parameter builders to the model by building them.
|
InputParameterModel.Builder |
InputParameterModel.Builder.parameter(Parameter parameter)
Adds a parameter to the model.
|
InputParameterModel.Builder |
InputParameterModel.Builder.parameters(Parameter... parameters)
Adds all parameters to the model.
|
InputParameterModel.Builder |
InputParameterModel.Builder.parameters(Parameter.Builder... parameters)
Builds all given builders and adds the result parameters to the model.
|
InputParameterModel.Builder |
InputParameterModel.Builder.strength(int strength)
Stets the testing strength.
|
Copyright © 2019. All rights reserved.