Uses of Interface
net.ssehub.easy.varModel.confModel.IConfigurationVisitor
Packages that use IConfigurationVisitor
Package
Description
This package represents a specific variability model configuration.
Implements the evaluation of constraint syntax trees.
-
Uses of IConfigurationVisitor in net.ssehub.easy.varModel.confModel
Classes in net.ssehub.easy.varModel.confModel that implement IConfigurationVisitorModifier and TypeClassDescriptionclassVisitor for aConfigurationto generate statistics of the configuration.classProvides a basic implementation of the visitor interface for visiting the decisions in the sequence of storage.classA default implementation of theAbstractConfigurationStatisticsVisitorwith empty implementation of special treatments.Methods in net.ssehub.easy.varModel.confModel with parameters of type IConfigurationVisitorModifier and TypeMethodDescriptionvoidConfiguration.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 IConfigurationVisitorModifier and TypeMethodDescriptionvoidLocalDecisionVariable.accept(IConfigurationVisitor visitor)