Interface TransportToAasConverter.CleanupPredicate

  • Enclosing class:
    TransportToAasConverter<T>

    public static interface TransportToAasConverter.CleanupPredicate
    Predicate to determine whether a submodel elements collection shall be deleted.
    Author:
    Holger Eichelberger, SSE
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean test​(de.iip_ecosphere.platform.support.aas.SubmodelElementCollection coll, long borderTimestamp)
      Returns whether coll based on the given borderTimestamp shall be deleted.
    • Method Detail

      • test

        boolean test​(de.iip_ecosphere.platform.support.aas.SubmodelElementCollection coll,
                     long borderTimestamp)
        Returns whether coll based on the given borderTimestamp shall be deleted.
        Parameters:
        coll - the collection
        borderTimestamp - the maximum timestamp
        Returns:
        true if the collection shall be deleted, false else