Uses of Interface
de.iip_ecosphere.platform.services.environment.metricsProvider.metricsAas.MetricsAasConstructor.PushMeterPredicate
-
Packages that use MetricsAasConstructor.PushMeterPredicate Package Description de.iip_ecosphere.platform.services.environment.metricsProvider.metricsAas Basic functionality to create/query a metrics.based AAS. -
-
Uses of MetricsAasConstructor.PushMeterPredicate in de.iip_ecosphere.platform.services.environment.metricsProvider.metricsAas
Fields in de.iip_ecosphere.platform.services.environment.metricsProvider.metricsAas declared as MetricsAasConstructor.PushMeterPredicate Modifier and Type Field Description static MetricsAasConstructor.PushMeterPredicateMetricsAasConstructor. PREDICATE_ALWAYS_TRUEDefault push meter predicate which always returns true.Methods in de.iip_ecosphere.platform.services.environment.metricsProvider.metricsAas with parameters of type MetricsAasConstructor.PushMeterPredicate Modifier and Type Method Description private static voidMetricsAasConstructor. pushToAas(de.iip_ecosphere.platform.support.aas.ElementsAccess coll, java.util.Map.Entry<java.lang.String,javax.json.JsonValue> ent, java.util.Map<java.lang.String,java.lang.String> monMapping, MetricsAasConstructor.PushMeterPredicate mPredicate)Pushes a JSON metrics entry tocoll.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.
-