Skip to content
Snippets Groups Projects
  1. Sep 27, 2018
    • Alexander Diewald's avatar
      Constraints: Fixup decompose mechanism for constrained model elements · 11dc578c
      Alexander Diewald authored
      * In the decompose mechanism, the constrained instances are duplicated
        since the resolution of #3293. It is sufficient to remove the
        contrained instances from the container by clearing the list since
        the hierarchical decomposition takes care of the destruction of
        contained specifications.
      * Tests: Deleting a component with a test suite succeeds, deleting
        test suites and test suite specs succeeds. The "All tests pass"
        constraint seems to work: It is marked green in a one-component system
        with a "successful" test suite (NOTE: there are currently focus
        problems, so one might need to click into the navigator).
      
      Issue-Ref: 3523
      Issue-Url: https://af3-developer.fortiss.org/issues/3523
      
      
      Signed-off-by: default avatarAlexander Diewald <diewald@fortiss.org>
      11dc578c
  2. Sep 24, 2018
  3. Sep 18, 2018
  4. Sep 12, 2018
  5. Jul 05, 2018
  6. Jul 04, 2018
  7. Jun 19, 2018
  8. Jun 11, 2018
  9. Jun 07, 2018
  10. Jun 05, 2018
  11. May 04, 2018
  12. Apr 26, 2018
  13. Apr 25, 2018
  14. Apr 24, 2018
    • Simon Barner's avatar
      Rework handling of missing and duplicated IDs · 105c658c
      Simon Barner authored
      
      - UniqueIdUtils:
          - Remove fixMissingIDs(final ITopLevelElement modelElement)
            (only used in one place)
          - fixMissingIDs(EObject object, EObject existingModel): Do not wrap
            model modification into a command. This is up to the caller of
            this method (e.g., the command stack is not available in tests) 
      - Remove IDMigrationProvider: Fixup of missing / duplicated is handled
        in ModelContext
      - ModelContext: Use nonDirtyingCommand, and automatically save model
        in case IDs have been fixed
      
      Issue-Ref: 3369
      Signed-off-by: default avatarSimon Barner <barner@fortiss.org>
      105c658c
  15. Apr 23, 2018
  16. Apr 18, 2018
  17. Apr 17, 2018
  18. Apr 13, 2018
  19. Apr 04, 2018
  20. Apr 03, 2018
  21. Mar 19, 2018
  22. Mar 13, 2018
    • Simon Barner's avatar
      YELLOW · e872cfb4
      Simon Barner authored
      Resolve TODO in AnnotationInstSpec.
      refs 2964
      e872cfb4
  23. Mar 09, 2018
    • Simon Barner's avatar
      - Register MemoryPerNode and PowerConsumption only for · 1b5d425f
      Simon Barner authored
       * org.fortiss.af3.platform.model.generic.GenericExecutionUnit (changed - from ExecutionUnit)
       * org.fortiss.af3.platform.pikeos.model.Core (as before)
      
      - Add migrators that remove annotation from model elements other than the two mentioned above
      
      - Move registration of MemoryPerNode, PowerConsumption, HardwareCost from af3.exploration.smt to af3.platform
      refs 2658
      1b5d425f
    • Simon Barner's avatar
      ComponentArchitectureTransformationBase.transform() Ensure that in... · 29458c24
      Simon Barner authored
      ComponentArchitectureTransformationBase.transform() Ensure that in architectures derived from ComponentArchitectures, annotation are instantiated.
      
      AnnotationUtils: Resurrect instantiateAnnotationsRecursive()
      refs 3328
      
      29458c24
  24. Mar 07, 2018
  25. Mar 06, 2018
  26. Feb 27, 2018
Loading