Open jmhorcas opened 3 years ago
There is not a good idea to use objects from the FM metamodel because it we store a feature we will store the complete tree in each node, thus, memory becomes a problem. It is better to continue using ids (str).
An option could be to return variability elements objects so you can adhere to the operation interface while avoiding memory compsumption
Operations using objects according to the FM metamodel are already available HERE.
They need to be integrated in this plugin.