Class ASMFactory
java.lang.Object
org.eclipse.m2m.atl.core.ModelFactory
org.eclipse.m2m.atl.core.ui.vm.asm.ASMFactory
The RegularVM adaptation of the
ModelFactory.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBuiltInResource(String name) Returns the built-in resource matching the given name.Returns a defaultIExtractorassociated with the current factory.Returns a defaultIInjectorassociated with the current factory.Returns the Metametamodel.static ASMModelWrappergetMetametamodel(String modelHandlerName) Find the metametamodel for a given model handler name.newModel(IReferenceModel referenceModel) Creates a newIModelusing default options and conforming to the givenIReferenceModel.newModel(IReferenceModel referenceModel, Map<String, Object> options) Creates a newIModelusing specified options and conforming to the givenIReferenceModel.Creates a newIReferenceModelusing default options.newReferenceModel(Map<String, Object> options) Creates a newIReferenceModelusing specified options.
-
Field Details
-
MODEL_FACTORY_NAME
The model factory name which is also the extractor/injector name.- See Also:
-
OPTION_MODEL_HANDLER
The model handler name.- See Also:
-
OPTION_MODEL_NAME
The model name.- See Also:
-
OPTION_MODEL_PATH
The model path.- See Also:
-
OPTION_NEW_MODEL
The newModel boolean.- See Also:
-
-
Constructor Details
-
ASMFactory
public ASMFactory()Creates a newASMFactory.
-
-
Method Details
-
getDefaultExtractorName
Returns a defaultIExtractorassociated with the current factory.- Specified by:
getDefaultExtractorNamein classModelFactory- Returns:
- the default
IExtractor - See Also:
-
getDefaultInjectorName
Returns a defaultIInjectorassociated with the current factory.- Specified by:
getDefaultInjectorNamein classModelFactory- Returns:
- the default
IInjector - See Also:
-
newModel
Creates a newIModelusing specified options and conforming to the givenIReferenceModel. This method needs additional parameters to be launched, passed as options:- modelHandlerName: the name of the model handler.
- modelName: the name of the model.
- path: the path of the model.
- newModel: a boolean, true if the model is a new one.
- Specified by:
newModelin classModelFactory- Parameters:
referenceModel- theIReferenceModeloptions- the creation options- Returns:
- a new
IModel - See Also:
-
newReferenceModel
Creates a newIReferenceModelusing specified options. This method needs additional parameters to be launched, passed as options:- modelHandlerName: the name of the model handler.
- modelName: the name of the model.
- path: the path of the model.
- Specified by:
newReferenceModelin classModelFactory- Parameters:
options- the creation options- Returns:
- a new
IReferenceModel - See Also:
-
newModel
Creates a newIModelusing default options and conforming to the givenIReferenceModel.- Specified by:
newModelin classModelFactory- Parameters:
referenceModel- theIReferenceModel- Returns:
- a new
IModel - Throws:
ATLCoreException- See Also:
-
newReferenceModel
Creates a newIReferenceModelusing default options.- Specified by:
newReferenceModelin classModelFactory- Returns:
- a new
IReferenceModel - Throws:
ATLCoreException- See Also:
-
getBuiltInResource
Returns the built-in resource matching the given name.- Specified by:
getBuiltInResourcein classModelFactory- Parameters:
name- the resource name- Returns:
- the built-in resource matching the given name
- See Also:
-
getMetametamodel
Find the metametamodel for a given model handler name.- Parameters:
modelHandlerName- the model handler name- Returns:
- the metametamodel, embedded into an ASMModelWrapper
-
getMetametamodel
Returns the Metametamodel.- Specified by:
getMetametamodelin classModelFactory- Returns:
- the Metametamodel
- See Also:
-