Adding support for multiple models

I have a (non-java-)model that successfully compiles to java. Now I want to add another model and reference to classes that were generated from it from my first model. If I do it straightforward (using string references), I get "unknown class" error for the code that references to a class from an external model (in one of model reduction steps, no text code is generated). Is there a way to reference a generated class from another model?
0
1 comment
Avatar
Permanently deleted user
This isn't exactly the same situation, but it might help you figure out how things are supposed to work:

http://forum.jetbrains.com/thread/Meta-Programming-System-486
0

Please sign in to leave a comment.