|
EGF Engine Release 0.1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFactoryComponentReader
Defines services to read EGF model elements depending on implementors.
Method Summary | |
---|---|
IContextDescriptor |
readContext(String contextId_p,
String factoryComponentId_p)
Read a context description for given ids. |
IContractDescriptor |
readContract(String contractId_p,
String factoryComponentId_p)
Read a contract description for given ids. |
IContractElementReferenceDescriptor |
readContractElementReference(String contractReferenceId_p,
String factoryComponentId_p)
Read a contract element reference for given ids. |
IFactoryComponentDescriptor |
readFactoryComponent(String factoryComponentId_p)
Read a factory component description for given id. |
IFactoryComponentInvocationDescriptor |
readFactoryComponentInvocation(String factoryComponentInvocation_p,
String factoryComponentId_p)
Read a factory component invocation description for given ids. |
IDescriptor |
readMappings(String factoryComponentId_p)
Read all mappings for given factory component. |
IDescriptor |
readPatternLibraries(String factoryComponentId_p)
Read all pattern libraries for given factory component. |
IProductionPlanDescriptor |
readProductionPlan(String productionPlanId_p,
String factoryComponentId_p)
Read a production plan description for given ids. |
ITaskFactoryDescriptor |
readTaskFactory(String taskFactoryId_p,
String factoryComponentId_p)
Read a task factory for given ids. |
Method Detail |
---|
IFactoryComponentDescriptor readFactoryComponent(String factoryComponentId_p)
factoryComponentId_p
-
IFactoryComponentDescriptor
instance or null if data are not found.IProductionPlanDescriptor readProductionPlan(String productionPlanId_p, String factoryComponentId_p)
productionPlanId_p
- factoryComponentId_p
-
IProductionPlanDescriptor
instance or null if data are not found.IFactoryComponentInvocationDescriptor readFactoryComponentInvocation(String factoryComponentInvocation_p, String factoryComponentId_p)
factoryComponentInvocation_p
- factoryComponentId_p
-
IFactoryComponentInvocationDescriptor
instance or null if data are not found.IContractDescriptor readContract(String contractId_p, String factoryComponentId_p)
contractId_p
- factoryComponentId_p
-
IContractDescriptor
instance or null if data are not found.IContextDescriptor readContext(String contextId_p, String factoryComponentId_p)
contextId_p
- factoryComponentId_p
-
IContextDescriptor
instance or null if data are not found.IContractElementReferenceDescriptor readContractElementReference(String contractReferenceId_p, String factoryComponentId_p)
contractReferenceId_p
- factoryComponentId_p
-
IContractElementReferenceDescriptor
instance or null if data are not found.ITaskFactoryDescriptor readTaskFactory(String taskFactoryId_p, String factoryComponentId_p)
taskFactoryId_p
- factoryComponentId_p
-
ITaskFactoryDescriptor
instance or null if data are not found.IDescriptor readPatternLibraries(String factoryComponentId_p)
factoryComponentId_p
-
IDescriptor
instance or null if data are not found.IDescriptor readMappings(String factoryComponentId_p)
factoryComponentId_p
-
IDescriptor
instance or null if data are not found.
|
EGF Engine Release 0.1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.