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 interfaceCustomUnitA representation of the model object 'Custom Unit'.interfaceSimpleUnitA representation of the model object 'Simple Unit'.interfaceSIUnitA representation of the model object 'SI Unit'.Methods in kieker.model.analysismodel.statistics that return Unit Modifier and Type Method Description UnitStatisticsFactory. createUnit()Returns a new object of class 'Unit'.UnitScalarMeasurement. 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 voidScalarMeasurement. 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 classCustomUnitImplAn implementation of the model object 'Custom Unit'.classSimpleUnitImplAn implementation of the model object 'Simple Unit'.classSIUnitImplAn implementation of the model object 'SI Unit'.classUnitImplAn implementation of the model object 'Unit'.Fields in kieker.model.analysismodel.statistics.impl declared as Unit Modifier and Type Field Description protected UnitScalarMeasurementImpl. unitThe 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. unitsThe cached value of the 'Units' containment reference list.protected org.eclipse.emf.common.util.EList<Unit>StatisticsModelImpl. unitsThe cached value of the 'Units' containment reference list.Methods in kieker.model.analysismodel.statistics.impl that return Unit Modifier and Type Method Description UnitScalarMeasurementImpl. basicGetUnit()UnitStatisticsFactoryImpl. createUnit()UnitScalarMeasurementImpl. 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 voidScalarMeasurementImpl. 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 TStatisticsSwitch. caseUnit(Unit object)Returns the result of interpreting the object as an instance of 'Unit'.