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 void
AbstractCalculator. calculate(StatisticRecord statistic, I input, org.eclipse.emf.ecore.EObject modelObject)
void
CountCalculator. calculate(StatisticRecord statistic, T input, org.eclipse.emf.ecore.EObject modelObject)
void
MaxCalculator. calculate(StatisticRecord statistic, T input, org.eclipse.emf.ecore.EObject modelObject)
void
MeanCalculator. calculate(StatisticRecord statistic, T input, org.eclipse.emf.ecore.EObject modelObject)
void
MedianCalculator. calculate(StatisticRecord statistic, T input, org.eclipse.emf.ecore.EObject modelObject)
void
MinCalculator. calculate(StatisticRecord statistic, T input, org.eclipse.emf.ecore.EObject modelObject)
void
TotalCalculator. 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 StatisticRecord
StatisticsFactory. 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 class
StatisticRecordImpl
An implementation of the model object 'Statistic Record'.Fields in kieker.model.analysismodel.statistics.impl declared as StatisticRecord Modifier and Type Field Description protected StatisticRecord
EObjectToStatisticsMapEntryImpl. value
The 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. statistics
The cached value of the 'Statistics
' map.Methods in kieker.model.analysismodel.statistics.impl that return StatisticRecord Modifier and Type Method Description StatisticRecord
StatisticsFactoryImpl. createStatisticRecord()
StatisticRecord
EObjectToStatisticsMapEntryImpl. getTypedValue()
StatisticRecord
EObjectToStatisticsMapEntryImpl. getValue()
StatisticRecord
EObjectToStatisticsMapEntryImpl. 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.NotificationChain
EObjectToStatisticsMapEntryImpl. basicSetTypedValue(StatisticRecord newValue, org.eclipse.emf.common.notify.NotificationChain msgs)
void
EObjectToStatisticsMapEntryImpl. setTypedValue(StatisticRecord newValue)
StatisticRecord
EObjectToStatisticsMapEntryImpl. 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 T
StatisticsSwitch. 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 T
StatisticsSwitch. 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'.