Interface MetricsAasConstructor.CollectionSupplier
-
- Enclosing class:
- MetricsAasConstructor
public static interface MetricsAasConstructor.CollectionSupplierGeneric collection supplier.- Author:
- Holger Eichelberger, SSE
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<de.iip_ecosphere.platform.support.aas.ElementsAccess>get(de.iip_ecosphere.platform.support.aas.ElementsAccess parent, java.lang.String deviceId)Returns the element access instances to be processed further duringMetricsAasConstructor.pushToAas(ElementsAccess, java.util.Map.Entry, Map, PushMeterPredicate).
-
-
-
Method Detail
-
get
java.util.List<de.iip_ecosphere.platform.support.aas.ElementsAccess> get(de.iip_ecosphere.platform.support.aas.ElementsAccess parent, java.lang.String deviceId)Returns the element access instances to be processed further duringMetricsAasConstructor.pushToAas(ElementsAccess, java.util.Map.Entry, 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
-
-