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

Papyrus-RT/Requirements

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:
    1. The isBehavior, isService and isWired properties depends on the type of the Port
    2. The isPublis is derived from the isWired and isService as
isPublish = !isWired && isService
  1. Example.jpg
    1. The isConjugated property can be set whatever the kind of the port.
    2. The isNotification property should be disable for Relay port only.
  2. The Port Property View should look like this:
Example.jpg

Capsule Requirements

Capsule Part Requirements

Protocol Requirement

Protocol Message Requirements

Back to the top