Uses of Interface
org.eclipse.amp.amf.sd.SdFactory

Packages that use SdFactory
org.eclipse.amp.amf.sd   
org.eclipse.amp.amf.sd.impl   
org.eclipse.amp.amf.sd.presentation   
 

Uses of SdFactory in org.eclipse.amp.amf.sd
 

Fields in org.eclipse.amp.amf.sd declared as SdFactory
static SdFactory SdFactory.eINSTANCE
          The singleton instance of the factory.
 

Methods in org.eclipse.amp.amf.sd that return SdFactory
 SdFactory SdPackage.getSdFactory()
          Returns the factory that creates the instances of the model.
 

Uses of SdFactory in org.eclipse.amp.amf.sd.impl
 

Classes in org.eclipse.amp.amf.sd.impl that implement SdFactory
 class SdFactoryImpl
          An implementation of the model Factory.
 class SdFactoryImplGeneratedNot
           
 

Methods in org.eclipse.amp.amf.sd.impl that return SdFactory
 SdFactory SdPackageImpl.getSdFactory()
           
static SdFactory SdFactoryImpl.init()
          Creates the default factory implementation.
 

Uses of SdFactory in org.eclipse.amp.amf.sd.presentation
 

Fields in org.eclipse.amp.amf.sd.presentation declared as SdFactory
protected  SdFactory SdModelWizard.sdFactory
          This caches an instance of the model factory.