Package org.electrocodeogram.cpc.notification.api.strategy

Contains the the API specification for INotificationEvaluationStrategies which can contribute update anomaly detection functionality to the CPC Notification module.

See:
          Description

Interface Summary
INotificationEvaluationStrategy Interface for strategies which support the NotificationEvaluationProvider in reaching its decision about how to handle a given clone content modification.
INotificationEvaluationStrategyResult Result wrapper for INotificationEvaluationStrategy implementations.
 

Enum Summary
INotificationEvaluationStrategy.Status Return status indicator for INotificationEvaluationStrategy.evaluateModification(IClone, List, boolean, INotificationEvaluationStrategyResult).
 

Package org.electrocodeogram.cpc.notification.api.strategy Description

Contains the the API specification for INotificationEvaluationStrategies which can contribute update anomaly detection functionality to the CPC Notification module.