Business Communications defines the types of communications between Business Locations.
UML Representation: «stereotype» BPL_Comms
Extends: «metaclass» CommunicationPath
It has the following properties:
-
id: string - This attribute is used to uniquely identify elements.
-
name: string - A descriptive name for the communications.
-
communicates: string - The source end of the communications.
-
communicatesWith: string - The destination end of the communications.
-
nonFunctional: string - Defines things such as business importance, survivability, and
availability requirements of the communications path.
Constraints
-
Shall not have any owned operations;
-
Shall not have any owned behaviors;
-
May have relationships with only Business Locations.
|