]> gerrit.simantics Code Review - simantics/district.git/blobdiff - org.simantics.district.network/scl/Simantics/District.scl
Make it possible to import CSV data via SCL & create models
[simantics/district.git] / org.simantics.district.network / scl / Simantics / District.scl
index f96ed607da33ee705fd591a08c946f401b3522ae..8e96b518a2dbb98a548de21eb23e984adaf2ebf5 100644 (file)
@@ -148,3 +148,7 @@ The result list can be smaller than the input resource list, even empty.
 """
 dnElementsMappedToComponents :: [Resource] -> <ReadGraph> [Resource]
 dnElementsMappedToComponents mappedComponents = mapMaybe possibleDNElementMappedToComponent mappedComponents
+
+
+importJava "org.simantics.district.network.DistrictNetworkUtil" where
+    createNetworkDiagram :: Resource -> Resource -> String -> Resource -> Resource -> Resource -> Resource -> Resource -> <WriteGraph, Proc> Resource