Interface MetricsAasConstructor.PushMeterPredicate
-
- Enclosing class:
- MetricsAasConstructor
public static interface MetricsAasConstructor.PushMeterPredicatePredicate to determine whether pushing a meter value shall happen.- Author:
- Holger Eichelberger, SSE
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleantest(de.iip_ecosphere.platform.support.aas.ElementsAccess parent, javax.json.JsonValue meter)Tests whether pushingmetertoparent.
-
-
-
Method Detail
-
test
boolean test(de.iip_ecosphere.platform.support.aas.ElementsAccess parent, javax.json.JsonValue meter)Tests whether pushingmetertoparent. DeviceId is already matched.- Parameters:
parent- the parent elementmeter- the meter- Returns:
trueif pushing is enabled,falseif disabled and the meter shall not be pushed
-
-