]> gerrit.simantics Code Review - simantics/district.git/blobdiff - org.simantics.district.network.ontology/graph/DistrictNetworkProfiles.pgraph
Elimination of compiler warnings.
[simantics/district.git] / org.simantics.district.network.ontology / graph / DistrictNetworkProfiles.pgraph
index 1a468d12696cca2c3822eebe555ca0f8c2812d01..a853d85e8058337a52b7d52e2757d4a4193cbc6c 100644 (file)
@@ -22,13 +22,15 @@ DN.Groups.EdgeGroup : DIA.TypeGroup
 DN.ElementColoringStyle : DIA.Style
 DN.VertexSizeStyle : DIA.Style
 DN.EdgeThicknessStyle : DIA.Style
+DN.ArrowLengthStyle : DIA.Style
 DN.HideStyle : DIA.Style
 DN.VertexSymbolStyle : DIA.Style
+DN.ConnectionLineStyle : DIA.Style
 
 // Function for dynamic selection of symbols for a vertex
 // The input of the function is a DN.Vertex
 // The output of the function should be SVG
 DN.HasSymbolFunction <R L0.HasProperty
     <-- DIA.ProfileEntry
-    --> L0.ExternalValue
-    ==> "Resource -> <ReadGraph> String"
+    --> L0.Value
+    ==> "Resource -> <ReadGraph> Maybe String"