g-Eclipse
Release 1.0.0

Uses of Interface
eu.geclipse.jsdl.model.sweep.SweepFactory

Packages that use SweepFactory
eu.geclipse.jsdl.model.sweep   
eu.geclipse.jsdl.model.sweep.impl   
 

Uses of SweepFactory in eu.geclipse.jsdl.model.sweep
 

Fields in eu.geclipse.jsdl.model.sweep declared as SweepFactory
static SweepFactory SweepFactory.eINSTANCE
          The singleton instance of the factory
 

Methods in eu.geclipse.jsdl.model.sweep that return SweepFactory
 SweepFactory SweepPackage.getSweepFactory()
          Returns the factory that creates the instances of the model
 

Uses of SweepFactory in eu.geclipse.jsdl.model.sweep.impl
 

Classes in eu.geclipse.jsdl.model.sweep.impl that implement SweepFactory
 class SweepFactoryImpl
          An implementation of the model Factory
 

Methods in eu.geclipse.jsdl.model.sweep.impl that return SweepFactory
 SweepFactory SweepPackageImpl.getSweepFactory()
           
static SweepFactory SweepFactoryImpl.init()
          Creates the default factory implementation
 


g-Eclipse
Release 1.0.0