Last sync 2016.04.01
[deliverable/titan.core.git] / help / info / any.html
1 <!--
2 Copyright (c) 2000-2016 Ericsson Telecom AB
3 All rights reserved. This program and the accompanying materials
4 are made available under the terms of the Eclipse Public License v1.0
5 which accompanies this distribution, and is available at
6 http://www.eclipse.org/legal/epl-v10.html
7
8 Contributors:
9 Baji, Laszlo
10 Balasko, Jeno
11 Farkas, Laszlo
12 Szabados, Kristof
13 Szabo, Janos Zoltan – initial implementation
14 -->
15 <html>
16 <head>
17 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
18 <meta http-equiv="Content-Language" content="en-us">
19 <title>any</title>
20 </head>
21 <body bgcolor="#DAD3C5" vlink="#0094D2" link="#003258">
22 <table align="left" border="0" cellspacing="0" cellpadding="0" valign=top>
23 <tr>
24 <td width=105 height=40><a href="https://projects.eclipse.org/projects/tools.titan"><img src="../images/titan_transparent.gif" border=0 width=105 height=40 align="left" alt="Titan"></a></td>
25 </tr>
26 </table>
27 <table border="0" align="right" cellpadding="0" cellspacing="0">
28 <tr>
29 <td><a href="../titan_main.html" alt="contents"><img border="0" src="../images/ao.jpg" width="53" height="40"></a></td>
30 <td><a href="../titan_index.html" alt="index"><img border="0" src="../images/up.jpg" width="53" height="40"></a></td>
31 <td><a href="and4b.html" alt="previous"><img border="0" src="../images/left.jpg" width="53" height="40"></a></td>
32 <td><a href="anytype.html" alt="next"><img border="0" src="../images/right.jpg" width="53" height="40"></a></td>
33 </tr>
34 </table>
35 <p><br clear="all">
36 </p>
37 <hr>
38 <h1>any</h1>
39 <hr align="left" width="75%">
40 <p>The keyword is used in conjunction with other keywords to refer to at least one entity concerned . It is used...
41 <ol>
42 <li>together with the keywords <b><font face="Courier New" color="#003258" size="4">timer</font></b> <a href="running.html#default"><b><font face="Courier New" color="#003258" size="4">running</font></b></a>
43 to check whether a timer is running in the scope unit concerned ;</li>
44 <li>together with the keyword <a href="timeout.html#default"><b><font face="Courier New" color="#003258" size="4">timeout</font></b></a> to wait for the expiry of any timer in the scope unit
45 concerned;</li>
46 <li>together with the keywords <b><font face="Courier New" color="#003258" size="4">component</font></b> <a href="running.html#Checking components"><b><font face="Courier New"
47 color="#003258" size="4">running</font></b></a> to check whether at least one parallel component is still running;</li>
48 <li>together with the keyword <a href="done.html#any"><b><font face="Courier New" color="#003258" size="4">done</font></b></a> to check whether at least one parallel component has finished
49 execution.</li>
50 <li>together with the keyword <a href="receive.html#Example 7:"><b><font face="Courier New" color="#003258" size="4">port</font></b></a> to receive messages from any port.</li>
51 </ol>
52 <hr align="left" width="50%">
53 <p>Related keywords:</p>
54 <ul>
55 <li><a href="component.html"><b><font face="Courier New" color="#003258" size="4">component</font></b></a></li>
56 <li><a href="done.html"><b><font face="Courier New" color="#003258" size="4">done</font></b></a></li>
57 <li><a href="receive.html"><b><font face="Courier New" color="#003258" size="4">receive</font></b></a></li>
58 <li><a href="running.html"><b><font face="Courier New" color="#003258" size="4">running</font></b></a></li>
59 <li><a href="timeout.html"><b><font face="Courier New" color="#003258" size="4">timeout</font></b></a></li>
60 <li><a href="timer.html"><b><font face="Courier New" color="#003258" size="4">timer</font></b></a></li>
61 </ul>
62 <hr align="left" width="50%">
63 <div align="center">
64 <center>
65 <table border="0" width="90%" bgcolor="#FFB599" cellpadding="4">
66 <tr>
67 <td width="100%">
68 <h3 align="center"><font face="Courier New" color="#003258" size="5"><b>any</b></font>...</h3>
69 </td>
70 </tr>
71 </table>
72 </center>
73 </div>
74 <hr align="left" width="25%">
75 <hr align="left" width="25%">
76 <p><a HREF="BNF.html#anykeyword">BNF definition</a> of <font face="Courier New">any</font></p>
77 </body>
78 </html>
This page took 0.034731 seconds and 5 git commands to generate.