UML Diagrams Zicomi Systems publishes some UML example diagrams online from the world famous UML dictionary. more...
Version 2.5 Released Zicomi Systems is delighted to announce that version 2.5 of Zicomi Mentor is released. With support for UML 2.0 and all thirteen UML diagrams more...
Zicomi Systems' Director speaks about the UML at Objects by Design - an informative interview more...
Partner Programme Zicom Systems is delighted to announce a new world wide partner programme, become a partner today. more...
OMG Member Zicom Systems is made a member of the OMG!
Deployment Specification Instance
A deployment specification instance is a distinct instance of a deployment specification. While the deployment specification specifies a set of properties that govern the way an artifact will execute on a node, a deployment specification instance gives these properties actual values. Typically a deployment specification specifies values of the properties for a particular type of execution environment. It is itself a type of artifact instance and is owned by a deployment.
Explanation
A deployment specification instance is used to give values to a number of properties that specify how a deployed artifact will execute on the node on which it is deployed. While a deployment specification specifies the properties of the artifact deployment, a deployment specification instance is an actual example of the deployment specification with values being set for the properties. It is a mechanism to parameterize the deployment of an artifact instance, allowing a number of aspects of the way the artifact instance will execute to be separated from the artifact instance itself. This separation has become a standard practice in many hardware and software environments.
A deployment specification is related to a deployment specification instance because it is the classifier from which the instance is derived. A deployment specification represents a description of the set of things, whereas the deployment specification instance represents a specific element from the set.