From 250722c453223a238192fda8db9e692ea776afc7 Mon Sep 17 00:00:00 2001 From: ArenBabikian Date: Sun, 19 May 2019 04:57:59 -0400 Subject: REALMET: first impl of n'hood visualis. minor bug with adding outgng 0s. --- .../outputs/simpleLLNEIGHBOURHOOD.gml | 336 +++++++++++++++++++++ 1 file changed, 336 insertions(+) create mode 100644 Metrics/ca.mcgill.ecse.dslreasoner.realistic.metrics/outputs/simpleLLNEIGHBOURHOOD.gml (limited to 'Metrics/ca.mcgill.ecse.dslreasoner.realistic.metrics/outputs/simpleLLNEIGHBOURHOOD.gml') diff --git a/Metrics/ca.mcgill.ecse.dslreasoner.realistic.metrics/outputs/simpleLLNEIGHBOURHOOD.gml b/Metrics/ca.mcgill.ecse.dslreasoner.realistic.metrics/outputs/simpleLLNEIGHBOURHOOD.gml new file mode 100644 index 00000000..2ad22a58 --- /dev/null +++ b/Metrics/ca.mcgill.ecse.dslreasoner.realistic.metrics/outputs/simpleLLNEIGHBOURHOOD.gml @@ -0,0 +1,336 @@ +graph +[ + node + [ + id 0 + graphics + [ + w 145.20000000000002 + h 40 + type "roundrectangle" + fill "#FFCC00" + outline "#000000" + ] + LabelGraphics + [ + ] + LabelGraphics + [ + text "[Object class] (4)" + fontSize 14 + fontName "Dialog" + ] + ] + node + [ + id 1 + graphics + [ + w 129.8 + h 40 + type "roundrectangle" + fill "#FFCC00" + outline "#000000" + ] + LabelGraphics + [ + ] + LabelGraphics + [ + text "[List class] (1)" + fontSize 14 + fontName "Dialog" + ] + ] + node + [ + id 2 + graphics + [ + w 152.9 + h 40 + type "roundrectangle" + fill "#FFCC00" + outline "#000000" + ] + LabelGraphics + [ + ] + LabelGraphics + [ + text "[Element class] (1)" + fontSize 14 + fontName "Dialog" + ] + ] + node + [ + id 3 + graphics + [ + w 152.9 + h 40 + type "roundrectangle" + fill "#FFCC00" + outline "#000000" + ] + LabelGraphics + [ + ] + LabelGraphics + [ + text "[Element class] (1)" + fontSize 14 + fontName "Dialog" + ] + ] + node + [ + id 4 + graphics + [ + w 152.9 + h 40 + type "roundrectangle" + fill "#FFCC00" + outline "#000000" + ] + LabelGraphics + [ + ] + LabelGraphics + [ + text "[Element class] (2)" + fontSize 14 + fontName "Dialog" + ] + ] + edge + [ + source 1 + target 2 + label "first reference List" + graphics + [ + fill "#000000" + targetArrow "standard" + ] + LabelGraphics + [ + text "first reference List" + fontSize 12 + fontName "Dialog" + configuration "AutoFlippingLabel" + model "six_pos" + position "head" + ] + LabelGraphics + [ + text "[1]" + fontSize 12 + fontName "Dialog" + configuration "AutoFlippingLabel" + model "six_pos" + position "stail" + ] + LabelGraphics + [ + text "[1]" + fontSize 12 + fontName "Dialog" + configuration "AutoFlippingLabel" + model "six_pos" + position "ttail" + ] + ] + edge + [ + source 2 + target 4 + label "next reference Element" + graphics + [ + fill "#000000" + targetArrow "standard" + ] + LabelGraphics + [ + text "next reference Element" + fontSize 12 + fontName "Dialog" + configuration "AutoFlippingLabel" + model "six_pos" + position "head" + ] + LabelGraphics + [ + text "[1]" + fontSize 12 + fontName "Dialog" + configuration "AutoFlippingLabel" + model "six_pos" + position "stail" + ] + LabelGraphics + [ + text "[1, 0]" + fontSize 12 + fontName "Dialog" + configuration "AutoFlippingLabel" + model "six_pos" + position "ttail" + ] + ] + edge + [ + source 2 + target 0 + label "value reference Element" + graphics + [ + fill "#000000" + targetArrow "standard" + ] + LabelGraphics + [ + text "value reference Element" + fontSize 12 + fontName "Dialog" + configuration "AutoFlippingLabel" + model "six_pos" + position "head" + ] + LabelGraphics + [ + text "[1]" + fontSize 12 + fontName "Dialog" + configuration "AutoFlippingLabel" + model "six_pos" + position "stail" + ] + LabelGraphics + [ + text "[1, 0, 0]" + fontSize 12 + fontName "Dialog" + configuration "AutoFlippingLabel" + model "six_pos" + position "ttail" + ] + ] + edge + [ + source 3 + target 0 + label "value reference Element" + graphics + [ + fill "#000000" + targetArrow "standard" + ] + LabelGraphics + [ + text "value reference Element" + fontSize 12 + fontName "Dialog" + configuration "AutoFlippingLabel" + model "six_pos" + position "head" + ] + LabelGraphics + [ + text "[1]" + fontSize 12 + fontName "Dialog" + configuration "AutoFlippingLabel" + model "six_pos" + position "stail" + ] + LabelGraphics + [ + text "[1, 0, 0]" + fontSize 12 + fontName "Dialog" + configuration "AutoFlippingLabel" + model "six_pos" + position "ttail" + ] + ] + edge + [ + source 4 + target 3 + label "next reference Element" + graphics + [ + fill "#000000" + targetArrow "standard" + ] + LabelGraphics + [ + text "next reference Element" + fontSize 12 + fontName "Dialog" + configuration "AutoFlippingLabel" + model "six_pos" + position "head" + ] + LabelGraphics + [ + text "[1, 1]" + fontSize 12 + fontName "Dialog" + configuration "AutoFlippingLabel" + model "six_pos" + position "stail" + ] + LabelGraphics + [ + text "[1]" + fontSize 12 + fontName "Dialog" + configuration "AutoFlippingLabel" + model "six_pos" + position "ttail" + ] + ] + edge + [ + source 4 + target 0 + label "value reference Element" + graphics + [ + fill "#000000" + targetArrow "standard" + ] + LabelGraphics + [ + text "value reference Element" + fontSize 12 + fontName "Dialog" + configuration "AutoFlippingLabel" + model "six_pos" + position "head" + ] + LabelGraphics + [ + text "[1, 1]" + fontSize 12 + fontName "Dialog" + configuration "AutoFlippingLabel" + model "six_pos" + position "stail" + ] + LabelGraphics + [ + text "[1, 0, 0]" + fontSize 12 + fontName "Dialog" + configuration "AutoFlippingLabel" + model "six_pos" + position "ttail" + ] + ] +] -- cgit v1.2.3-54-g00ecf