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/unnames.gml | 90 ++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 Metrics/ca.mcgill.ecse.dslreasoner.realistic.metrics/outputs/unnames.gml (limited to 'Metrics/ca.mcgill.ecse.dslreasoner.realistic.metrics/outputs/unnames.gml') diff --git a/Metrics/ca.mcgill.ecse.dslreasoner.realistic.metrics/outputs/unnames.gml b/Metrics/ca.mcgill.ecse.dslreasoner.realistic.metrics/outputs/unnames.gml new file mode 100644 index 00000000..61ab66f5 --- /dev/null +++ b/Metrics/ca.mcgill.ecse.dslreasoner.realistic.metrics/outputs/unnames.gml @@ -0,0 +1,90 @@ +Creator "yFiles" +Version "2.16" +graph +[ + hierarchic 1 + label "" + directed 1 + node + [ + id 0 + label "" + graphics + [ + x 370.0 + y 238.0 + w 124.0 + h 90.0 + type "roundrectangle" + raisedBorder 0 + fill "#FFCC00" + outline "#000000" + ] + LabelGraphics + [ + ] + LabelGraphics + [ + text "label1" + fontSize 12 + fontName "Dialog" + anchor "c" + ] + ] + node + [ + id 1 + label "" + graphics + [ + x 876.0 + y 238.0 + w 30.0 + h 30.0 + type "roundrectangle" + raisedBorder 0 + fill "#FFCC00" + outline "#000000" + ] + LabelGraphics + [ + ] + ] + edge + [ + source 0 + target 1 + graphics + [ + fill "#000000" + targetArrow "standard" + ] + LabelGraphics + [ + text "name" + fontSize 12 + fontName "Dialog" + configuration "AutoFlippingLabel" + model "six_pos" + position "tail" + ] + LabelGraphics + [ + text "m1" + fontSize 12 + fontName "Dialog" + configuration "AutoFlippingLabel" + model "six_pos" + position "stail" + ] + LabelGraphics + [ + text "m2" + fontSize 12 + fontName "Dialog" + configuration "AutoFlippingLabel" + model "six_pos" + position "ttail" + ] + ] +] -- cgit v1.2.3-54-g00ecf