Content deleted Content added
MBSE OPM course web videos on Youtube |
m →Control links: Typo fixing, replaced: that that → that |
||
Line 175:
; Invocation links : An invocation link connects a source process to the destination process that it initiates.
# ''Process invocation'': Process invocation is an event of triggering of a process by a process. An invocation link is a link from an invoking process to the process that it invokes (triggers), meaning that when the invoking process terminates, it immediately triggers the process at the other end of the invocation link. Graphically, a lightning symbol jagged line from the invoking process terminating with a closed arrowhead at the invoked process end denote an invocation link. The syntax of an invocation link OPL sentence is: Invoking-process invokes invoked-process.
# ''Self-invocation link'': Self-invocation is invocation of a process by itself, such
# ''Implicit invocation link'': Implicit invocation occurs upon sub-process termination within the context of an in-zoomed process, at which time the sub-process invokes the one(s) immediately below it. Graphically, there is no link between the invoking and the invoked sub-processes; their relative heights within the in-zoom context of their ancestor process implies this semantics.
|