Interface ActiveAasBase.NotificationProcessor
- Enclosing class:
ActiveAasBase
public static interface ActiveAasBase.NotificationProcessor
Defines the interface for a notification processor.
- Author:
- Holger Eichelberger, SSE
-
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(de.iip_ecosphere.platform.support.aas.Submodel submodel, de.iip_ecosphere.platform.support.aas.Aas aas) Processes the notification.
-
Method Details
-
process
void process(de.iip_ecosphere.platform.support.aas.Submodel submodel, de.iip_ecosphere.platform.support.aas.Aas aas) Processes the notification.- Parameters:
submodel- the primary submodel to be processedaas- the parent AAS (as the submodel does not have a link to it)
-