]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.district.network/scl/Simantics/District/TechType.scl
18663b85e7c6f5845d9a7b1afe17c50d190e2ac4
[simantics/district.git] / org.simantics.district.network / scl / Simantics / District / TechType.scl
1 import "Simantics/DB"
2
3 importJava "org.simantics.district.network.techtype.TechTypeUtils" where
4     "Update component properties from tech type table: `updateComponent component`"
5     updateComponent :: Resource -> <Proc> ()
6     "Reset all components to values in a tech type table: `resetComponents table`"
7     resetComponents :: Resource -> <Proc> ()
8     "Reset all map diagram elements to values in a tech type table: `resetMapElements table`"
9     resetMapElements :: Resource -> <Proc> ()