Difference between revisions of "Talk:Enhancement Requests for Analytica"
(** Index Derivation from Table) |
|||
Line 19: | Line 19: | ||
This could potentially be a dynamically changing index. Proper alerts to this condition should be noted. | This could potentially be a dynamically changing index. Proper alerts to this condition should be noted. | ||
+ | |||
+ | Rob Brown | ||
+ | rbrown@decisionstrategies.com |
Revision as of 14:56, 15 May 2007
* Spring loaded modules
Spring loaded modules are a user interface feature that would allow a modeler to grab an object(s) and hold it over a module. The module would respond by opening up the module window so that the selected objects could be placed immediately in the desired location. This would prevent having to open the module prior to dragging and dropping; or dropping the objects into the module, then opening the module to place the objects where I want them. The spring loaded modules simply save a few clicking and dragging steps.
Rob Brown rbrown@decisionstrategies.com
** Index Derivation from Table
A function that found the unique elements of an n-dimensional table and then created an index from these elements. For example, let A be a 1D table of numbers such that
A := Table(someIndex)(4,1,4,2,6,6,13,2,5,)
Then thisIndexFunction(A) --> Index := [1,2,4,5,6,13]
Numerical elements should default to increasing value, and text elements should default to increasing alphabetical order, but an optional flag should be given to reverse the order.
This could potentially be a dynamically changing index. Proper alerts to this condition should be noted.
Rob Brown rbrown@decisionstrategies.com
Enable comment auto-refresher