Uses of Interface
net.ssehub.easy.varModel.cstEvaluation.IResolutionListener
-
Packages that use IResolutionListener Package Description net.ssehub.easy.reasoning.sseReasoner Package contains the EASy-Producer reasoner implementation classes.net.ssehub.easy.varModel.cstEvaluation Implements the evaluation of constraint syntax trees. -
-
Uses of IResolutionListener in net.ssehub.easy.reasoning.sseReasoner
Classes in net.ssehub.easy.reasoning.sseReasoner that implement IResolutionListener Modifier and Type Class Description (package private) classResolverConstraint identifier, resolver and executor. -
Uses of IResolutionListener in net.ssehub.easy.varModel.cstEvaluation
Fields in net.ssehub.easy.varModel.cstEvaluation declared as IResolutionListener Modifier and Type Field Description private IResolutionListenerEvaluationVisitor. resolutionListenerMethods in net.ssehub.easy.varModel.cstEvaluation with parameters of type IResolutionListener Modifier and Type Method Description voidEvaluationVisitor. setResolutionListener(IResolutionListener listener)Defines the current (optional) resolution listener.
-