Uses of Class
net.ssehub.easy.varModel.confModel.AbstractConfigurationStatisticsVisitor.ConfigStatistics
Packages that use AbstractConfigurationStatisticsVisitor.ConfigStatistics
Package
Description
This package represents a specific variability model configuration.
-
Uses of AbstractConfigurationStatisticsVisitor.ConfigStatistics in net.ssehub.easy.varModel.confModel
Fields in net.ssehub.easy.varModel.confModel declared as AbstractConfigurationStatisticsVisitor.ConfigStatisticsModifier and TypeFieldDescriptionAbstractConfigurationStatisticsVisitor.statisticsCollected statistics.Methods in net.ssehub.easy.varModel.confModel that return AbstractConfigurationStatisticsVisitor.ConfigStatisticsModifier and TypeMethodDescriptionAbstractConfigurationStatisticsVisitor.getStatistics()Returns the collected statistics.Constructors in net.ssehub.easy.varModel.confModel with parameters of type AbstractConfigurationStatisticsVisitor.ConfigStatisticsModifierConstructorDescriptionprotectedAbstractConfigurationStatisticsVisitor(AbstractConfigurationStatisticsVisitor.ConfigStatistics statistics) Sole constructor of this class.protectedDefaultConfigurationStatisticsVisitor(AbstractConfigurationStatisticsVisitor.ConfigStatistics statistics) Creates a statistics visitor with given statistics object (for extension, overriding).