| staticstructure - UML-Dokumentation |
| Zusammenfassung:AttributeIntegritätsbedingungenEigenschaften | Details:Attribute |
The Connector entity represents a binding between ports of components to enable communication between components. The actual kind of the port (EventPort or InterfacePort) determine the communication style, i.e., either message passing or method invocations.
| Attribute | ||
| <Primitive Type> Boolean |
This derived attribute differentiates between two kinds of connectors---assembly connectors and delegation connectors. An assembly connector (for which the attribute is set to false) is used for connecting ports of components on the same hierarchy level, while a delegation connector (for which the attribute is set to true) connects ports on adjacent hierarchy levels, i.e., connecting a port of a CompositeStructure with a port of its subcomponent. |
|
| <Class> EndPoint |
This property represents the endpoints of the connector, i.e., entities to be attached to component ports. |
|
| !!TableHeading.InheritedAttributes!! |
||
| !!TableHeading.InheritedAttributes!! |
||
| !!TableHeading.InheritedOperations!! |
||
| !!TableHeading.InheritedOperations!! |
||
Eigenschaften:
| Alias | |
| Classifier Behavior | |
| Is Abstract | false |
| Is Active | false |
| Is Leaf | false |
| Keywords | |
| Name | Connector |
| Name Expression | |
| Namespace | <<ePackage>> <Package> staticstructure |
| Owned Template Signature | |
| Owner | <<ePackage>> <Package> staticstructure |
| Owning Template Parameter | |
| Package | <<ePackage>> <Package> staticstructure |
| Qualified Name | samm::staticstructure::Connector |
| Representation | |
| Stereotype | |
| Template Parameter | |
| Visibility | Public |
| Details für Attribute |
Public <Class> EndPoint endpoints
This property represents the endpoints of the connector, i.e., entities to be attached to component ports.
| Aggregation | Composite |
| Alias | |
| Association | <Association> A_endpoints_connector |
| Association End | |
| Class | <Class> Connector |
| Datatype | |
| Default | |
| Default Value | |
| Is Composite | true |
| Is Derived | false |
| Is Derived Union | false |
| Is Leaf | false |
| Is Ordered | false |
| Is Read Only | false |
| Is Static | false |
| Is Unique | true |
| Keywords | |
| Lower | 0 |
| Lower Value | <Literal Integer> 0 |
| Multiplicity | * |
| Name | endpoints |
| Name Expression | |
| Namespace | <Class> Connector |
| Opposite | |
| Owned Template Signature | |
| Owner | <Class> Connector |
| Owning Association | |
| Owning Template Parameter | |
| Qualified Name | samm::staticstructure::Connector::endpoints |
| Stereotype | |
| Template Parameter | |
| Type | <Class> EndPoint |
| Upper | * |
| Upper Value | <Literal Unlimited Natural> * |
| Visibility | Public |
Public <Primitive Type> Boolean isDelegation
This derived attribute differentiates between two kinds of connectors---assembly connectors and delegation connectors. An assembly connector (for which the attribute is set to false) is used for connecting ports of components on the same hierarchy level, while a delegation connector (for which the attribute is set to true) connects ports on adjacent hierarchy levels, i.e., connecting a port of a CompositeStructure with a port of its subcomponent.
| Aggregation | None |
| Alias | |
| Association | |
| Association End | |
| attributeName | |
| Class | <Class> Connector |
| Datatype | |
| Default | |
| Default Value | |
| Is Composite | false |
| Is Derived | true |
| Is Derived Union | false |
| Is Leaf | false |
| Is Ordered | false |
| Is Read Only | true |
| Is Static | false |
| Is Unique | false |
| isID | False |
| isTransient | True |
| isUnsettable | True |
| isVolatile | True |
| Keywords | |
| Lower | 1 |
| Lower Value | |
| Multiplicity | 1 |
| Name | isDelegation |
| Name Expression | |
| Namespace | <Class> Connector |
| Opposite | |
| Owned Template Signature | |
| Owner | <Class> Connector |
| Owning Association | |
| Owning Template Parameter | |
| Qualified Name | samm::staticstructure::Connector::isDelegation |
| Stereotype | eAttribute |
| Template Parameter | |
| Type | <Primitive Type> Boolean |
| Upper | 1 |
| Upper Value | |
| visibility | 0 - Unspecified |
| Visibility | Public |
| xmlFeatureKind | 0 - Unspecified |
| xmlName | |
| xmlNamespace |
| Integritätsbedingungen | |
| oneLevelConnectors | true --if (self.isDelegation=true) then -- self.endpoints->forAll(sce | sce.oclAsType(SubcomponentEndpoint).subcomponent.parent.id = self.oclAsType(SubcomponentEndpoint).subcomponent.parent.id)) -- else -- (self.endpoints->forAll(sce | sce.oclAsType(SubcomponentEndpoint).subcomponent.id = self.oclAsType(SubcomponentEndpoint).subcomponent.id)) --endif |
| staticstructure - UML-Dokumentation |
| Zusammenfassung:AttributeIntegritätsbedingungenEigenschaften | Details:Attribute |