resolveB2Forme.tex 378 B

12345678910111213
  1. \begin{mycode}
  2. #\tomblue{\%transformation}# Text2Picture(gp:GeoPicture):text.ecore->geopicture.ecore {
  3. ...
  4. #\tomblue{definition}# B2BluePentagon {
  5. #\hlred{b}#@BText[...] -> {
  6. GreenSquare square = #\tomblue{\%resolve}#(#\hlred{b}#:BText,square_connector:GreenSquare);
  7. BluePentagon pentagon = `Pentagon("blue",square);
  8. }
  9. }
  10. }
  11. ...
  12. }
  13. \end{mycode}