Interface IReasonerInterceptor
-
- All Known Implementing Classes:
ReasonerInterceptorAdaptor
public interface IReasonerInterceptorAn initial reasoner interceptor to be informed about the reasoning process in detail. Please do not modify the handed over information.- Author:
- Holger Eichelberger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnotifyEvaluation(Constraint constraint, IConstraintEvaluator evaluator)Notifies about the evaluation of a constraint.
-
-
-
Method Detail
-
notifyEvaluation
void notifyEvaluation(Constraint constraint, IConstraintEvaluator evaluator)
Notifies about the evaluation of a constraint.- Parameters:
constraint- the constraintevaluator- the evaluator
-
-