* @see org.eclipse.graphiti.dt.AbstractDiagramTypeProvider#getNotificationService()
*/
@Override
public INotificationService getNotificationService() {
if (this.camelModelNotificationService == null) {
this.camelModelNotificationService = new CamelModelNotificationService(this);
}
return this.camelModelNotificationService;
}