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"

Line 9: Line 9:
 
#* SPP (Service Provision Point)
 
#* SPP (Service Provision Point)
 
# A ports should follow the workflow:
 
# A ports should follow the workflow:
 +
#:[[File:Example.jpg]]
 
## The isBehavior, isService and isWired properties depends on the type of the Port
 
## The isBehavior, isService and isWired properties depends on the type of the Port
 
## The isPublish is derived from the isWired and isService as <br/> <code>isPublish = !isWired && isService</code>
 
## The isPublish is derived from the isWired and isService as <br/> <code>isPublish = !isWired && isService</code>
 
## The isConjugated property can be set whatever the kind of the port.  
 
## The isConjugated property can be set whatever the kind of the port.  
 
## 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:Example.jpg]]
 
  [[File:Example.jpg]]

Revision as of 05:58, 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:
    Example.jpg
    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:
Example.jpg

Capsule Requirements

Capsule Part Requirements

Protocol Requirement

Protocol Message Requirements

Back to the top