Interface IModelFactory
-
- All Known Implementing Classes:
AbstractFeatureFieldModelFactory
,AbstractMultiFeatureFieldModelFactory
,BmCommonAttributeDataSeparationModelFactory
,BpSchemeModelFactory
,CmiModelFactory
,CommonAttributeContentModelFactory
,CommonPictureModelFactory
,CompositeModelFactory
,ConfigurationStandaloneContentModelFactory
,DefaultModelFactory
,DocumentNumeratorModelFactory
,ExchangePlanContentModelFactory
,GraphicalSchemePictureModelFactory
,MdExtensionPropertiesModelFactory
,MdHelpModelFactory
,MdSingleDefaultModelFactory
,MdSingleModelFactory
,ModelFactory
,PropertiesModelFactory
,SelectionModelFactory
,StandardAttributeModelFactory
public interface IModelFactory
The model factory to create the AEFIModel
instances.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IModel
createModel(IDefinition definition, org.eclipse.emf.ecore.EObject... objects)
CreatesIModel
instance by the given arguments.
-
-
-
Method Detail
-
createModel
IModel createModel(IDefinition definition, org.eclipse.emf.ecore.EObject... objects)
CreatesIModel
instance by the given arguments.- Parameters:
definition
- the definition.objects
- the objects for that the model is created.- Returns:
- the newly created model.
-
-