Viewpoint::2_create_view_operation The property ownedOperation shall include at least one operation named "View" with the UML Create stereotype applied.

Icon class
icon_class
fas fa-quote-left
icon_class_computed
fas fa-quote-left
Related content
Source
Snippet kind
UML keywords
SysML keywords
Full quote
2_create_view_operation

The property ownedOperation shall include at least one operation named "View" with the UML Create stereotype applied.


self.base_Class.ownedOperation->exists(o | o.name='View' and
Standard::Create.allInstances().base_BehavioralFeature->includes(o))
Next snippet
Related snippets
Related snippets (backlinks)
Visit also
Visit also (backlinks)