N2_enum

  1. class N2_enum
  2. {
  3. node(Root).cat = value(N2);
  4. $type = value(subst);
  5. %% node(Foot).bot.sat = value(+);
  6. %% node(block1::Coord).bot.sat = value(+);
  7. node(block1::Coord).bot.sat = node(Foot).bot.sat;
  8. %% node(block2::Coord).bot.sat = value(+);
  9. %% node(block3::Coord).bot.sat = value(+);
  10. node(block3::Coord).bot.sat = node(Foot).bot.sat;
  11. node(block1::Coord).bot.time = node(Foot).bot.time;
  12. %% node(block2::Coord).bot.time = node(Foot).bot.time;
  13. node(block3::Coord).bot.time = node(Foot).bot.time;
  14. node(block1::Coord).bot.wh = node(Foot).bot.wh;
  15. %% node(block2::Coord).bot.wh = node(Foot).bot.wh;
  16. node(block3::Coord).bot.wh = node(Foot).bot.wh;
  17. node(Root).bot.sat = value(+);
  18. node(Root).bot.time = node(Foot).bot.time;
  19. node(Root).bot.hum = node(Foot).bot.hum;
  20. node(Root).bot.wh = node(Foot).bot.wh;
  21. node(Root).bot.semtype = node(Foot).bot.semtype;
  22. node(Root).bot.headcat = node(Foot).bot.headcat;
  23. Coord3 = block1::Coord;
  24. node(Foot).bot.number = node(Root).bot.number;
  25. }

Ajouter un commentaire

Connectez-vous ou inscrivez-vous pour publier un commentaire

Class Graph View