I had a look at the entities introduced by Alex. for C.
I took the liberty of correcting some missing/wrong meta-descriptions
but one is a significant change:
- Include is an Association from CFile to CFile
- CFile is a subclass of File
While it all seems to make sense at first look, actually Association are defined as to and from NamedEntities which Files (and therefore CFiles) are not
I believe the least bad solution would be for CFile to inherit from NamedEntites rather than File
nicolas