A E G I L M R S T

A

atl - package atl
 
ATLTransformations - Class in atl
Main class for running ATL transformations programatically (template) TODO: Add support for running AM3 Ant tasks
ATLTransformations() - Constructor for class atl.ATLTransformations
 

E

extractXMLModelToFile(ASMModel, String) - Method in class atl.ATLTransformations
Extract input XML model (instance of XML metamodel - MOF 1.4) to XML file
extractXMLModelToString(ASMModel) - Method in class atl.ATLTransformations
Extract input XML model (instance of XML metamodel - MOF 1.4) to String

G

getATLTransformations() - Static method in class atl.ATLTransformations
Returns static instance of ATLTransformations class (Singleton)
getMMFromFile(String) - Method in class atl.ATLTransformations
Deserializes a MM model from a File.
getOtherMMFromOneMM(ASMModel) - Method in class atl.ATLTransformations
Run OneMM to OtherMM (example) ATL transformation (OneMM2OtherMM).

I

injectXMLModelFromFile(String) - Method in class atl.ATLTransformations
Inject input XML file to XML model (instance of XML metamodel - MOF 1.4) Note: if you want to use EMF, just change 'mdramh' to 'emfamh' and 'xmlMDRmm' to 'xmlEMFmm' in this method, and also in other methods if needed.
injectXMLModelFromString(String) - Method in class atl.ATLTransformations
Convert input String which contains XML code to XML model (instance of XML metamodel - MOF 1.4)

L

loadMDRModelFromFile(String, String) - Method in class atl.ATLTransformations
Load model from file (XMI) as MOF-1.4

M

main(String[]) - Static method in class atl.ATLTransformations
 
MOFModelToString(ASMModel) - Method in class atl.ATLTransformations
Converts MDR ASMModel to String

R

runATLTransformation(AtlModelHandler, URL, ASMModel, ASMModel, ASMModel, Map, Map) - Method in class atl.ATLTransformations
Launch ATL transformation

S

saveMDRModelToFile(ASMModel, String) - Method in class atl.ATLTransformations
Save model to file (XMI) as MOF-1.4
saveMMModelToFile(ASMModel, String) - Method in class atl.ATLTransformations
Extract input MM model (instance of some MM metamodel - MOF 1.4) to File

T

transformOnetoOther(String, String) - Method in class atl.ATLTransformations
Transform input One (XML-based) file to output Other (XML-based) file - an example with injection/extraction

A E G I L M R S T