EGF Engine
Release 0.1.0

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

Packages that use FactoryComponentInvocation
org.eclipse.egf.core.ui.wizard.page   
org.eclipse.egf.model   
org.eclipse.egf.model.data.helper   
org.eclipse.egf.model.impl   
org.eclipse.egf.model.util   
 

Uses of FactoryComponentInvocation in org.eclipse.egf.core.ui.wizard.page
 

Methods in org.eclipse.egf.core.ui.wizard.page that return FactoryComponentInvocation
protected  FactoryComponentInvocation FactoryComponentInvocationWizardPage.getFactoryComponentInvocation()
          Get the factory component invocation managed by this page.
 

Uses of FactoryComponentInvocation in org.eclipse.egf.model
 

Methods in org.eclipse.egf.model that return FactoryComponentInvocation
 FactoryComponentInvocation ModelFactory.createFactoryComponentInvocation()
          Returns a new object of class 'Factory Component Invocation'
 

Uses of FactoryComponentInvocation in org.eclipse.egf.model.data.helper
 

Methods in org.eclipse.egf.model.data.helper that return FactoryComponentInvocation
static FactoryComponentInvocation ModelHelper.addFactoryComponentInvocation(FactoryComponent owningFC_p, String referencedFCId_p)
          Add a new factory component invocation to given FC.
 FactoryComponentInvocation IFactoryComponentLoadingHelper.loadFactoryComponentInvocation(String factoryComponentInvocationId_p, String factoryComponentId_p)
          Load a factory component invocation from its description.
 

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

Classes in org.eclipse.egf.model.impl that implement FactoryComponentInvocation
 class FactoryComponentInvocationImpl
          An implementation of the model object 'FactoryComponent Configuration'.
 

Methods in org.eclipse.egf.model.impl that return FactoryComponentInvocation
 FactoryComponentInvocation ModelFactoryImpl.createFactoryComponentInvocation()
           
 

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

Methods in org.eclipse.egf.model.util with parameters of type FactoryComponentInvocation
 T ModelSwitch.caseFactoryComponentInvocation(FactoryComponentInvocation object)
          Returns the result of interpreting the object as an instance of 'Factory Component Invocation'
 boolean ModelValidator.validateFactoryComponentInvocation(FactoryComponentInvocation factoryComponentInvocation, 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.