Interface MetricsAasConstructor.CollectionSupplier
- Enclosing class:
MetricsAasConstructor
public static interface MetricsAasConstructor.CollectionSupplier
Generic collection supplier.
- Author:
- Holger Eichelberger, SSE
-
Method Summary
Modifier and TypeMethodDescriptionList<de.iip_ecosphere.platform.support.aas.ElementsAccess> Returns the element access instances to be processed further duringMetricsAasConstructor.pushToAas(ElementsAccess, String, JsonValue, Map, PushMeterPredicate).
-
Method Details
-
get
List<de.iip_ecosphere.platform.support.aas.ElementsAccess> get(de.iip_ecosphere.platform.support.aas.ElementsAccess parent, String deviceId) Returns the element access instances to be processed further duringMetricsAasConstructor.pushToAas(ElementsAccess, String, JsonValue, Map, PushMeterPredicate).- Parameters:
parent- the parent access to derive the elements fromdeviceId- the device id as passed in from the monitoring data- Returns:
- the element access instances to push
-