Uses of Class
net.ssehub.easy.varModel.confModel.AbstractConfigurationStatisticsVisitor.ConfigStatistics
-
Packages that use AbstractConfigurationStatisticsVisitor.ConfigStatistics Package Description net.ssehub.easy.varModel.confModel 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.ConfigStatistics Modifier and Type Field Description private AbstractConfigurationStatisticsVisitor.ConfigStatisticsAbstractConfigurationStatisticsVisitor. statisticsMethods in net.ssehub.easy.varModel.confModel that return AbstractConfigurationStatisticsVisitor.ConfigStatistics Modifier and Type Method Description AbstractConfigurationStatisticsVisitor.ConfigStatisticsAbstractConfigurationStatisticsVisitor. getStatistics()Returns the collected statistics.Constructors in net.ssehub.easy.varModel.confModel with parameters of type AbstractConfigurationStatisticsVisitor.ConfigStatistics Constructor Description AbstractConfigurationStatisticsVisitor(AbstractConfigurationStatisticsVisitor.ConfigStatistics statistics)Sole constructor of this class.DefaultConfigurationStatisticsVisitor(AbstractConfigurationStatisticsVisitor.ConfigStatistics statistics)Creates a statistics visitor with given statistics object (for extension, overriding).
-