Changes between Initial Version and Version 2 of Ticket #1820


Ignore:
Timestamp:
2012-09-18T11:59:16Z (13 years ago)
Author:
Martin Sjölund
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1820

    • Property Owner changed from somebody to Martin Sjölund
    • Property Status newaccepted
  • TabularUnified Ticket #1820 – Description

    initial v2  
    11By adding some new API calls, OMEdit will be able to display and change the DSS and index reduction algorithms before translation of a model:
    22{{{
    3 a := getMatchingAlgorithm();
    4 (a,b) := getAvailableMatchingAlgorithms();
    5 a := getIndexReductionMethod();
    6 (a,b) := getAvailableIndexReductionMethods();
     3method := getMatchingAlgorithm();
     4(flags,descriptions) := getAvailableMatchingAlgorithms();
     5method := getIndexReductionMethod();
     6(flags,descriptions) := getAvailableIndexReductionMethods();
    77}}}