In `CRFMetamodelGenerator >> #defineRelations` there is: ```st (famixMethod property: #fast) - (fastEntity property: #famixMethod). ``` Thus `famixMethod >> #fast` points to the generic `FASTTEntity` and not to `FASTJavaMethodEntity` ???