]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.district.network/scl/Simantics/District/TechType.scl
9b6ddeb9bcc06f7477630e255356fe92d702f8f2
[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> ()