Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Papyrus/Oxygen Work Description/Refactoring/SequenceTimingCommunicationRefactoring"

(Created page with " == Goals == In order to allow customization of the sequence timing and communication diagrams as others, refactaring is needed. It consist to connect the code of all theses...")
 
(Goals)
Line 3: Line 3:
 
  In order to allow customization of the sequence timing and communication diagrams as others, refactaring is needed.
 
  In order to allow customization of the sequence timing and communication diagrams as others, refactaring is needed.
 
  It consist to connect the code of all theses digrams on the element type framework.
 
  It consist to connect the code of all theses digrams on the element type framework.
 +
The code is also refactored in orer to be more maintainable.
 +
===Sequence Diagram===
 +
see gerrit [https://git.eclipse.org/r/#/c/81453/|https://git.eclipse.org/r/#/c/81453/]
 +
 +
Here, for the moment, the current list of updated objects:
 +
*All Messages
 +
*TimeObservation
 +
*DurationObservation
 +
*TimeConstraint
 +
*ActionExecutionSpecification
 +
*MessageDelete With Occurence Destruction ( important code restructuration)

Revision as of 11:13, 26 October 2016

Goals

In order to allow customization of the sequence timing and communication diagrams as others, refactaring is needed.
It consist to connect the code of all theses digrams on the element type framework.
The code is also refactored in orer to be more maintainable.

Sequence Diagram

see gerrit [1]

Here, for the moment, the current list of updated objects:

  • All Messages
  • TimeObservation
  • DurationObservation
  • TimeConstraint
  • ActionExecutionSpecification
  • MessageDelete With Occurence Destruction ( important code restructuration)

Copyright © Eclipse Foundation, Inc. All Rights Reserved.