Remove Utils from xtext and commons and replace with the one in model
Some helper functions for ABS are defined in the xtext plugins (AssetBasedSystemModelUtil and AssetBasedSystemTypeProvider) but are independent of xtext, some are in commons, ande some are redefined locally, such as in abs2gal. These functions should be grouped in the model plugin, unless they answer to a need that is specific to the plugin in which they are defined (e.g. some functions in k3dsa or abs2gal).
-
xtext -
commons -
abs2gal -
k3dsa -
(maybe abs2pddl)