X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=org.simantics.district.network%2Fscl%2FSimantics%2FDistrict%2FTechType.scl;fp=org.simantics.district.network%2Fscl%2FSimantics%2FDistrict%2FTechType.scl;h=e8ab4eec1d00ae1d788bb16bc6d25098c66392c9;hb=0e26f753a2d123c1f94faaebf676ead4b59d470d;hp=18663b85e7c6f5845d9a7b1afe17c50d190e2ac4;hpb=0ad71a873ea377c6c97ddcb33d2020e947864af9;p=simantics%2Fdistrict.git diff --git a/org.simantics.district.network/scl/Simantics/District/TechType.scl b/org.simantics.district.network/scl/Simantics/District/TechType.scl index 18663b85..e8ab4eec 100644 --- a/org.simantics.district.network/scl/Simantics/District/TechType.scl +++ b/org.simantics.district.network/scl/Simantics/District/TechType.scl @@ -7,3 +7,5 @@ importJava "org.simantics.district.network.techtype.TechTypeUtils" where resetComponents :: Resource -> () "Reset all map diagram elements to values in a tech type table: `resetMapElements table`" resetMapElements :: Resource -> () + "Load a tech type table for a given component type from a CSV file: `loadTechTypeTable componentType filePath`" + loadTechTypeTable :: Resource -> String -> ()