Community
Participate
Working Groups
Build Identifier: Concerning your KDM Ecore model: For example, ClassUnit.getGroup() should return all its parents. Here, ClassUnit is only within the Container of a Package. Thus, ClassUnit.getGroup() should return its Package. If an entity is within several groups and a container, the parents of each group and the container must be returned by getGroup(). Reproducible: Always