Uses of Interface
de.cau.cs.kieler.krep.editors.rif.rif.RifFactory

Packages that use RifFactory
de.cau.cs.kieler.krep.editors.rif.rif   
de.cau.cs.kieler.krep.editors.rif.rif.impl   
 

Uses of RifFactory in de.cau.cs.kieler.krep.editors.rif.rif
 

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

Methods in de.cau.cs.kieler.krep.editors.rif.rif that return RifFactory
 RifFactory RifPackage.getRifFactory()
          Returns the factory that creates the instances of the model.
 

Uses of RifFactory in de.cau.cs.kieler.krep.editors.rif.rif.impl
 

Classes in de.cau.cs.kieler.krep.editors.rif.rif.impl that implement RifFactory
 class RifFactoryImpl
          An implementation of the model Factory.
 

Methods in de.cau.cs.kieler.krep.editors.rif.rif.impl that return RifFactory
 RifFactory RifPackageImpl.getRifFactory()
           
static RifFactory RifFactoryImpl.init()
          Creates the default factory implementation.