File size: 588 Bytes
b0475e3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="UTF-8"/>
        <link rel="stylesheet" href="style.css" type="text/css"/>
        <title>Application Function</title>
    </head>
    
    <body>
        <p>An <b>Application Function</b> represents automated behavior that can be performed by an application component.</p>
        
        <h2>Category:</h2>
   	    <p>Application. Behavioural.</p>
        
        <h2>Examples:</h2>
   	    <p>Accounting, Billing, Policy Creation, Calculate Premium, Financial Administration.</p>
    </body>
</html>