Depend clause
Classes and Interfaces
noreferences
@@tooltip The depend clause specifies inclusion of external libraries

@@description
<p>The depend clause is used to indicate a dependency to another namespace, class or interface.</p>

<p>See also <a href="InterfacingtoExternalCode.html">this example of how to use the depend clause to arrange for Umple to work with external code.</a>
</p>

@@syntax
[[depend]] 

@@example
@@source manualexamples/Dependclause1.ump
@@endexample
