X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=org.simantics.district.network.ontology%2Fgraph%2FDistrictNetworkProfiles.pgraph;h=b25be6f5db27b69990f8bd228d3a47f4fddb40da;hb=refs%2Fchanges%2F60%2F2860%2F1;hp=773ddd300212727fd3a8d869bd9aeebf042ea467;hpb=3354c578fb8e65421d0fdb123310232ccdc597cf;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 773ddd30..b25be6f5 100644 --- a/org.simantics.district.network.ontology/graph/DistrictNetworkProfiles.pgraph +++ b/org.simantics.district.network.ontology/graph/DistrictNetworkProfiles.pgraph @@ -19,6 +19,21 @@ DN.Groups.VertexGroup : DIA.TypeGroup DN.Groups.EdgeGroup : DIA.TypeGroup DIA.TypeGroup.HasType DN.Edge +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 + +// Style for user component-specified text grid entries +DN.DistrictNetworkHoverInfoStyle : 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.Value + ==> "Resource -> Maybe String"