EGF Engine
Release 0.1.0

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

Packages that use ProductionPlan
org.eclipse.egf.model   
org.eclipse.egf.model.data.helper   
org.eclipse.egf.model.impl   
org.eclipse.egf.model.util   
 

Uses of ProductionPlan in org.eclipse.egf.model
 

Methods in org.eclipse.egf.model that return ProductionPlan
 ProductionPlan ModelFactory.createProductionPlan()
          Returns a new object of class 'Production Plan'
 ProductionPlan Factory.getProductionPlan()
          Returns the value of the 'Production Plan' containment reference
 

Methods in org.eclipse.egf.model with parameters of type ProductionPlan
 void Factory.setProductionPlan(ProductionPlan value)
          Sets the value of the 'Production Plan' containment reference
 

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

Methods in org.eclipse.egf.model.data.helper that return ProductionPlan
static ProductionPlan ModelHelper.getProductionPlan(FactoryComponent factoryComponent_p)
          Get the production plan for given factory component.
 ProductionPlan IFactoryComponentLoadingHelper.loadProductionPlan(String productionPlanId_p, String factoryComponentId_p)
          Load a production plan from its description.
 

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

Classes in org.eclipse.egf.model.impl that implement ProductionPlan
 class ProductionPlanImpl
          An implementation of the model object 'Production Plan'.
 

Fields in org.eclipse.egf.model.impl declared as ProductionPlan
protected  ProductionPlan FactoryImpl.productionPlan
          The cached value of the 'Production Plan' containment reference
 

Methods in org.eclipse.egf.model.impl that return ProductionPlan
 ProductionPlan ModelFactoryImpl.createProductionPlan()
           
 ProductionPlan FactoryImpl.getProductionPlan()
           
 

Methods in org.eclipse.egf.model.impl with parameters of type ProductionPlan
 NotificationChain FactoryImpl.basicSetProductionPlan(ProductionPlan newProductionPlan, NotificationChain msgs)
           
 void FactoryImpl.setProductionPlan(ProductionPlan newProductionPlan)
           
 

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

Methods in org.eclipse.egf.model.util with parameters of type ProductionPlan
 T ModelSwitch.caseProductionPlan(ProductionPlan object)
          Returns the result of interpreting the object as an instance of 'Production Plan'
 boolean ModelValidator.validateProductionPlan(ProductionPlan productionPlan, 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.