EGF Engine
Release 0.1.0

Uses of Interface
org.eclipse.egf.model.Factory

Packages that use Factory
org.eclipse.egf.model   
org.eclipse.egf.model.impl   
org.eclipse.egf.model.util   
 

Uses of Factory in org.eclipse.egf.model
 

Methods in org.eclipse.egf.model that return Factory
 Factory ModelFactory.createFactory()
          Returns a new object of class 'Factory'
 Factory FactoryComponent.getFactory()
          Returns the value of the 'Factory' containment reference
 

Methods in org.eclipse.egf.model with parameters of type Factory
 void FactoryComponent.setFactory(Factory value)
          Sets the value of the 'Factory' containment reference.
 

Uses of Factory in org.eclipse.egf.model.impl
 

Classes in org.eclipse.egf.model.impl that implement Factory
 class FactoryImpl
          An implementation of the model object 'Factory'.
 

Fields in org.eclipse.egf.model.impl declared as Factory
protected  Factory FactoryComponentImpl.factory
          The cached value of the 'Factory' containment reference
 

Methods in org.eclipse.egf.model.impl that return Factory
 Factory ModelFactoryImpl.createFactory()
           
 Factory FactoryComponentImpl.getFactory()
           
 

Methods in org.eclipse.egf.model.impl with parameters of type Factory
 NotificationChain FactoryComponentImpl.basicSetFactory(Factory newFactory, NotificationChain msgs)
           
 void FactoryComponentImpl.setFactory(Factory newFactory)
           
 

Uses of Factory in org.eclipse.egf.model.util
 

Methods in org.eclipse.egf.model.util with parameters of type Factory
 T ModelSwitch.caseFactory(Factory object)
          Returns the result of interpreting the object as an instance of 'Factory'
 boolean ModelValidator.validateFactory(Factory factory, DiagnosticChain diagnostics, Map<Object,Object> context)
           
 


EGF Engine
Release 0.1.0

Copyright (c) Thales Corporate Services S.A.S, 2009.

This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.