Uses of Interface
kieker.model.analysismodel.statistics.StatisticRecord
Packages that use StatisticRecord
Package
Description
-
Uses of StatisticRecord in kieker.analysis.statistics.calculating
Methods in kieker.analysis.statistics.calculating with parameters of type StatisticRecordModifier and TypeMethodDescriptionabstract voidAbstractCalculator.calculate(StatisticRecord statistic, I input, org.eclipse.emf.ecore.EObject modelObject) voidCountCalculator.calculate(StatisticRecord statistic, T input, org.eclipse.emf.ecore.EObject modelObject) voidMaxCalculator.calculate(StatisticRecord statistic, T input, org.eclipse.emf.ecore.EObject modelObject) voidMeanCalculator.calculate(StatisticRecord statistic, T input, org.eclipse.emf.ecore.EObject modelObject) voidMedianCalculator.calculate(StatisticRecord statistic, T input, org.eclipse.emf.ecore.EObject modelObject) voidMinCalculator.calculate(StatisticRecord statistic, T input, org.eclipse.emf.ecore.EObject modelObject) voidTotalCalculator.calculate(StatisticRecord statistic, T input, org.eclipse.emf.ecore.EObject modelObject) -
Uses of StatisticRecord in kieker.model.analysismodel.statistics
Methods in kieker.model.analysismodel.statistics that return StatisticRecordModifier and TypeMethodDescriptionStatisticsFactory.createStatisticRecord()Returns a new object of class 'Statistic Record'.Methods in kieker.model.analysismodel.statistics that return types with arguments of type StatisticRecordModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EMap<org.eclipse.emf.ecore.EObject,StatisticRecord> StatisticsModel.getStatistics()Returns the value of the 'Statistics' map. -
Uses of StatisticRecord in kieker.model.analysismodel.statistics.impl
Classes in kieker.model.analysismodel.statistics.impl that implement StatisticRecordModifier and TypeClassDescriptionclassAn implementation of the model object 'Statistic Record'.Fields in kieker.model.analysismodel.statistics.impl declared as StatisticRecordModifier and TypeFieldDescriptionprotected StatisticRecordEObjectToStatisticsMapEntryImpl.valueThe cached value of the 'Value' containment reference.Fields in kieker.model.analysismodel.statistics.impl with type parameters of type StatisticRecordModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EMap<org.eclipse.emf.ecore.EObject,StatisticRecord> StatisticsModelImpl.statisticsThe cached value of the 'Statistics' map.Methods in kieker.model.analysismodel.statistics.impl that return StatisticRecordModifier and TypeMethodDescriptionStatisticsFactoryImpl.createStatisticRecord()EObjectToStatisticsMapEntryImpl.getTypedValue()EObjectToStatisticsMapEntryImpl.getValue()EObjectToStatisticsMapEntryImpl.setValue(StatisticRecord value) Methods in kieker.model.analysismodel.statistics.impl that return types with arguments of type StatisticRecordModifier and TypeMethodDescriptionMap.Entry<org.eclipse.emf.ecore.EObject,StatisticRecord> StatisticsFactoryImpl.createEObjectToStatisticsMapEntry()org.eclipse.emf.common.util.EMap<org.eclipse.emf.ecore.EObject,StatisticRecord> EObjectToStatisticsMapEntryImpl.getEMap()org.eclipse.emf.common.util.EMap<org.eclipse.emf.ecore.EObject,StatisticRecord> StatisticsModelImpl.getStatistics()Methods in kieker.model.analysismodel.statistics.impl with parameters of type StatisticRecordModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChainEObjectToStatisticsMapEntryImpl.basicSetTypedValue(StatisticRecord newValue, org.eclipse.emf.common.notify.NotificationChain msgs) voidEObjectToStatisticsMapEntryImpl.setTypedValue(StatisticRecord newValue) EObjectToStatisticsMapEntryImpl.setValue(StatisticRecord value) -
Uses of StatisticRecord in kieker.model.analysismodel.statistics.util
Methods in kieker.model.analysismodel.statistics.util with parameters of type StatisticRecordModifier and TypeMethodDescriptionStatisticsSwitch.caseStatisticRecord(StatisticRecord object) Returns the result of interpreting the object as an instance of 'Statistic Record'.Method parameters in kieker.model.analysismodel.statistics.util with type arguments of type StatisticRecordModifier and TypeMethodDescriptionStatisticsSwitch.caseEObjectToStatisticsMapEntry(Map.Entry<org.eclipse.emf.ecore.EObject, StatisticRecord> object) Returns the result of interpreting the object as an instance of 'EObject To Statistics Map Entry'.