Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • W Wiki Home
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Create a new issue
  • Jobs
  • Issue Boards
Collapse sidebar
  • SDK4ED WikiSDK4ED Wiki
  • Wiki Home
  • Wiki
  • Decision Support Toolbox Description

Decision Support Toolbox Description · Changes

Page history
Update Decision Support Toolbox Description authored May 14, 2020 by Christos Lamprakos's avatar Christos Lamprakos
Hide whitespace changes
Inline Side-by-side
Decision-Support-Toolbox-Description.md
View page @ d5e881fb
......@@ -22,7 +22,11 @@ The functionality can then be divided in the 6 below steps:
- Combine the decision maker's preferences with the trade-offs between each of the suggestions, and feed a decision-making algorithm for ranking each alternative
## LUT Structure
The main component of the Trade-off Manager is the Look-Up Table (LUT) where information regarding individual code refactorings is stored.
A direct consequence of SDK4ED's modular architecture is that none of the analysis toolboxes does take into consideration code qualities other than the one it optimizes. To take meaningful decisions, however, the user will need to evaluate all refactorings universally. Regardless of the source toolbox of a suggestion, the displayed information should include its impact on all aspects: energy, technical debt and security.
Production of the design space is non-trivial, and approximate methods have to be employed. Each analysis tooolbox deals with extremely dissimilar aspects of software (particularly taking energy into consideration). Moreover, it is hard to provide a fine-grained estimation of a suggestion's impact without actually applying it to the code and repeating the analysis, and this holds true even for individual toolboxes and their own suggestions and optimized qualities. Finally, the approach should be as project- and platform-agnostic as possible.
To mitigate this, a common knowledge base has been set up. Anyone with valid credentials can inspect and update this knowledge. The format chosen is that of a look-up table (LUT), and is displayed further below.
The LUT is implemented via a dockerized [PostgreSQL][PSQL] database, consisting of a single table, which is for convenience visualized below. As per standard database etiquette, the top row denotes the names of the columns of which the LUT is comprised. Each individual cell on the second row contains essential information that is needed in order to properly interact with the database.
......
Clone repository
  • Advanced
  • Architectural Toolbox Description
  • Architectural Toolbox Front End
  • Architectural Toolbox Home
  • Architectural Toolbox Installation
  • Architectural Toolbox Usage
  • Decision Support Toolbox Description
  • Decision Support Toolbox Front end
  • Decision Support Toolbox Installation
  • Decision Support Toolbox Usage
  • Decision Support Toolbox
  • Energy Toolbox Description
  • Energy Toolbox Front end
  • Energy Toolbox Installation
  • Energy Toolbox Usage
View All Pages