From: Tuukka Lehtonen Date: Tue, 14 Nov 2017 09:06:55 +0000 (+0200) Subject: Improved Simantics/SCL module SCL module/script functionality X-Git-Tag: v1.31.0~40 X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=commitdiff_plain;h=3edbf85ff8a7f1bd596857a24b1bdebd66943d6b;hp=3edbf85ff8a7f1bd596857a24b1bdebd66943d6b;ds=sidebyside Improved Simantics/SCL module SCL module/script functionality * Added new functions create{SCLModule,SCLScript,PGraph}R that return the created resource instead of returning (). * Added new functions createSCL{Module,Script}WithDefinition for directly creating modules/scripts with a specific definition * Added new functions set{SCLModule,SCLScript,PGraph}Definition for setting the definition specific to each entity. * Added preliminary documentation for the module * Deprecated create{SCLModule,SCLScript,PGraph} functions in favor of create...R refs #7616 Change-Id: Ia2d97682eb184f5b0edd849f564ca05561938cb4 ---