Uses of Interface
kieker.model.analysismodel.statistics.Unit
Packages that use Unit
Package
Description
-
Uses of Unit in kieker.model.analysismodel.statistics
Subinterfaces of Unit in kieker.model.analysismodel.statisticsModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Custom Unit'.interfaceA representation of the model object 'Simple Unit'.interfaceA representation of the model object 'SI Unit'.Methods in kieker.model.analysismodel.statistics that return UnitModifier and TypeMethodDescriptionStatisticsFactory.createUnit()Returns a new object of class 'Unit'.ScalarMeasurement.getUnit()Returns the value of the 'Unit' reference.Methods in kieker.model.analysismodel.statistics that return types with arguments of type UnitModifier and TypeMethodDescriptionorg.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 -
Uses of Unit in kieker.model.analysismodel.statistics.impl
Classes in kieker.model.analysismodel.statistics.impl that implement UnitModifier and TypeClassDescriptionclassAn implementation of the model object 'Custom Unit'.classAn implementation of the model object 'Simple Unit'.classAn implementation of the model object 'SI Unit'.classAn implementation of the model object 'Unit'.Fields in kieker.model.analysismodel.statistics.impl declared as UnitModifier and TypeFieldDescriptionprotected UnitScalarMeasurementImpl.unitThe cached value of the 'Unit' reference.Fields in kieker.model.analysismodel.statistics.impl with type parameters of type UnitModifier and TypeFieldDescriptionprotected 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 UnitModifier and TypeMethodDescriptionScalarMeasurementImpl.basicGetUnit()StatisticsFactoryImpl.createUnit()ScalarMeasurementImpl.getUnit()Methods in kieker.model.analysismodel.statistics.impl that return types with arguments of type UnitModifier and TypeMethodDescriptionorg.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 -
Uses of Unit in kieker.model.analysismodel.statistics.util
Methods in kieker.model.analysismodel.statistics.util with parameters of type Unit