EGF Engine
Release 0.1.0

org.eclipse.egf.model
Interface ModelFactory

All Known Implementing Classes:
ModelFactoryImpl

public interface ModelFactory

The Factory for the model. It provides a create method for each non-abstract class of the model.

See Also:
ModelPackage

Field Summary
static ModelFactory eINSTANCE
          The singleton instance of the factory
 
Method Summary
 Context createContext()
          Returns a new object of class 'Context'
 ContextElement createContextElement()
          Returns a new object of class 'Context Element'
 Contract createContract()
          Returns a new object of class 'Contract'
 ContractElement createContractElement()
          Returns a new object of class 'Contract Element'
 ContractElementReference createContractElementReference()
          Returns a new object of class 'Contract Element Reference'
 Domain createDomain()
          Returns a new object of class 'Domain'
 Factory createFactory()
          Returns a new object of class 'Factory'
 FactoryComponent createFactoryComponent()
          Returns a new object of class 'Factory Component'
 FactoryComponentInvocation createFactoryComponentInvocation()
          Returns a new object of class 'Factory Component Invocation'
 MappingModel createMappingModel()
          Returns a new object of class 'Mapping Model'
 MappingViewpoint createMappingViewpoint()
          Returns a new object of class 'Mapping Viewpoint'
 PatternLibrary createPatternLibrary()
          Returns a new object of class 'Pattern Library'
 PatternModel createPatternModel()
          Returns a new object of class 'Pattern Model'
 PatternViewpoint createPatternViewpoint()
          Returns a new object of class 'Pattern Viewpoint'
 ProductionPlan createProductionPlan()
          Returns a new object of class 'Production Plan'
 Specification createSpecification()
          Returns a new object of class 'Specification'
 TaskFactoryHolder createTaskFactoryHolder()
          Returns a new object of class 'Task Factory Holder'
 Type createType()
          Returns a new object of class 'Type'
 ModelPackage getModelPackage()
          Returns the package supported by this factory
 

Field Detail

eINSTANCE

static final ModelFactory eINSTANCE
The singleton instance of the factory.

Method Detail

createFactoryComponent

FactoryComponent createFactoryComponent()
Returns a new object of class 'Factory Component'.

Returns:
a new object of class 'Factory Component'.

createDomain

Domain createDomain()
Returns a new object of class 'Domain'.

Returns:
a new object of class 'Domain'.

createSpecification

Specification createSpecification()
Returns a new object of class 'Specification'.

Returns:
a new object of class 'Specification'.

createContract

Contract createContract()
Returns a new object of class 'Contract'.

Returns:
a new object of class 'Contract'.

createContractElement

ContractElement createContractElement()
Returns a new object of class 'Contract Element'.

Returns:
a new object of class 'Contract Element'.

createContractElementReference

ContractElementReference createContractElementReference()
Returns a new object of class 'Contract Element Reference'.

Returns:
a new object of class 'Contract Element Reference'.

createType

Type createType()
Returns a new object of class 'Type'.

Returns:
a new object of class 'Type'.

createPatternViewpoint

PatternViewpoint createPatternViewpoint()
Returns a new object of class 'Pattern Viewpoint'.

Returns:
a new object of class 'Pattern Viewpoint'.

createPatternLibrary

PatternLibrary createPatternLibrary()
Returns a new object of class 'Pattern Library'.

Returns:
a new object of class 'Pattern Library'.

createPatternModel

PatternModel createPatternModel()
Returns a new object of class 'Pattern Model'.

Returns:
a new object of class 'Pattern Model'.

createFactory

Factory createFactory()
Returns a new object of class 'Factory'.

Returns:
a new object of class 'Factory'.

createProductionPlan

ProductionPlan createProductionPlan()
Returns a new object of class 'Production Plan'.

Returns:
a new object of class 'Production Plan'.

createContext

Context createContext()
Returns a new object of class 'Context'.

Returns:
a new object of class 'Context'.

createContextElement

ContextElement createContextElement()
Returns a new object of class 'Context Element'.

Returns:
a new object of class 'Context Element'.

createFactoryComponentInvocation

FactoryComponentInvocation createFactoryComponentInvocation()
Returns a new object of class 'Factory Component Invocation'.

Returns:
a new object of class 'Factory Component Invocation'.

createTaskFactoryHolder

TaskFactoryHolder createTaskFactoryHolder()
Returns a new object of class 'Task Factory Holder'.

Returns:
a new object of class 'Task Factory Holder'.

createMappingViewpoint

MappingViewpoint createMappingViewpoint()
Returns a new object of class 'Mapping Viewpoint'.

Returns:
a new object of class 'Mapping Viewpoint'.

createMappingModel

MappingModel createMappingModel()
Returns a new object of class 'Mapping Model'.

Returns:
a new object of class 'Mapping Model'.

getModelPackage

ModelPackage getModelPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.

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.