1
Uml Process / How can behavioral code generation recognize classifiers in other packages?
« on: January 01, 2016, 09:38:36 am »
Fellows,
I need behavioral code generation to recognize classifiers from other packages.
Because I wish to mantain one package for system itself, other(s) for libraries and frameworks (it makes sense, right?).
So, sometimes a system class' attibute is of a type from library package.
But, when I try to generate behavioral code, I get only "/*Warning: - No valid classifier set!*/" in code.
It works only when I put library package INTO system package, but it doesn't make sense in my mind.
Is there some kind of importing I can use, so I don't need to put library package into system package; in order to behavioral code generation could recognize classifiers into those libraries?
Thanks in advance and happy new year from Brazil.
I need behavioral code generation to recognize classifiers from other packages.
Because I wish to mantain one package for system itself, other(s) for libraries and frameworks (it makes sense, right?).
So, sometimes a system class' attibute is of a type from library package.
But, when I try to generate behavioral code, I get only "/*Warning: - No valid classifier set!*/" in code.
It works only when I put library package INTO system package, but it doesn't make sense in my mind.
Is there some kind of importing I can use, so I don't need to put library package into system package; in order to behavioral code generation could recognize classifiers into those libraries?
Thanks in advance and happy new year from Brazil.