Class ReasonerInterceptorAdaptor
- java.lang.Object
-
- net.ssehub.easy.reasoning.core.reasoner.ReasonerInterceptorAdaptor
-
- All Implemented Interfaces:
IReasonerInterceptor
public class ReasonerInterceptorAdaptor extends java.lang.Object implements IReasonerInterceptor
Default empty implementation.- Author:
- Holger Eichelberger
-
-
Constructor Summary
Constructors Constructor Description ReasonerInterceptorAdaptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidnotifyEvaluation(Constraint constraint, IConstraintEvaluator evaluator)Notifies about the evaluation of a constraint.
-
-
-
Method Detail
-
notifyEvaluation
public void notifyEvaluation(Constraint constraint, IConstraintEvaluator evaluator)
Description copied from interface:IReasonerInterceptorNotifies about the evaluation of a constraint.- Specified by:
notifyEvaluationin interfaceIReasonerInterceptor- Parameters:
constraint- the constraintevaluator- the evaluator
-
-