X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=org.simantics.district.network%2Fscl%2FSimantics%2FDistrict.scl;h=0e79ef774402aa6a83a06e093c9023129223c181;hb=13e40c4aab582b42f0cde7a15998d3b03362121b;hp=8e96b518a2dbb98a548de21eb23e984adaf2ebf5;hpb=8ceba7214150309c1bfae4b8213d1e6eb51f5934;p=simantics%2Fdistrict.git diff --git a/org.simantics.district.network/scl/Simantics/District.scl b/org.simantics.district.network/scl/Simantics/District.scl index 8e96b518..0e79ef77 100644 --- a/org.simantics.district.network/scl/Simantics/District.scl +++ b/org.simantics.district.network/scl/Simantics/District.scl @@ -152,3 +152,7 @@ dnElementsMappedToComponents mappedComponents = mapMaybe possibleDNElementMapped importJava "org.simantics.district.network.DistrictNetworkUtil" where createNetworkDiagram :: Resource -> Resource -> String -> Resource -> Resource -> Resource -> Resource -> Resource -> Resource + changeMappingType :: Resource -> [Resource] -> () + findDNElementById :: Resource -> String -> Maybe Resource + findDNElementByXYCoordinates :: Resource -> Double -> Double -> Double -> [Resource] +