Uses of Interface
de.cau.cs.kieler.synccharts.SyncchartsFactory

Packages that use SyncchartsFactory
de.cau.cs.kieler.synccharts   
de.cau.cs.kieler.synccharts.impl   
de.cau.cs.kieler.synccharts.presentation   
 

Uses of SyncchartsFactory in de.cau.cs.kieler.synccharts
 

Fields in de.cau.cs.kieler.synccharts declared as SyncchartsFactory
static SyncchartsFactory SyncchartsFactory.eINSTANCE
          The singleton instance of the factory.
 

Methods in de.cau.cs.kieler.synccharts that return SyncchartsFactory
 SyncchartsFactory SyncchartsPackage.getSyncchartsFactory()
          Returns the factory that creates the instances of the model.
 

Uses of SyncchartsFactory in de.cau.cs.kieler.synccharts.impl
 

Classes in de.cau.cs.kieler.synccharts.impl that implement SyncchartsFactory
 class SyncchartsFactoryImpl
          An implementation of the model Factory.
 

Methods in de.cau.cs.kieler.synccharts.impl that return SyncchartsFactory
 SyncchartsFactory SyncchartsPackageImpl.getSyncchartsFactory()
           
static SyncchartsFactory SyncchartsFactoryImpl.init()
          Creates the default factory implementation.
 

Uses of SyncchartsFactory in de.cau.cs.kieler.synccharts.presentation
 

Fields in de.cau.cs.kieler.synccharts.presentation declared as SyncchartsFactory
protected  SyncchartsFactory SyncchartsModelWizard.syncchartsFactory
          This caches an instance of the model factory.