You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
see "OMG Systems Modeling Language (OMG SysML™) Version 1.4", chapter 8.3.1.1.4:
Behaviors represented in this compartment are shown as a text string of the form:
‘(’ [] ‘)’ [‘:’ [ ] ] [ ]
where:
• is the name of the Behavior.
• is a list of Parameters of the Behavior in the format defined in UML.
• is list of types, multiplicities, and other properties of parameters with return direction
::= [‘,‘ ] *
:=
[‘[‘ ‘]’] [‘{‘ ‘}’] ]
(see UML for definition of )
::= [‘,’ ]*
::= ‘ordered’ | ‘unordered’ | ‘unique’ | ‘nonunique’ | ‘seq’ | ‘sequence’
• is a constraint that applies to the behavior.
Other syntax defined by UML can be included, such as for applied stereotypes or the behavior’s metaclass as a keyword
before the name (for example «stateMachine»).
The text was updated successfully, but these errors were encountered:
Label of Activity in block
see "OMG Systems Modeling Language (OMG SysML™) Version 1.4", chapter 8.3.1.1.4:
::= [‘,’ ]* ::= ‘ordered’ | ‘unordered’ | ‘unique’ | ‘nonunique’ | ‘seq’ | ‘sequence’ • is a constraint that applies to the behavior. Other syntax defined by UML can be included, such as for applied stereotypes or the behavior’s metaclass as a keyword before the name (for example «stateMachine»).Behaviors represented in this compartment are shown as a text string of the form:
‘(’ [] ‘)’ [‘:’ [ ] ] [ ]
where:
• is the name of the Behavior.
• is a list of Parameters of the Behavior in the format defined in UML.
• is list of types, multiplicities, and other properties of parameters with return direction
::= [‘,‘ ] *
:=
[‘[‘ ‘]’] [‘{‘ ‘}’] ]
(see UML for definition of )
The text was updated successfully, but these errors were encountered: