| Representation Options |
A Business Location is the generic or conceptual level locations at which the system (business) under study has a
presence. Each location is defined in terms of the Business Activities present and provided at the location along with
the types of communications required and provided between these locations.
UML Representation: «stereotype» BPL_Location
Extends: «metaclass» Node
It has the following properties:
-
id: string - This attribute is used to uniquely identify elements.
-
name: string - A descriptive name for the location.
-
activities: Activities[0..*] - A list of the business activities provides at the location,
which relates directly to the Business Process Model and how the business (or system under study) wants to deliver
its products and services.
-
nonFunctional: string - Defines things such as business importance, survivability, and
availability requirements of the location.
-
description: string - A description of the location in terms of building, address or other
distinguishing characteristics.
Constraints
-
Shall not have any owned operations;
-
Shall not have any owned behaviors;
-
May have relationships with only Business Domains, Business Roles or with other Business Entities;
-
May communicate with other Locations via Business Communications;
-
All owned properties shall be public.
|