Class AbstractStateVariablesInConstraintFinder

java.lang.Object
net.ssehub.easy.varModel.model.filter.AbstractVariableInConstraintFinder
net.ssehub.easy.varModel.model.filter.AbstractStateVariablesInConstraintFinder
All Implemented Interfaces:
IConstraintTreeVisitor
Direct Known Subclasses:
VariablesInConstraintFinder

public abstract class AbstractStateVariablesInConstraintFinder extends AbstractVariableInConstraintFinder
Searches for used IDecisionVariables and their states inside a ConstraintSyntaxTree. For reuse, call setConfiguration(Configuration) first, then visit the respective constraint, and finally clear().
Author:
El-Sharkawy, Holger Eichelberger