]> gerrit.simantics Code Review - simantics/district.git/blobdiff - org.simantics.district.network/scl/Simantics/District.scl
ChangeMappingType SCL function to change district UC type for scripting
[simantics/district.git] / org.simantics.district.network / scl / Simantics / District.scl
index 8e96b518a2dbb98a548de21eb23e984adaf2ebf5..56e8edb45367a08ef6e5e2f481e0d3c8a3c36f4d 100644 (file)
@@ -152,3 +152,4 @@ dnElementsMappedToComponents mappedComponents = mapMaybe possibleDNElementMapped
 
 importJava "org.simantics.district.network.DistrictNetworkUtil" where
     createNetworkDiagram :: Resource -> Resource -> String -> Resource -> Resource -> Resource -> Resource -> Resource -> <WriteGraph, Proc> Resource
+    changeMappingType :: Resource -> [Resource] -> <WriteGraph, Proc> ()