Changes between Initial Version and Version 2 of Ticket #1820
- Timestamp:
- 2012-09-18T11:59:16Z (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1820
- Property Owner changed from to
- Property Status new → accepted
-
TabularUnified Ticket #1820 – Description
initial v2 1 1 By adding some new API calls, OMEdit will be able to display and change the DSS and index reduction algorithms before translation of a model: 2 2 {{{ 3 a:= getMatchingAlgorithm();4 ( a,b) := getAvailableMatchingAlgorithms();5 a:= getIndexReductionMethod();6 ( a,b) := getAvailableIndexReductionMethods();3 method := getMatchingAlgorithm(); 4 (flags,descriptions) := getAvailableMatchingAlgorithms(); 5 method := getIndexReductionMethod(); 6 (flags,descriptions) := getAvailableIndexReductionMethods(); 7 7 }}}