Uses of Interface
kieker.model.analysismodel.statistics.SimpleUnit
| Package | Description |
|---|---|
| kieker.model.analysismodel.statistics | |
| kieker.model.analysismodel.statistics.impl | |
| kieker.model.analysismodel.statistics.util |
-
Uses of SimpleUnit in kieker.model.analysismodel.statistics
Subinterfaces of SimpleUnit in kieker.model.analysismodel.statistics Modifier and Type Interface Description interfaceCustomUnitA representation of the model object 'Custom Unit'.interfaceSIUnitA representation of the model object 'SI Unit'.Methods in kieker.model.analysismodel.statistics that return SimpleUnit Modifier and Type Method Description SimpleUnitStatisticsFactory. createSimpleUnit()Returns a new object of class 'Simple Unit'. -
Uses of SimpleUnit in kieker.model.analysismodel.statistics.impl
Classes in kieker.model.analysismodel.statistics.impl that implement SimpleUnit Modifier and Type Class Description classCustomUnitImplAn implementation of the model object 'Custom Unit'.classSimpleUnitImplAn implementation of the model object 'Simple Unit'.classSIUnitImplAn implementation of the model object 'SI Unit'.Methods in kieker.model.analysismodel.statistics.impl that return SimpleUnit Modifier and Type Method Description SimpleUnitStatisticsFactoryImpl. createSimpleUnit() -
Uses of SimpleUnit in kieker.model.analysismodel.statistics.util
Methods in kieker.model.analysismodel.statistics.util with parameters of type SimpleUnit Modifier and Type Method Description TStatisticsSwitch. caseSimpleUnit(SimpleUnit object)Returns the result of interpreting the object as an instance of 'Simple Unit'.