Opened 12 years ago
Last modified 12 years ago
#1820 closed task
Add GUI boxes for dynamic state selection and index reduction — at Version 3
Reported by: | Martin Sjölund | Owned by: | Martin Sjölund |
---|---|---|---|
Priority: | high | Milestone: | 1.9.0 |
Component: | OMEdit | Version: | |
Keywords: | Cc: |
Description (last modified by )
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:
method := getMatchingAlgorithm(); (flags,descriptions) := getAvailableMatchingAlgorithms(); method := getIndexReductionMethod(); (flags,descriptions) := getAvailableIndexReductionMethods();
Followed by OMEdit calling (before translation, optional if the flag did not change):
setMatchingAlgorithm(method); setIndexReductionMethod(method);
Change History (3)
comment:1 by , 12 years ago
Owner: | changed from | to
---|---|
Status: | new → accepted |
comment:2 by , 12 years ago
Description: | modified (diff) |
---|
comment:3 by , 12 years ago
Description: | modified (diff) |
---|
Note:
See TracTickets
for help on using tickets.