]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.graphviz/scl/Visualization/Graphviz/Property.scl
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.graphviz / scl / Visualization / Graphviz / Property.scl
diff --git a/bundles/org.simantics.graphviz/scl/Visualization/Graphviz/Property.scl b/bundles/org.simantics.graphviz/scl/Visualization/Graphviz/Property.scl
new file mode 100644 (file)
index 0000000..a2f5562
--- /dev/null
@@ -0,0 +1,6 @@
+\r
+data Property = \r
+    Label String\r
+  | Rankdir String\r
+  | Shape String\r
+  | GenericProperty String String
\ No newline at end of file