Uses of Interface
de.iip_ecosphere.platform.services.environment.metricsProvider.metricsAas.MetricsAasConstructor.CollectionSupplier
-
Packages that use MetricsAasConstructor.CollectionSupplier Package Description de.iip_ecosphere.platform.services.environment.metricsProvider.metricsAas 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.CollectionSupplier Modifier and Type Field Description static 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.CollectionSupplier Modifier and Type Method Description static voidMetricsAasConstructor. pushToAas(java.lang.String json, java.lang.String submodel, MetricsAasConstructor.CollectionSupplier cSupplier, boolean update, MetricsAasConstructor.PushMeterPredicate mPredicate)Alternative approach to update the metric values.static voidMetricsAasConstructor. pushToAas(java.lang.String json, java.lang.String submodel, MetricsAasConstructor.CollectionSupplier cSupplier, boolean update, java.util.Map<java.lang.String,java.lang.String> monMapping, MetricsAasConstructor.PushMeterPredicate mPredicate)Alternative approach to update the metric values.
-