]> gerrit.simantics Code Review - simantics/platform.git/commit
Improved Simantics/SCL module SCL module/script functionality 20/1220/1
authorTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Tue, 14 Nov 2017 09:06:55 +0000 (11:06 +0200)
committerTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Tue, 14 Nov 2017 09:07:57 +0000 (11:07 +0200)
commit3edbf85ff8a7f1bd596857a24b1bdebd66943d6b
tree842e672fbd230d519db768b6a3bef65ee15d76db
parent28383a4302178eb8aaac0c0e870fec438dbca935
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
bundles/org.simantics.modeling/scl/Simantics/SCL.md [new file with mode: 0644]
bundles/org.simantics.modeling/scl/Simantics/SCL.scl
bundles/org.simantics.modeling/src/org/simantics/modeling/ModelingUtils.java