Uses of Interface
org.eclipse.emf.validation.service.INotificationGenerator

Packages that use INotificationGenerator
org.eclipse.emf.validation.service The semi-public (internal-public) package defining the API for invocation of the validation engine and for the implementation of constraint providers. 
 

Uses of INotificationGenerator in org.eclipse.emf.validation.service
 

Methods in org.eclipse.emf.validation.service that return INotificationGenerator
 INotificationGenerator EventTypeService.getNotificationGenerator(String eventName)
          Retrieves the INotificationGenerator associated with the given event name.
 

Methods in org.eclipse.emf.validation.service that return types with arguments of type INotificationGenerator
 Collection<INotificationGenerator> EventTypeService.getNotificationGenerators()
          Retrieves the available notification generators.
 


Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.