-
Key: UML22-1220
-
Legacy Issue Number: 7045
-
Status: closed
-
Source: PostFinance ( Karl Guggisberg)
-
Summary:
Define containingStateMachine() for Vertex
Add a section "Additional Queries" and define the query containingStateMachine as follows:
[1] containingStateMachine() replies an OrderedSet consisting of the state machine this vertex belongs to, if any.
context Vertex::containingStateMachine(): OrderedSet(StateMachine) containingStateMachine= if self.container->isEmpty() then OrderedSet{} else if self.container.StateMachine->isEmpty() then OrderedSet{} else OrderedSet
{self.container.StateMachine}endif endif
Remove Additional Constraint [3] for StateMachine on page 491.
-
Reported: UML 2.0 — Sun, 29 Feb 2004 05:00 GMT
-
Disposition: Resolved — UML 2.1
-
Disposition Summary:
see above
-
Updated: Fri, 6 Mar 2015 22:54 GMT