Dear List,
Currently, there is no connection between instances of FAMIXFile/ Folder and entities that are supposed to be defined in (e.g., a .java files and a class, a .c file and an instance of CAModule). I extended FAMIXAbstractFile with definedEntities to have:
FAMIXNamedEntity subclass: #FAMIXAbstractFile instanceVariableNames: 'belongsTo entities'
Then I was unsure whether Fame should to be used. Should 'entities' refers to an ordered collection or a FMMultivalueLink. What will be the opposite then? sourceAnchor could be a good candidate, but I am unsure. For now, I did without Fame.
Cheers, Alexandre