I am using the 3.3.1 Acceleo version on Eclipse Juno, and i want to get the guard of a transition. To do that i have an operation getGuard() on my transition, but she is redefined by a stereotype. When i access to my opération getGuard() by my stereotype, i have always a null return!
static public Algorithm getTransitionGuard(Transition transition)
{
Algorithm result = null;
By the test project, I realized that everything worked. I redid my state machine of my project, and that to solve the problem. The problem comes from a change in our profile.