[go: up one dir, main page]

Menu

[f833ca]: / tests / cit-uml.cgr  Maximize  Restore  History

Download this file

54 lines (53 with data), 1.1 kB

;; Object /home/zappo/cedet/tests/cit-uml
;; EIEIO PERSISTENT OBJECT
(cogre-base-graph "/home/zappo/cedet/tests/cit-uml"
  :file "/home/zappo/cedet/tests/cit-uml.cgr"
  :name "/home/zappo/cedet/tests/cit-uml"
  :elements (list 
   (cogre-class "CIT_Baseclass"
    :position [27 0]
    )
   (cogre-class "CIT_Noodle"
    :position [9 10]
    )
   (cogre-class "CIT_Bacon"
    :position [29 10]
    )
   (cogre-class "CIT_Bread"
    :position [47 10]
    )
   (cogre-class "CIT_Toast"
    :position [47 20]
    )
   (cogre-class "CIT_Elbow"
    :position [2 20]
    )
   (cogre-class "CIT_Spiral"
    :position [18 20]
    )
   (cogre-inherit "Name"
    :start "CIT_Spiral"
    :end "CIT_Noodle"
    )
   (cogre-inherit "Name1"
    :start "CIT_Elbow"
    :end "CIT_Noodle"
    )
   (cogre-inherit "Name2"
    :start "CIT_Bacon"
    :end "CIT_Baseclass"
    )
   (cogre-inherit "Name3"
    :start "CIT_Noodle"
    :end "CIT_Baseclass"
    )
   (cogre-inherit "Name4"
    :start "CIT_Bread"
    :end "CIT_Baseclass"
    )
   (cogre-inherit "Name5"
    :start "CIT_Toast"
    :end "CIT_Bread"
    )
   )
  )