Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 14 and Version 15 of ReviewHeuristicLab3.3.0Application


Ignore:
Timestamp:
03/06/10 03:43:21 (14 years ago)
Author:
swagner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReviewHeuristicLab3.3.0Application

    v14 v15  
    1414 * The operator graph view is a bit confusing:
    1515   * The successor parameter reads "Successor: !ResultsCollector", "Successor: !SubScopesSorter", ... It's more readable if "Successor" was not present all the time (in the operator graph group box).
     16     * swagner: "Successor" is required to identify an operator parameter. Of course, in the case of `ResultsCollector`, `SubScopesSorter`, etc. there is only one operator parameter, but there are other operators which have multiple operator parameters (e.g. branches). If we skip the parameter name, the user will not be able to tell which operator parameter is shown in the tree view.
    1617   * Selecting an operator in "Operator Graph" does not bring up the details in the details view.
    1718   * Should there really be a view host in the operator graph group box? It's confusing being able to switch views there (also because these are always just views on the initial operator which can be viewed with view host in the details group box as well).