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 TypeMethodDescriptionbooleantest(de.iip_ecosphere.platform.support.aas.SubmodelElementCollection coll, long borderTimestamp) Returns whethercollbased on the givenborderTimestampshall be deleted.
-
Method Details
-
test
boolean test(de.iip_ecosphere.platform.support.aas.SubmodelElementCollection coll, long borderTimestamp) Returns whethercollbased on the givenborderTimestampshall be deleted.- Parameters:
coll- the collectionborderTimestamp- the maximum timestamp- Returns:
trueif the collection shall be deleted,falseelse
-