Skip to content
Snippets Groups Projects
  1. Sep 08, 2014
  2. Sep 01, 2014
    • Simon Barner's avatar
      DerivedAnnotationBase -> IDerivedAnnotation<T> · fe4c4952
      Simon Barner authored
       - Change return type of getValue() to T
       - This allows for more type safe implementation of the underlying calculations
       - The former abstract base class DerivedAnnotationBase used Object as a return type for getValue() to due an EMF code generation bug for generics if the base class is located in a different .ecore file than the concrete class. For interfaces, this bug is not triggered.
        
      refs 1841
      fe4c4952
  3. Aug 29, 2014
    • Simon Barner's avatar
      Introduce "derived" annotation, i.e. based on calculations instead of explicit... · 6086120c
      Simon Barner authored
      Introduce "derived" annotation, i.e. based on calculations instead of explicit annotations / model contents can be implemented
      
      - DerivedAnnotationBase meta-model element, with getValue() EOperation, and a extensive documentation.
      - Corresponding DerivedAnnotationValueProviderBase, implementing a read-only, text-view of the calculation result
      - To implement the above, move handling of annotation EClass & factory to ValueProviderBase
      
      refs 1841
      
      6086120c
  4. Aug 07, 2014
  5. Aug 06, 2014
  6. Aug 05, 2014
  7. Jul 24, 2014
  8. Jul 21, 2014
  9. Jun 03, 2014
  10. Mar 21, 2014
  11. Feb 17, 2014
  12. Feb 03, 2014
  13. Dec 18, 2013
  14. Nov 06, 2013
  15. Oct 09, 2013
  16. Sep 17, 2013
  17. Sep 06, 2013
  18. Aug 28, 2013
  19. Aug 05, 2013
  20. Aug 03, 2013
  21. Aug 02, 2013
  22. Jul 29, 2013
  23. Jul 28, 2013
  24. Jul 11, 2013
  25. Jul 10, 2013
  26. Jul 03, 2013
  27. Jul 02, 2013
  28. Jul 01, 2013
  29. Feb 15, 2013
  30. Jan 21, 2013
    • Daniel Ratiu's avatar
      · c18419c9
      Daniel Ratiu authored
      refs 1179
      c18419c9
Loading