Node (UML)
A node
in the Unified Modeling Language is a computational resource upon which UML artifacts may be deployed for execution.
There are two types of nodes: device nodes and execution environments.
- A device represents hardware devices: a physical computational resource with processing capability upon which UML artifacts may be deployed for execution. Devices may be complex.
- An execution environment represents software containers This is a node that offers an execution environment for specific types of components that are deployed on it in the form of deployable artifacts.
Usage
When modeling devices, it is possible to model them in several different ways:- Name a device using the type and make, for instance "IBM RS6000", "HP 9000".
- Name a device using its intended function, for instance "Database Server", "High Speed Switch"
- Name a device using the operating system deployed on it, for instance "Linux Server", "Solaris Server".