Right now the name of the profile is hardcoded in the transformation (always set to RootElement). It is better to have a dynamic way to do that. A possible solution was to have a class in the emf file annotated with @Profile (equivalent to @Diagram in Eugenia) to store information related with the profile node (e.g., name, icon, description, etc.)
Right now the name of the profile is hardcoded in the transformation (always set to RootElement). It is better to have a dynamic way to do that. A possible solution was to have a class in the emf file annotated with @Profile (equivalent to @Diagram in Eugenia) to store information related with the profile node (e.g., name, icon, description, etc.)