Uses of Interface
de.cau.cs.kieler.kev.mapping.MappingFactory

Packages that use MappingFactory
de.cau.cs.kieler.kev.mapping A generated package from the Ecore-Model for the mapping between SVG graphics and mapping files. 
de.cau.cs.kieler.kev.mapping.impl This package contains the generated implementation and the user implemented code of the "de.cau.cs.kieler.kev.mapping" package. 
 

Uses of MappingFactory in de.cau.cs.kieler.kev.mapping
 

Fields in de.cau.cs.kieler.kev.mapping declared as MappingFactory
static MappingFactory MappingFactory.eINSTANCE
          The singleton instance of the factory.
 

Methods in de.cau.cs.kieler.kev.mapping that return MappingFactory
 MappingFactory MappingPackage.getMappingFactory()
          Returns the factory that creates the instances of the model.
 

Uses of MappingFactory in de.cau.cs.kieler.kev.mapping.impl
 

Classes in de.cau.cs.kieler.kev.mapping.impl that implement MappingFactory
 class MappingFactoryImpl
          An implementation of the model Factory.
 

Methods in de.cau.cs.kieler.kev.mapping.impl that return MappingFactory
 MappingFactory MappingPackageImpl.getMappingFactory()
           
static MappingFactory MappingFactoryImpl.init()
          Creates the default factory implementation.