Interface ConstraintConstructor<Score_ extends Score<Score_>,JustificationMapping_,IndictedObjectsMapping_>
-
- All Known Subinterfaces:
BiConstraintConstructor<A,B,Score_>,QuadConstraintConstructor<A,B,C,D,Score_>,TriConstraintConstructor<A,B,C,Score_>,UniConstraintConstructor<A,Score_>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface ConstraintConstructor<Score_ extends Score<Score_>,JustificationMapping_,IndictedObjectsMapping_>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Constraintapply(String constraintPackage, String constraintName, Score_ constraintWeight, ScoreImpactType impactType, JustificationMapping_ justificationMapping, IndictedObjectsMapping_ indictedObjectsMapping)
-
-
-
Method Detail
-
apply
Constraint apply(String constraintPackage, String constraintName, Score_ constraintWeight, ScoreImpactType impactType, JustificationMapping_ justificationMapping, IndictedObjectsMapping_ indictedObjectsMapping)
-
-