Name | It is the name of the subsystem. |
Parent | The element that contains subsystem. |
Documentation | Description of subsystem. |
Abstract | If it's true, the subsystem does not provide a complete declaration and can typically not be instantiated. It is intended to be used by other subsystems. |
Leaf | It indicates whether it is possible to further specialize a subsystem. |
Root | It indicates whether the subsystem has no ancestors. (True for no ancestors) |
Operations | It is a behavioral feature of a subsystem that specifies the name, type, parameters and constraints for invoking an associated behavior.
It refers to the operations owned by the subsystem. |
Children | The children of subsystem. |