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=d9792f886b6c6446d7eeac7c882a8271c0a35f55;hp=18663b85e7c6f5845d9a7b1afe17c50d190e2ac4;hpb=55be0da74875c6e9e9b96bc86a6773b87889036e;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 -> ()