Artifact: Implementation
Software code files (source, binary or executable), data files, and documentation files such as online help files that represent the raw parts of a system that can be built.
Domain: Development
Work Product Kinds: Solution
Purpose

To represent the physical parts of what makes up the system (source, binaries, executables, etc) organized in a way that's understandable and manageable.

Relationships
Description
Main Description

The Implementation of a software application is the collection of one or more of these elements:

  • Binary executable
  • Data files
  • Documentation
  • Installation files
  • Source code files
  • Other files that are transformed into the executable system

The organization of the Implementation defines the units of the system. You can use that structure to assign version numbers and to deploy and replace the system.



Tailoring
Representation Options

Implementation files represented as files in the local file system. File folders (directories), represented as packages, group the files into logical units.

More Information
Guidelines