Uses of Interface
net.ssehub.easy.varModel.confModel.IConfigurationVisitor
-
Packages that use IConfigurationVisitor Package Description net.ssehub.easy.instantiation.core.model.vilTypes.configuration All classes related to the EASy integration of configuration and decisions.net.ssehub.easy.reasoning.core.reasoner All classes and interfaces needed to implement a reasoner.
How to write a reasoner: Create an Eclipse Plugin project with Activator (even if "empty"). Addorg.eclipse.equinox.dsto the required plugins andorg.osgi.service.componentto the imported packages as your reasoner will be linked using OSGi descriptive services (DS) to the reasoner core.net.ssehub.easy.varModel.confModel This package represents a specific variability model configuration.net.ssehub.easy.varModel.cstEvaluation Implements the evaluation of constraint syntax trees. -
-
Uses of IConfigurationVisitor in net.ssehub.easy.instantiation.core.model.vilTypes.configuration
Methods in net.ssehub.easy.instantiation.core.model.vilTypes.configuration with parameters of type IConfigurationVisitor Modifier and Type Method Description voidAbstractIvmlVariable.DecVar. accept(IConfigurationVisitor visitor) -
Uses of IConfigurationVisitor in net.ssehub.easy.reasoning.core.reasoner
Classes in net.ssehub.easy.reasoning.core.reasoner that implement IConfigurationVisitor Modifier and Type Class Description classAttributesCheckVisitorA visitor for checking frozen values for all variables which correspond to a given (temporary) assignment of attribute values. -
Uses of IConfigurationVisitor in net.ssehub.easy.varModel.confModel
Classes in net.ssehub.easy.varModel.confModel that implement IConfigurationVisitor Modifier and Type Class Description classAbstractConfigurationStatisticsVisitorVisitor for aConfigurationto generate statistics of the configuration.classAbstractConfigurationVisitorProvides a basic implementation of the visitor interface for visiting the decisions in the sequence of storage.classDefaultConfigurationStatisticsVisitorA default implementation of theAbstractConfigurationStatisticsVisitorwith empty implementation of special treatments.Methods in net.ssehub.easy.varModel.confModel with parameters of type IConfigurationVisitor Modifier and Type Method Description voidConfiguration. accept(IConfigurationVisitor visitor)voidDecisionVariable. accept(IConfigurationVisitor visitor)voidIConfigurationVisitable. accept(IConfigurationVisitor visitor)Accepts and calls the given visitor. -
Uses of IConfigurationVisitor in net.ssehub.easy.varModel.cstEvaluation
Methods in net.ssehub.easy.varModel.cstEvaluation with parameters of type IConfigurationVisitor Modifier and Type Method Description voidLocalDecisionVariable. accept(IConfigurationVisitor visitor)
-