Uses of Interface
de.cau.cs.kieler.keg.KEGFactory

Packages that use KEGFactory
de.cau.cs.kieler.keg The KEG base package contains the generated model code for the KEG graph. 
de.cau.cs.kieler.keg.impl   
 

Uses of KEGFactory in de.cau.cs.kieler.keg
 

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

Methods in de.cau.cs.kieler.keg that return KEGFactory
 KEGFactory KEGPackage.getKEGFactory()
          Returns the factory that creates the instances of the model.
 

Uses of KEGFactory in de.cau.cs.kieler.keg.impl
 

Classes in de.cau.cs.kieler.keg.impl that implement KEGFactory
 class KEGFactoryImpl
          An implementation of the model Factory.
 

Methods in de.cau.cs.kieler.keg.impl that return KEGFactory
 KEGFactory KEGPackageImpl.getKEGFactory()
           
static KEGFactory KEGFactoryImpl.init()
          Creates the default factory implementation.