Interface MetricsAasConstructor.CollectionSupplier

  • Enclosing class:
    MetricsAasConstructor

    public static interface MetricsAasConstructor.CollectionSupplier
    Generic collection supplier.
    Author:
    Holger Eichelberger, SSE
    • 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 during MetricsAasConstructor.pushToAas(ElementsAccess, java.util.Map.Entry, Map, PushMeterPredicate).
        Parameters:
        parent - the parent access to derive the elements from
        deviceId - the device id as passed in from the monitoring data
        Returns:
        the element access instances to push