| seff - UML-Dokumentation |
| Zusammenfassung:AttributeIntegritätsbedingungenEigenschaften | Details:Attribute |
ExternalCallAction models the invocation of a service specified in a required interface. Therefore, it references a Role, from which the providing component can be derived, and a Signature to specify the called service. ExternalCallActions model synchronous calls to required services, i.e., the caller waits until the called service finishes execution before continuing execution itself. The PCM allows modelling asynchronous calls to required services by using an ExternalCallAction inside a ForkedBehaviour.ExternalCallActions do not have resource demands by themselves. Component developers need to specify the resource demand of the called service in the RDSEFF of that service. The resource demand can also be calculated by analysing the providing component. This keeps the RDSEFF specification of different component developers independent from each other and makes them replaceable in an architectural model.ExternalCallActions may contain two sets of VariableUsages specifying input parameter characterisations and output parameter characterisations respectively. VariableUsages for input parameters may only reference IN or INOUT parameters of the call’s referenced signature. The random variable characterisation inside such a VariableUsage may be constants, probability distribution functions, or include a stochastic expression involving for example arithmetic operations. The latter models a dependency between the current service’s own input parameters and the input parameters of the required service.
| Attribute | ||
| <<variationPoint>> <Class> Operation | ||
| <Class> InterfacePort | ||
| !!TableHeading.InheritedAttributes!! |
||
| !!TableHeading.InheritedAttributes!! |
||
| !!TableHeading.InheritedAttributes!! |
||
| !!TableHeading.InheritedAttributes!! |
||
| !!TableHeading.InheritedOperations!! |
||
| !!TableHeading.InheritedOperations!! |
||
| !!TableHeading.InheritedOperations!! |
||
| !!TableHeading.InheritedOperations!! |
||
Eigenschaften:
| Alias | |
| Classifier Behavior | |
| Is Abstract | false |
| Is Active | false |
| Is Leaf | false |
| Keywords | |
| Name | ExternalCallAction |
| Name Expression | |
| Namespace | <<ePackage>> <Model> seff |
| Owned Template Signature | |
| Owner | <<ePackage>> <Model> seff |
| Owning Template Parameter | |
| Package | <<ePackage>> <Model> seff |
| Qualified Name | seff::ExternalCallAction |
| Representation | |
| Stereotype | |
| Template Parameter | |
| Visibility | Public |
| Details für Attribute |
Public <Class> InterfacePort calledInterfacePort
| Aggregation | None |
| Alias | |
| Association | <Association> A_calledInterfacePort_externalCallAction |
| Association End | |
| Class | <Class> ExternalCallAction |
| Datatype | |
| Default | |
| Default Value | |
| Is Composite | false |
| 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 | 1 |
| Lower Value | <Literal Integer> 1 |
| Multiplicity | 1 |
| Name | calledInterfacePort |
| Name Expression | |
| Namespace | <Class> ExternalCallAction |
| Opposite | |
| Owned Template Signature | |
| Owner | <Class> ExternalCallAction |
| Owning Association | |
| Owning Template Parameter | |
| Qualified Name | seff::ExternalCallAction::calledInterfacePort |
| Stereotype | |
| Template Parameter | |
| Type | <Class> InterfacePort |
| Upper | 1 |
| Upper Value | <Literal Unlimited Natural> 1 |
| Visibility | Public |
Public <<variationPoint>> <Class> Operation calledService
| Aggregation | None |
| Alias | |
| Association | <Association> A_calledService_externalCallAction |
| Association End | |
| Class | <Class> ExternalCallAction |
| Datatype | |
| Default | |
| Default Value | |
| Is Composite | false |
| 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 | 1 |
| Lower Value | |
| Multiplicity | 1 |
| Name | calledService |
| Name Expression | |
| Namespace | <Class> ExternalCallAction |
| Opposite | |
| Owned Template Signature | |
| Owner | <Class> ExternalCallAction |
| Owning Association | |
| Owning Template Parameter | |
| Qualified Name | seff::ExternalCallAction::calledService |
| Stereotype | |
| Template Parameter | |
| Type | <<variationPoint>> <Class> Operation |
| Upper | 1 |
| Upper Value | |
| Visibility | Public |
| Integritätsbedingungen | |
| CalledInterfacePortHasToBeARequiredPort | self.calledInterfacePort.isRequired = true |
| seff - UML-Dokumentation |
| Zusammenfassung:AttributeIntegritätsbedingungenEigenschaften | Details:Attribute |