| staticstructure - UML-Dokumentation |
| Zusammenfassung:AttributeIntegritätsbedingungenEigenschaften | Details:Attribute |
This abstract class represents a type of a component. ComponentType is determined by two sets of ports---a set of ports provided and a set of ports required by components of this type. It forms also a common superclass for PrimitiveComponent and CompositeComponent.
| Attribute | ||
| <Class> OperationBehaviour |
This property defines the operation-specific behaviour of the ComponentType. |
|
| <Class> ComponentTypeBehaviour |
This property defines the behaviour of the ComponentType, which is not operation-specific. |
|
| !!TableHeading.InheritedAttributes!! |
||
| !!TableHeading.InheritedAttributes!! |
||
| !!TableHeading.InheritedAttributes!! |
||
| !!TableHeading.InheritedAttributes!! |
||
| !!TableHeading.InheritedOperations!! |
||
| !!TableHeading.InheritedOperations!! |
||
| !!TableHeading.InheritedOperations!! |
||
| !!TableHeading.InheritedOperations!! |
||
Eigenschaften:
| Alias | |
| Classifier Behavior | |
| Is Abstract | true |
| Is Active | false |
| Is Leaf | false |
| Keywords | |
| Name | ComponentType |
| Name Expression | |
| Namespace | <<ePackage>> <Package> staticstructure |
| Owned Template Signature | |
| Owner | <<ePackage>> <Package> staticstructure |
| Owning Template Parameter | |
| Package | <<ePackage>> <Package> staticstructure |
| Qualified Name | samm::staticstructure::ComponentType |
| Representation | |
| Stereotype | |
| Template Parameter | |
| Visibility | Public |
| Details für Attribute |
Public <Class> ComponentTypeBehaviour componentTypeBehaviour
This property defines the behaviour of the ComponentType, which is not operation-specific.
| Aggregation | Composite |
| Alias | |
| Association | <Association> A_componentTypeBehaviour_componentType |
| Association End | |
| Class | <Class> ComponentType |
| 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 | 0..1 |
| Name | componentTypeBehaviour |
| Name Expression | |
| Namespace | <Class> ComponentType |
| Opposite | |
| Owned Template Signature | |
| Owner | <Class> ComponentType |
| Owning Association | |
| Owning Template Parameter | |
| Qualified Name | samm::staticstructure::ComponentType::componentTypeBehaviour |
| Stereotype | |
| Template Parameter | |
| Type | <Class> ComponentTypeBehaviour |
| Upper | 1 |
| Upper Value | <Literal Unlimited Natural> 1 |
| Visibility | Public |
Public <Class> OperationBehaviour OperationBehaviour
This property defines the operation-specific behaviour of the ComponentType.
| Aggregation | Composite |
| Alias | |
| Association | <Association> A_OperationBehaviour_componentType |
| Association End | |
| Class | <Class> ComponentType |
| 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 | OperationBehaviour |
| Name Expression | |
| Namespace | <Class> ComponentType |
| Opposite | |
| Owned Template Signature | |
| Owner | <Class> ComponentType |
| Owning Association | |
| Owning Template Parameter | |
| Qualified Name | samm::staticstructure::ComponentType::OperationBehaviour |
| Stereotype | |
| Template Parameter | |
| Type | <Class> OperationBehaviour |
| Upper | * |
| Upper Value | <Literal Unlimited Natural> * |
| Visibility | Public |
| Integritätsbedingungen | |
| HasToProvideOrRequireServices | provided->size() + required->size() >= 1 |
| NoInterfacePortAssociatedTwice | -- Make sure no InterfacePort is both a required and a provided port. Note that an interface can be both provided and required, but via different ports. self.required->intersection(self.provided)->isEmpty() |
| staticstructure - UML-Dokumentation |
| Zusammenfassung:AttributeIntegritätsbedingungenEigenschaften | Details:Attribute |