Method
parse(_:)
Parses Eclipse ATL XMI format into an ATL module.
func parse(_ xmi: String) throws -> ATLModule
Parameters
xmi-
The XMI content as a string
Return Value
The parsed ATL module
Method
Parses Eclipse ATL XMI format into an ATL module.
func parse(_ xmi: String) throws -> ATLModule
xmiThe XMI content as a string
The parsed ATL module