g-Eclipse
Release 1.0.0

Uses of Interface
eu.geclipse.batch.model.qdl.QdlFactory

Packages that use QdlFactory
eu.geclipse.batch.model.qdl   
eu.geclipse.batch.model.qdl.impl   
 

Uses of QdlFactory in eu.geclipse.batch.model.qdl
 

Fields in eu.geclipse.batch.model.qdl declared as QdlFactory
static QdlFactory QdlFactory.eINSTANCE
          The singleton instance of the factory
 

Methods in eu.geclipse.batch.model.qdl that return QdlFactory
 QdlFactory QdlPackage.getQdlFactory()
          Returns the factory that creates the instances of the model
 

Uses of QdlFactory in eu.geclipse.batch.model.qdl.impl
 

Classes in eu.geclipse.batch.model.qdl.impl that implement QdlFactory
 class QdlFactoryImpl
          An implementation of the model Factory
 

Methods in eu.geclipse.batch.model.qdl.impl that return QdlFactory
 QdlFactory QdlPackageImpl.getQdlFactory()
           
static QdlFactory QdlFactoryImpl.init()
          Creates the default factory implementation
 


g-Eclipse
Release 1.0.0