X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=org.simantics.district.network.ontology%2Fgraph%2FDistrictNetworkProfiles.pgraph;h=25c17f4d961dff0ca3525556873984ccd53bf97f;hb=75b7219d78b67919436a99631905e4d3fd57e765;hp=1a468d12696cca2c3822eebe555ca0f8c2812d01;hpb=beab0411489f5730942d98d47dc3faf3107c6c02;p=simantics%2Fdistrict.git diff --git a/org.simantics.district.network.ontology/graph/DistrictNetworkProfiles.pgraph b/org.simantics.district.network.ontology/graph/DistrictNetworkProfiles.pgraph index 1a468d12..25c17f4d 100644 --- a/org.simantics.district.network.ontology/graph/DistrictNetworkProfiles.pgraph +++ b/org.simantics.district.network.ontology/graph/DistrictNetworkProfiles.pgraph @@ -22,13 +22,22 @@ 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 +DN.ElevationRectangleStyle : DIA.Style + +// Style for user component-specified text grid entries +DN.DistrictNetworkHoverInfoStyle : DIA.Style + +// Style for user component-specified static info text for network branches +DN.DistrictNetworkStaticInfoStyle : 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 L0.ExternalValue - ==> "Resource -> String" + --> L0.Value + ==> "Resource -> Maybe String"