Difference between revisions of "XCSG:SynchronizedStatement"

From AtlasWiki
Jump to: navigation, search
(Created page with "==Specification== {{Node | extends = ProgramVariable | description = The lock object statement, representing a lock being acquired before entering a [[XCSG:SynchronizedBlock|]...")
 
 
Line 1: Line 1:
 
==Specification==
 
==Specification==
 
{{Node
 
{{Node
| extends = ProgramVariable
+
| extends = ControlFlowBlock
 
| description = The lock object statement, representing a lock being acquired before entering a [[XCSG:SynchronizedBlock|SynchronizedBlock]].
 
| description = The lock object statement, representing a lock being acquired before entering a [[XCSG:SynchronizedBlock|SynchronizedBlock]].
 
}}
 
}}

Latest revision as of 15:36, 27 October 2015

Specification

Metaclass SynchronizedStatement
Extends ControlFlowBlock
Description The lock object statement, representing a lock being acquired before entering a SynchronizedBlock.
All Superkinds ControlFlowBlock, Node, ModelElement
Known Possible In Edges

Inherited From In Edge Predecessor Multiplicity Description
Node Contains Node 1 Indicates that the predecessor contains the successor in a sense specified by the specific type of Contains edge.
Known Possible Out Edges

Inherited From Out Edge Successor Multiplicity Description
Node Contains Node Indicates that the predecessor contains the successor in a sense specified by the specific type of Contains edge.