Uses of Interface
org.eclipse.ocl.examples.eventmanager.EventManagerFactory

Packages that use EventManagerFactory
org.eclipse.ocl.examples.eventmanager   
org.eclipse.ocl.examples.eventmanager.framework Copyright (c) 2009, 2011 SAP AG and others. 
 

Uses of EventManagerFactory in org.eclipse.ocl.examples.eventmanager
 

Fields in org.eclipse.ocl.examples.eventmanager declared as EventManagerFactory
static EventManagerFactory EventManagerFactory.eINSTANCE
          The default instance implementing this interface
 

Uses of EventManagerFactory in org.eclipse.ocl.examples.eventmanager.framework
 

Classes in org.eclipse.ocl.examples.eventmanager.framework that implement EventManagerFactory
 class EventManagerFactoryImpl
          The default implementation for the EventManagerFactory interface Provides a ResourceSet based cache for EventManager instances and uses as implementation the EventManagerTableBased
 

Methods in org.eclipse.ocl.examples.eventmanager.framework that return EventManagerFactory
static EventManagerFactory EventManagerFactoryImpl.init()