Uses of Interface
de.cau.cs.kieler.krep.editors.klp.klp.KlpFactory

Packages that use KlpFactory
de.cau.cs.kieler.krep.editors.klp.klp   
de.cau.cs.kieler.krep.editors.klp.klp.impl   
 

Uses of KlpFactory in de.cau.cs.kieler.krep.editors.klp.klp
 

Fields in de.cau.cs.kieler.krep.editors.klp.klp declared as KlpFactory
static KlpFactory KlpFactory.eINSTANCE
          The singleton instance of the factory.
 

Methods in de.cau.cs.kieler.krep.editors.klp.klp that return KlpFactory
 KlpFactory KlpPackage.getKlpFactory()
          Returns the factory that creates the instances of the model.
 

Uses of KlpFactory in de.cau.cs.kieler.krep.editors.klp.klp.impl
 

Classes in de.cau.cs.kieler.krep.editors.klp.klp.impl that implement KlpFactory
 class KlpFactoryImpl
          An implementation of the model Factory.
 

Methods in de.cau.cs.kieler.krep.editors.klp.klp.impl that return KlpFactory
 KlpFactory KlpPackageImpl.getKlpFactory()
           
static KlpFactory KlpFactoryImpl.init()
          Creates the default factory implementation.