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 interface
CustomUnit
A representation of the model object 'Custom Unit'.interface
SIUnit
A representation of the model object 'SI Unit'.Methods in kieker.model.analysismodel.statistics that return SimpleUnit Modifier and Type Method Description SimpleUnit
StatisticsFactory. 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 class
CustomUnitImpl
An implementation of the model object 'Custom Unit'.class
SimpleUnitImpl
An implementation of the model object 'Simple Unit'.class
SIUnitImpl
An implementation of the model object 'SI Unit'.Methods in kieker.model.analysismodel.statistics.impl that return SimpleUnit Modifier and Type Method Description SimpleUnit
StatisticsFactoryImpl. 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 T
StatisticsSwitch. caseSimpleUnit(SimpleUnit object)
Returns the result of interpreting the object as an instance of 'Simple Unit'.