Uses of Interface
kieker.model.analysismodel.statistics.Unit
Package | Description |
---|---|
kieker.model.analysismodel.statistics | |
kieker.model.analysismodel.statistics.impl | |
kieker.model.analysismodel.statistics.util |
-
Uses of Unit in kieker.model.analysismodel.statistics
Subinterfaces of Unit in kieker.model.analysismodel.statistics Modifier and Type Interface Description interface
CustomUnit
A representation of the model object 'Custom Unit'.interface
SimpleUnit
A representation of the model object 'Simple Unit'.interface
SIUnit
A representation of the model object 'SI Unit'.Methods in kieker.model.analysismodel.statistics that return Unit Modifier and Type Method Description Unit
StatisticsFactory. createUnit()
Returns a new object of class 'Unit'.Unit
ScalarMeasurement. getUnit()
Returns the value of the 'Unit' reference.Methods in kieker.model.analysismodel.statistics that return types with arguments of type Unit Modifier and Type Method Description org.eclipse.emf.common.util.EList<Unit>
ComposedUnit. getUnits()
Returns the value of the 'Units' containment reference list.org.eclipse.emf.common.util.EList<Unit>
StatisticsModel. getUnits()
Returns the value of the 'Units' containment reference list.Methods in kieker.model.analysismodel.statistics with parameters of type Unit Modifier and Type Method Description void
ScalarMeasurement. setUnit(Unit value)
Sets the value of the 'Unit
' reference. -
Uses of Unit in kieker.model.analysismodel.statistics.impl
Classes in kieker.model.analysismodel.statistics.impl that implement Unit 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'.class
UnitImpl
An implementation of the model object 'Unit'.Fields in kieker.model.analysismodel.statistics.impl declared as Unit Modifier and Type Field Description protected Unit
ScalarMeasurementImpl. unit
The cached value of the 'Unit
' reference.Fields in kieker.model.analysismodel.statistics.impl with type parameters of type Unit Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<Unit>
ComposedUnitImpl. units
The cached value of the 'Units
' containment reference list.protected org.eclipse.emf.common.util.EList<Unit>
StatisticsModelImpl. units
The cached value of the 'Units
' containment reference list.Methods in kieker.model.analysismodel.statistics.impl that return Unit Modifier and Type Method Description Unit
ScalarMeasurementImpl. basicGetUnit()
Unit
StatisticsFactoryImpl. createUnit()
Unit
ScalarMeasurementImpl. getUnit()
Methods in kieker.model.analysismodel.statistics.impl that return types with arguments of type Unit Modifier and Type Method Description org.eclipse.emf.common.util.EList<Unit>
ComposedUnitImpl. getUnits()
org.eclipse.emf.common.util.EList<Unit>
StatisticsModelImpl. getUnits()
Methods in kieker.model.analysismodel.statistics.impl with parameters of type Unit Modifier and Type Method Description void
ScalarMeasurementImpl. setUnit(Unit newUnit)
-
Uses of Unit in kieker.model.analysismodel.statistics.util
Methods in kieker.model.analysismodel.statistics.util with parameters of type Unit Modifier and Type Method Description T
StatisticsSwitch. caseUnit(Unit object)
Returns the result of interpreting the object as an instance of 'Unit'.