Artifact: Business Location
UAM Home Page
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.
Work Product Kinds: Business Level Elements
Relationships
Container Artifact
Process Usage
Description
Main Description

Business Locations are identified early in the process of modeling a business. It is not a simple analysis in the first instance; locations are generalized in order to simplify the model and in turn simplify implementation. Analysis of locations must be done in order to categorize them and ultimately define generalizations.


Tailoring
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.
More Information
Concepts
Guidelines
Supporting Materials