Uses of Interface
kieker.model.analysismodel.statistics.SIUnit
Package | Description |
---|---|
kieker.model.analysismodel.statistics | |
kieker.model.analysismodel.statistics.impl | |
kieker.model.analysismodel.statistics.util |
-
Uses of SIUnit in kieker.model.analysismodel.statistics
Methods in kieker.model.analysismodel.statistics that return SIUnit Modifier and Type Method Description SIUnit
StatisticsFactory. createSIUnit()
Returns a new object of class 'SI Unit'. -
Uses of SIUnit in kieker.model.analysismodel.statistics.impl
Classes in kieker.model.analysismodel.statistics.impl that implement SIUnit Modifier and Type Class Description class
SIUnitImpl
An implementation of the model object 'SI Unit'.Methods in kieker.model.analysismodel.statistics.impl that return SIUnit Modifier and Type Method Description SIUnit
StatisticsFactoryImpl. createSIUnit()
-
Uses of SIUnit in kieker.model.analysismodel.statistics.util
Methods in kieker.model.analysismodel.statistics.util with parameters of type SIUnit Modifier and Type Method Description T
StatisticsSwitch. caseSIUnit(SIUnit object)
Returns the result of interpreting the object as an instance of 'SI Unit'.