State source = new State(cPine, true);
State target = new State(cTupe, false);
CondReactInfo condReactInfo = new CondReactInfo(null, null);
CondReact cr = new CondReact(condReactInfo);
Expr cond = new Expr("cond");
Action react = new Action("react");
cr.changeRemCond(cond);
cr.changeRemReact(react);
EventInfo eInfo = new EventInfo(cGino, null);
Event e = new Event(eInfo);
Transition t = Generator.generateTransition(source, target, e, cr);