var backPath = './../../../'; var imgPath = './../../../images/'; var nodeInfo=null; contentPage.preload(imgPath, backPath, nodeInfo, '', false, false, false);
Term Definition: design subsystem
Main Description
A model element that represents a part of a system. The design subsystem encapsulates
behavior by packaging other model elements (classes or other design subsystems) that provide its behavior. It also exposes
a set of interfaces which define the behavior it can perform.