A
transformation module may import other transformations (“libraries”).
This is done using the access library, access transformation, or import keywords. Currently, the semantics of these are the same.
access library
aSimpleName ("stdLib.m2t");
import aSimpleName ("std/stdLib2.m2t");
Imported
transformations are fetched by the parser, looking first in the current directory, then in any directory specified by the import path. In the preference manager,
the import path property can be defined. It should be on the form path1;path2;path3. The parser will look
for imported transformations in each path given if not found.