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

    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 Details

    • 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