EGF Engine
Release 0.1.0

org.eclipse.egf.model
Interface ProductionPlan

All Superinterfaces:
AbstractFactoryComponentFactory, NamedModelElementWithId
All Known Implementing Classes:
ProductionPlanImpl

public interface ProductionPlan
extends AbstractFactoryComponentFactory

A representation of the model object 'Production Plan'.

The following features are supported:

See Also:
ModelPackage.getProductionPlan()

Method Summary
  getFactoryComponentInvocationIds()
          Returns the value of the 'FactoryComponent Configuration Ids' attribute list.
  getFactoryComponentInvocations()
          Returns the value of the 'Factory Component Invocations' containment reference list.
 
Methods inherited from interface org.eclipse.egf.model.AbstractFactoryComponentFactory
getContext, getContextId, setContext, setContextId
 
Methods inherited from interface org.eclipse.egf.model.NamedModelElementWithId
getDescription, getId, getJavaIdentifier, getName, setDescription, setId, setName
 

Method Detail

getFactoryComponentInvocations

 getFactoryComponentInvocations()
Returns the value of the 'Factory Component Invocations' containment reference list. The list contents are of type FactoryComponentInvocation.

If the meaning of the 'FactoryComponent Configurations' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Factory Component Invocations' containment reference list.
See Also:
ModelPackage.getProductionPlan_FactoryComponentInvocations()

getFactoryComponentInvocationIds

 getFactoryComponentInvocationIds()
Returns the value of the 'FactoryComponent Configuration Ids' attribute list. The list contents are of type String.

If the meaning of the 'FactoryComponent Configuration Ids' attribute list isn't clear, there really should be more of a description here...

Returns:
the value of the 'FactoryComponent Configuration Ids' attribute list.
See Also:
ModelPackage.getProductionPlan_FactoryComponentInvocationIds()

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.