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-RT/Requirements"

(Port Requirements)
(Port kind)
Line 15: Line 15:
 
## The isNotification property should be disable for Relay port only.
 
## The isNotification property should be disable for Relay port only.
 
# The Port Property View should look like this:
 
# The Port Property View should look like this:
[[File:PortProperties.PNG]]
+
#:[[File:PortProperties.PNG]]
  
 
== Capsule Requirements ==  
 
== Capsule Requirements ==  

Revision as of 08:18, 8 October 2015

Requirements

Port Requirements

Port kind

  1. A port can be of 5 different types:
    • Relay
    • External Behavior
    • Internal Behavior
    • SAP (Service Access Point)
    • SPP (Service Provision Point)
  2. A ports should follow the workflow:
    RTPortWorkflow.png
    1. The isBehavior, isService and isWired properties depends on the type of the Port
    2. The isPublish is derived from the isWired and isService as
      isPublish = !isWired && isService
    3. The isConjugated property can be set whatever the kind of the port.
    4. The isNotification property should be disable for Relay port only.
  3. The Port Property View should look like this:
    PortProperties.PNG

Capsule Requirements

Capsule Part Requirements

Protocol Requirement

Protocol Message Requirements

Back to the top