Uses of Interface
com.e1c.langtool.stat.Statistics
Packages that use Statistics
Package
Description
-
Uses of Statistics in com.e1c.langtool.internal.stat
Classes in com.e1c.langtool.internal.stat that implement StatisticsMethods in com.e1c.langtool.internal.stat that return StatisticsModifier and TypeMethodDescription@NonNull StatisticsCompositeStatisticsProvider.getGroupStatistic(@NonNull org.eclipse.core.runtime.IPath path) @NonNull StatisticsEmptyStatisticsProvider.getGroupStatistic(@NonNull org.eclipse.core.runtime.IPath path) CompositeStatisticsProvider.getStatistic(org.eclipse.core.runtime.IPath path) @NonNull StatisticsEmptyStatisticsProvider.getStatistic(@NonNull org.eclipse.core.runtime.IPath path) CompositeStatisticsProvider.getTotalValueStatistic()@NonNull StatisticsEmptyStatisticsProvider.getTotalValueStatistic()Methods in com.e1c.langtool.internal.stat that return types with arguments of type StatisticsModifier and TypeMethodDescription@NonNull Iterator<Pair<org.eclipse.core.runtime.IPath,Statistics>> CompositeStatisticsProvider.statisticsIterator()@NonNull Iterator<Pair<org.eclipse.core.runtime.IPath,Statistics>> EmptyStatisticsProvider.statisticsIterator()Methods in com.e1c.langtool.internal.stat with parameters of type StatisticsModifier and TypeMethodDescriptionvoidCompositeStatisticsManager.updateFullStatistic(org.eclipse.core.runtime.IPath path, Statistics statistics) voidEmptyStatisticsManager.updateFullStatistic(@NonNull org.eclipse.core.runtime.IPath path, @NonNull Statistics statistics) voidCompositeStatisticsManager.updateLanguageStatistic(org.eclipse.core.runtime.IPath path, TranslateLanguage language, Statistics statistics) voidEmptyStatisticsManager.updateLanguageStatistic(@NonNull org.eclipse.core.runtime.IPath path, @NonNull TranslateLanguage language, @NonNull Statistics statistics) voidCompositeStatisticsManager.updateProjectLanguageStatistic(TranslateLanguage language, Statistics statistics) voidEmptyStatisticsManager.updateProjectLanguageStatistic(@NonNull TranslateLanguage language, @NonNull Statistics statistics) voidCompositeStatisticsManager.updateProjectStatistic(Statistics statistics) voidEmptyStatisticsManager.updateProjectStatistic(@NonNull Statistics statistics) -
Uses of Statistics in com.e1c.langtool.stat
Methods in com.e1c.langtool.stat that return StatisticsModifier and TypeMethodDescription@NonNull StatisticsStatisticsProvider.getGroupStatistic(@NonNull org.eclipse.core.runtime.IPath path) Gets the group statistics.default @NonNull StatisticsStatisticsProvider.getStatistic(@NonNull TranslationSource source) Gets the statistics by source.@NonNull StatisticsStatisticsProvider.getStatistic(@NonNull org.eclipse.core.runtime.IPath path) Gets the statistics by path.@Nullable StatisticsStatisticsChangeEvent.getStatistics()@NonNull StatisticsStatisticsProvider.getTotalValueStatistic()Gets the project statistics.Methods in com.e1c.langtool.stat that return types with arguments of type StatisticsModifier and TypeMethodDescriptiondefault List<Pair<org.eclipse.core.runtime.IPath,Statistics>> IStatisticsExporter.sortStatisticsByPath(Iterator<Pair<org.eclipse.core.runtime.IPath, Statistics>> iterator) Sorts a collection of key-value pairs (IPath, Statistics) by the string representation of the key (IPath.toString()), specifically for organizing statistics associated with paths in ascending order.@NonNull Iterator<Pair<org.eclipse.core.runtime.IPath,Statistics>> StatisticsProvider.statisticsIterator()Returns full project statistics.Methods in com.e1c.langtool.stat with parameters of type StatisticsModifier and TypeMethodDescriptiondefault voidStatisticsManager.updateFullStatistic(@NonNull TranslationSource source, @NonNull Statistics statistics) Update full statistics.voidStatisticsManager.updateFullStatistic(@NonNull org.eclipse.core.runtime.IPath path, @NonNull Statistics statistics) Update full statistics.default voidStatisticsManager.updateLanguageStatistic(@NonNull TranslationSource source, @NonNull TranslateLanguage language, @NonNull Statistics statistics) Update statistics.voidStatisticsManager.updateLanguageStatistic(@NonNull org.eclipse.core.runtime.IPath path, @NonNull TranslateLanguage language, @NonNull Statistics statistics) Update statistics.voidStatisticsManager.updateProjectLanguageStatistic(@NonNull TranslateLanguage language, @NonNull Statistics statistics) Update project language statistics.voidStatisticsManager.updateProjectStatistic(@NonNull Statistics statistics) Update project statistics.Method parameters in com.e1c.langtool.stat with type arguments of type StatisticsModifier and TypeMethodDescriptiondefault List<Pair<org.eclipse.core.runtime.IPath,Statistics>> IStatisticsExporter.sortStatisticsByPath(Iterator<Pair<org.eclipse.core.runtime.IPath, Statistics>> iterator) Sorts a collection of key-value pairs (IPath, Statistics) by the string representation of the key (IPath.toString()), specifically for organizing statistics associated with paths in ascending order.Constructors in com.e1c.langtool.stat with parameters of type StatisticsModifierConstructorDescriptionStatisticsChangeEvent(org.eclipse.core.resources.IProject project, ChangeType type, Statistics statistics) StatisticsChangeEvent(org.eclipse.core.resources.IProject project, ChangeType type, org.eclipse.core.runtime.IPath path, TranslateLanguage language, Statistics statistics) StatisticsChangeEvent(org.eclipse.core.resources.IProject project, ChangeType type, org.eclipse.core.runtime.IPath path, Statistics statistics) -
Uses of Statistics in com.e1c.langtool.stat.internal.ui
Methods in com.e1c.langtool.stat.internal.ui that return Statistics