example_model.mvc 241 B

123456789101112131415161718192021
  1. Symbol sym1 {
  2. typeID = "Router"
  3. }
  4. Symbol sym2 {
  5. typeID = "PC"
  6. }
  7. Symbol sym3 {
  8. typeID = "PC"
  9. }
  10. Attribute att1 {
  11. key = "IP"
  12. value = "192.168.0.1"
  13. }
  14. SymbolAttribute(sym1, att1) {}
  15. Link(sym1, sym2) {}
  16. Link(sym1, sym3) {}