Uses of Interface
edu.cmu.sei.aadl.model.component.ComponentFactory

Packages that use ComponentFactory
edu.cmu.sei.aadl.model.component   
edu.cmu.sei.aadl.model.component.impl   
 

Uses of ComponentFactory in edu.cmu.sei.aadl.model.component
 

Fields in edu.cmu.sei.aadl.model.component declared as ComponentFactory
static ComponentFactory ComponentFactory.eINSTANCE
          The singleton instance of the factory
 

Methods in edu.cmu.sei.aadl.model.component that return ComponentFactory
 ComponentFactory ComponentPackage.getComponentFactory()
          Returns the factory that creates the instances of the model
 

Uses of ComponentFactory in edu.cmu.sei.aadl.model.component.impl
 

Classes in edu.cmu.sei.aadl.model.component.impl that implement ComponentFactory
 class ComponentFactoryImpl
          An implementation of the model Factory
 

Methods in edu.cmu.sei.aadl.model.component.impl that return ComponentFactory
 ComponentFactory ComponentPackageImpl.getComponentFactory()
           
static ComponentFactory ComponentFactoryImpl.init()
          Creates the default factory implementation