Uses of Interface
kieker.model.analysismodel.statistics.StatisticRecord
-
Uses of StatisticRecord in kieker.analysis.statistics.calculating
Methods in kieker.analysis.statistics.calculating with parameters of type StatisticRecord Modifier and Type Method Description abstract 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 StatisticRecord Modifier and Type Method Description StatisticRecordStatisticsFactory. createStatisticRecord()Returns a new object of class 'Statistic Record'.Methods in kieker.model.analysismodel.statistics that return types with arguments of type StatisticRecord Modifier and Type Method Description org.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 StatisticRecord Modifier and Type Class Description classStatisticRecordImplAn implementation of the model object 'Statistic Record'.Fields in kieker.model.analysismodel.statistics.impl declared as StatisticRecord Modifier and Type Field Description protected StatisticRecordEObjectToStatisticsMapEntryImpl. valueThe cached value of the 'Value' containment reference.Fields in kieker.model.analysismodel.statistics.impl with type parameters of type StatisticRecord Modifier and Type Field Description protected 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 StatisticRecord Modifier and Type Method Description StatisticRecordStatisticsFactoryImpl. createStatisticRecord()StatisticRecordEObjectToStatisticsMapEntryImpl. getTypedValue()StatisticRecordEObjectToStatisticsMapEntryImpl. getValue()StatisticRecordEObjectToStatisticsMapEntryImpl. setValue(StatisticRecord value)Methods in kieker.model.analysismodel.statistics.impl that return types with arguments of type StatisticRecord Modifier and Type Method Description java.util.Map.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 StatisticRecord Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainEObjectToStatisticsMapEntryImpl. basicSetTypedValue(StatisticRecord newValue, org.eclipse.emf.common.notify.NotificationChain msgs)voidEObjectToStatisticsMapEntryImpl. setTypedValue(StatisticRecord newValue)StatisticRecordEObjectToStatisticsMapEntryImpl. setValue(StatisticRecord value) -
Uses of StatisticRecord in kieker.model.analysismodel.statistics.util
Methods in kieker.model.analysismodel.statistics.util with parameters of type StatisticRecord Modifier and Type Method Description TStatisticsSwitch. 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 StatisticRecord Modifier and Type Method Description TStatisticsSwitch. caseEObjectToStatisticsMapEntry(java.util.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'.