InterfaceBlock::2_no_part Interface blocks composite properties are either ports, value properties or flow properties.

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_no_part

Interface blocks composite properties are either ports, value properties or flow properties.


self.base_Class.ownedAttribute->select(a|a.isComposite)->forAll(a |
a.oclIsKindOf(UML::Port) or a.oclIsKindOf(ValueType))
Next snippet
Related snippets
Related snippets (backlinks)
Visit also
Visit also (backlinks)