Community
Participate
Working Groups
For importing previously unknown types I need to receive a set of models for a simple type name. Maybe even a list if we can determine some sort of priority on types and then trim it to a size of 1-2 types !? I can provide an ITypeName, the identifier is something like "LButton".
I have commited a quick fix for the CallsModelStore to the templates branch: public Set<ObjectMethodCallsNet> getModelsForSimpleName(final ITypeName simpleName); I also had to add public ITypeName getType(); to the ObjectMethodCallsNet in order to find out what the model is about.
the current work around for simple type names works for me. I'm closing this issue - or did I miss something important?