Uses of Interface
de.iip_ecosphere.platform.services.environment.metricsProvider.metricsAas.MetricsAasConstructor.CollectionSupplier
Packages that use MetricsAasConstructor.CollectionSupplier
Package
Description
Basic functionality to create/query a metrics.based AAS.
-
Uses of MetricsAasConstructor.CollectionSupplier in de.iip_ecosphere.platform.services.environment.metricsProvider.metricsAas
Fields in de.iip_ecosphere.platform.services.environment.metricsProvider.metricsAas declared as MetricsAasConstructor.CollectionSupplierModifier and TypeFieldDescriptionstatic final MetricsAasConstructor.CollectionSupplierMetricsAasConstructor.ALL_ELEMENTS_SUPPLIERSupplies all collection elements that match thedeviceId.static final MetricsAasConstructor.CollectionSupplierMetricsAasConstructor.DFLT_SUBMODEL_SUPPLIERDefault supplier for the submodel identified by the given id.Methods in de.iip_ecosphere.platform.services.environment.metricsProvider.metricsAas with parameters of type MetricsAasConstructor.CollectionSupplierModifier and TypeMethodDescriptionstatic voidMetricsAasConstructor.pushToAas(String json, String submodel, MetricsAasConstructor.CollectionSupplier cSupplier, boolean update, MetricsAasConstructor.PushMeterPredicate mPredicate) Alternative approach to update the metric values.static voidMetricsAasConstructor.pushToAas(String json, String submodel, MetricsAasConstructor.CollectionSupplier cSupplier, boolean update, Map<String, String> monMapping, MetricsAasConstructor.PushMeterPredicate mPredicate) Alternative approach to update the metric values.static voidMetricsAasConstructor.pushToAasAlways(String json, String submodel, MetricsAasConstructor.CollectionSupplier cSupplier, boolean update, MetricsAasConstructor.PushMeterPredicate mPredicate) Alternative approach to update the metric values.