Method
parse(_:)
Parse an XMI file and return a Resource containing the objects
func parse(_ url: URL) async throws -> Resource
Parameters
url-
The URL of the XMI file to parse
Return Value
A Resource containing the parsed objects
Method
Parse an XMI file and return a Resource containing the objects
func parse(_ url: URL) async throws -> Resource
urlThe URL of the XMI file to parse
A Resource containing the parsed objects