This file is indexed.

/usr/share/doc/simgrid/javadoc/index-all.html is in simgrid-doc 3.11.1-10ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_79) on Tue Aug 04 16:41:10 UTC 2015 -->
<title>Index</title>
<meta name="date" content="2015-08-04">
<link rel="stylesheet" type="text/css" href="./stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
    if (location.href.indexOf('is-external=true') == -1) {
        parent.document.title="Index";
    }
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!--   -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="./overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li><a href="./overview-tree.html">Tree</a></li>
<li><a href="./deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="./help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="./index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="./allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_top");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<a name="skip-navbar_top">
<!--   -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer"><a href="#_A_">A</a>&nbsp;<a href="#_C_">C</a>&nbsp;<a href="#_D_">D</a>&nbsp;<a href="#_E_">E</a>&nbsp;<a href="#_F_">F</a>&nbsp;<a href="#_G_">G</a>&nbsp;<a href="#_H_">H</a>&nbsp;<a href="#_I_">I</a>&nbsp;<a href="#_J_">J</a>&nbsp;<a href="#_K_">K</a>&nbsp;<a href="#_L_">L</a>&nbsp;<a href="#_M_">M</a>&nbsp;<a href="#_N_">N</a>&nbsp;<a href="#_O_">O</a>&nbsp;<a href="#_P_">P</a>&nbsp;<a href="#_R_">R</a>&nbsp;<a href="#_S_">S</a>&nbsp;<a href="#_T_">T</a>&nbsp;<a href="#_U_">U</a>&nbsp;<a href="#_V_">V</a>&nbsp;<a href="#_W_">W</a>&nbsp;<a href="#_X_">X</a>&nbsp;<a name="_A_">
<!--   -->
</a>
<h2 class="title">A</h2>
<dl>
<dt><span class="strong"><a href="./org/simgrid/msg/Mutex.html#acquire()">acquire()</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/Mutex.html" title="class in org.simgrid.msg">Mutex</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Semaphore.html#acquire(double)">acquire(double)</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/Semaphore.html" title="class in org.simgrid.msg">Semaphore</a></dt>
<dd>
<div class="block">Locks on the semaphore object until the provided timeout expires</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Semaphore.html#acquire()">acquire()</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/Semaphore.html" title="class in org.simgrid.msg">Semaphore</a></dt>
<dd>
<div class="block">Locks on the semaphore object with no timeout</div>
</dd>
<dt><a href="./org/simgrid/surf/Action.html" title="class in org.simgrid.surf"><span class="strong">Action</span></a> - Class in <a href="./org/simgrid/surf/package-summary.html">org.simgrid.surf</a></dt>
<dd>
<div class="block">An action created by a Resource (e.g., a communication, an execution)</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Action.html#Action(long,%20boolean)">Action(long, boolean)</a></span> - Constructor for class org.simgrid.surf.<a href="./org/simgrid/surf/Action.html" title="class in org.simgrid.surf">Action</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Action.html#Action(org.simgrid.surf.Model,%20double,%20boolean)">Action(Model, double, boolean)</a></span> - Constructor for class org.simgrid.surf.<a href="./org/simgrid/surf/Action.html" title="class in org.simgrid.surf">Action</a></dt>
<dd>
<div class="block">Action constructor</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#Action_getBound(long,%20org.simgrid.surf.Action)">Action_getBound(long, Action)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#Action_getModel(long,%20org.simgrid.surf.Action)">Action_getModel(long, Action)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#Action_getRemains(long,%20org.simgrid.surf.Action)">Action_getRemains(long, Action)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#Action_getState(long,%20org.simgrid.surf.Action)">Action_getState(long, Action)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#Action_getVariable(long,%20org.simgrid.surf.Action)">Action_getVariable(long, Action)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#Action_isSuspended(long,%20org.simgrid.surf.Action)">Action_isSuspended(long, Action)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#Action_setBound(long,%20org.simgrid.surf.Action,%20double)">Action_setBound(long, Action, double)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#Action_setPriority(long,%20org.simgrid.surf.Action,%20double)">Action_setPriority(long, Action, double)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#Action_setState(long,%20org.simgrid.surf.Action,%20int)">Action_setState(long, Action, int)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#Action_updateRemains(long,%20org.simgrid.surf.Action,%20double)">Action_updateRemains(long, Action, double)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/simgrid/surf/ActionList.html" title="class in org.simgrid.surf"><span class="strong">ActionList</span></a> - Class in <a href="./org/simgrid/surf/package-summary.html">org.simgrid.surf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/ActionList.html#ActionList(long,%20boolean)">ActionList(long, boolean)</a></span> - Constructor for class org.simgrid.surf.<a href="./org/simgrid/surf/ActionList.html" title="class in org.simgrid.surf">ActionList</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/ActionList.html#ActionList()">ActionList()</a></span> - Constructor for class org.simgrid.surf.<a href="./org/simgrid/surf/ActionList.html" title="class in org.simgrid.surf">ActionList</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#ActionList_getArray(long,%20org.simgrid.surf.ActionList)">ActionList_getArray(long, ActionList)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/simgrid/surf/ActionState.html" title="class in org.simgrid.surf"><span class="strong">ActionState</span></a> - Class in <a href="./org/simgrid/surf/package-summary.html">org.simgrid.surf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Plugin.html#activateCpuActionStateChangedCallback()">activateCpuActionStateChangedCallback()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/Plugin.html" title="class in org.simgrid.surf">Plugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Plugin.html#activateCpuCreatedCallback()">activateCpuCreatedCallback()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/Plugin.html" title="class in org.simgrid.surf">Plugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Plugin.html#activateCpuDestructedCallback()">activateCpuDestructedCallback()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/Plugin.html" title="class in org.simgrid.surf">Plugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Plugin.html#activateCpuStateChangedCallback()">activateCpuStateChangedCallback()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/Plugin.html" title="class in org.simgrid.surf">Plugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Plugin.html#activateNetworkActionStateChangedCallback()">activateNetworkActionStateChangedCallback()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/Plugin.html" title="class in org.simgrid.surf">Plugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Plugin.html#activateNetworkCommunicateCallback()">activateNetworkCommunicateCallback()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/Plugin.html" title="class in org.simgrid.surf">Plugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Plugin.html#activateNetworkLinkCreatedCallback()">activateNetworkLinkCreatedCallback()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/Plugin.html" title="class in org.simgrid.surf">Plugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Plugin.html#activateNetworkLinkDestructedCallback()">activateNetworkLinkDestructedCallback()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/Plugin.html" title="class in org.simgrid.surf">Plugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Plugin.html#activateNetworkLinkStateChangedCallback()">activateNetworkLinkStateChangedCallback()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/Plugin.html" title="class in org.simgrid.surf">Plugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Model.html#addTraces()">addTraces()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/Model.html" title="class in org.simgrid.surf">Model</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/RngStream.html#advanceState(int,%20int)">advanceState(int, int)</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/RngStream.html" title="class in org.simgrid.msg">RngStream</a></dt>
<dd>
<div class="block">Advances the state of the stream by k values, without modifying the states of other streams (as
 in RngStream_SetSeed), nor the values of Bg and Ig associated with this stream.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Host.html#all()">all()</a></span> - Static method in class org.simgrid.msg.<a href="./org/simgrid/msg/Host.html" title="class in org.simgrid.msg">Host</a></dt>
<dd>
<div class="block">This static method returns all of the hosts of the installed platform.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/VM.html#all()">all()</a></span> - Static method in class org.simgrid.msg.<a href="./org/simgrid/msg/VM.html" title="class in org.simgrid.msg">VM</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Process.html#args">args</a></span> - Variable in class org.simgrid.msg.<a href="./org/simgrid/msg/Process.html" title="class in org.simgrid.msg">Process</a></dt>
<dd>
<div class="block">The arguments of the method function of the process.</div>
</dd>
<dt><a href="./org/simgrid/msg/As.html" title="class in org.simgrid.msg"><span class="strong">As</span></a> - Class in <a href="./org/simgrid/msg/package-summary.html">org.simgrid.msg</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/As.html#As()">As()</a></span> - Constructor for class org.simgrid.msg.<a href="./org/simgrid/msg/As.html" title="class in org.simgrid.msg">As</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_C_">
<!--   -->
</a>
<h2 class="title">C</h2>
<dl>
<dt><span class="strong"><a href="./org/simgrid/msg/Task.html#cancel()">cancel()</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/Task.html" title="class in org.simgrid.msg">Task</a></dt>
<dd>
<div class="block">Cancels a task.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Semaphore.html#capacity">capacity</a></span> - Variable in class org.simgrid.msg.<a href="./org/simgrid/msg/Semaphore.html" title="class in org.simgrid.msg">Semaphore</a></dt>
<dd>
<div class="block">Semaphore capacity, defined when the semaphore is created.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Action.html#cArrayUnwrap(org.simgrid.surf.Action[])">cArrayUnwrap(Action[])</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/Action.html" title="class in org.simgrid.surf">Action</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/NetworkLink.html#cArrayUnwrap(org.simgrid.surf.NetworkLink[])">cArrayUnwrap(NetworkLink[])</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/NetworkLink.html" title="class in org.simgrid.surf">NetworkLink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Action.html#cArrayWrap(long[],%20boolean)">cArrayWrap(long[], boolean)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/Action.html" title="class in org.simgrid.surf">Action</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/NetworkLink.html#cArrayWrap(long[],%20boolean)">cArrayWrap(long[], boolean)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/NetworkLink.html" title="class in org.simgrid.surf">NetworkLink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Msg.html#clean()">clean()</a></span> - Static method in class org.simgrid.msg.<a href="./org/simgrid/msg/Msg.html" title="class in org.simgrid.msg">Msg</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span></div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Surf.html#clean()">clean()</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/Surf.html" title="class in org.simgrid.surf">Surf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#clean()">clean()</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/File.html#close()">close()</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/File.html" title="class in org.simgrid.msg">File</a></dt>
<dd>
<div class="block">Close the file.</div>
</dd>
<dt><a href="./org/simgrid/msg/Comm.html" title="class in org.simgrid.msg"><span class="strong">Comm</span></a> - Class in <a href="./org/simgrid/msg/package-summary.html">org.simgrid.msg</a></dt>
<dd>
<div class="block">Communication action, representing an ongoing communication
 between processes.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Comm.html#Comm()">Comm()</a></span> - Constructor for class org.simgrid.msg.<a href="./org/simgrid/msg/Comm.html" title="class in org.simgrid.msg">Comm</a></dt>
<dd>
<div class="block">Protected constructor, used by Comm factories
 in Task.</div>
</dd>
<dt><a href="./org/simgrid/surf/Cpu.html" title="class in org.simgrid.surf"><span class="strong">Cpu</span></a> - Class in <a href="./org/simgrid/surf/package-summary.html">org.simgrid.surf</a></dt>
<dd>
<div class="block">A generic resource for the cpu component</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Cpu.html#Cpu(long,%20boolean)">Cpu(long, boolean)</a></span> - Constructor for class org.simgrid.surf.<a href="./org/simgrid/surf/Cpu.html" title="class in org.simgrid.surf">Cpu</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Cpu.html#Cpu(org.simgrid.surf.Model,%20java.lang.String,%20org.simgrid.surf.XbtDict,%20org.simgrid.surf.LmmConstraint,%20int,%20double,%20double)">Cpu(Model, String, XbtDict, LmmConstraint, int, double, double)</a></span> - Constructor for class org.simgrid.surf.<a href="./org/simgrid/surf/Cpu.html" title="class in org.simgrid.surf">Cpu</a></dt>
<dd>
<div class="block">A cpu constructor (using LMM)</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Cpu.html#Cpu(org.simgrid.surf.Model,%20java.lang.String,%20org.simgrid.surf.XbtDict,%20int,%20double,%20double)">Cpu(Model, String, XbtDict, int, double, double)</a></span> - Constructor for class org.simgrid.surf.<a href="./org/simgrid/surf/Cpu.html" title="class in org.simgrid.surf">Cpu</a></dt>
<dd>
<div class="block">A cpu constructor</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#Cpu_change_ownership(org.simgrid.surf.Cpu,%20long,%20boolean)">Cpu_change_ownership(Cpu, long, boolean)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#Cpu_director_connect(org.simgrid.surf.Cpu,%20long,%20boolean,%20boolean)">Cpu_director_connect(Cpu, long, boolean, boolean)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#Cpu_execute(long,%20org.simgrid.surf.Cpu,%20double)">Cpu_execute(long, Cpu, double)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#Cpu_getAvailableSpeed(long,%20org.simgrid.surf.Cpu)">Cpu_getAvailableSpeed(long, Cpu)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#Cpu_getAvailableSpeedSwigExplicitCpu(long,%20org.simgrid.surf.Cpu)">Cpu_getAvailableSpeedSwigExplicitCpu(long, Cpu)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#Cpu_getCore(long,%20org.simgrid.surf.Cpu)">Cpu_getCore(long, Cpu)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#Cpu_getCoreSwigExplicitCpu(long,%20org.simgrid.surf.Cpu)">Cpu_getCoreSwigExplicitCpu(long, Cpu)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#Cpu_getCurrentPowerPeak(long,%20org.simgrid.surf.Cpu)">Cpu_getCurrentPowerPeak(long, Cpu)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#Cpu_getCurrentPowerPeakSwigExplicitCpu(long,%20org.simgrid.surf.Cpu)">Cpu_getCurrentPowerPeakSwigExplicitCpu(long, Cpu)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#Cpu_getNbPstates(long,%20org.simgrid.surf.Cpu)">Cpu_getNbPstates(long, Cpu)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#Cpu_getPowerPeakAt(long,%20org.simgrid.surf.Cpu,%20int)">Cpu_getPowerPeakAt(long, Cpu, int)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#Cpu_getSpeed(long,%20org.simgrid.surf.Cpu,%20double)">Cpu_getSpeed(long, Cpu, double)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#Cpu_getSpeedSwigExplicitCpu(long,%20org.simgrid.surf.Cpu,%20double)">Cpu_getSpeedSwigExplicitCpu(long, Cpu, double)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#Cpu_setPowerPeakAt(long,%20org.simgrid.surf.Cpu,%20int)">Cpu_setPowerPeakAt(long, Cpu, int)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#Cpu_setState(long,%20org.simgrid.surf.Cpu,%20int)">Cpu_setState(long, Cpu, int)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#Cpu_sleep(long,%20org.simgrid.surf.Cpu,%20double)">Cpu_sleep(long, Cpu, double)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#Cpu_SWIGUpcast(long)">Cpu_SWIGUpcast(long)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/simgrid/surf/CpuAction.html" title="class in org.simgrid.surf"><span class="strong">CpuAction</span></a> - Class in <a href="./org/simgrid/surf/package-summary.html">org.simgrid.surf</a></dt>
<dd>
<div class="block">An cpu action created by a Cpu</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/CpuAction.html#CpuAction(long,%20boolean)">CpuAction(long, boolean)</a></span> - Constructor for class org.simgrid.surf.<a href="./org/simgrid/surf/CpuAction.html" title="class in org.simgrid.surf">CpuAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/CpuAction.html#CpuAction(org.simgrid.surf.Model,%20double,%20boolean)">CpuAction(Model, double, boolean)</a></span> - Constructor for class org.simgrid.surf.<a href="./org/simgrid/surf/CpuAction.html" title="class in org.simgrid.surf">CpuAction</a></dt>
<dd>
<div class="block">CpuAction constructor</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#CpuAction_change_ownership(org.simgrid.surf.CpuAction,%20long,%20boolean)">CpuAction_change_ownership(CpuAction, long, boolean)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#CpuAction_director_connect(org.simgrid.surf.CpuAction,%20long,%20boolean,%20boolean)">CpuAction_director_connect(CpuAction, long, boolean, boolean)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#CpuAction_getCpu(long,%20org.simgrid.surf.CpuAction)">CpuAction_getCpu(long, CpuAction)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#CpuAction_SWIGUpcast(long)">CpuAction_SWIGUpcast(long)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Plugin.html#cpuActionStateChangedCallback(org.simgrid.surf.CpuAction,%20org.simgrid.surf.ActionState,%20org.simgrid.surf.ActionState)">cpuActionStateChangedCallback(CpuAction, ActionState, ActionState)</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/Plugin.html" title="class in org.simgrid.surf">Plugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Plugin.html#cpuCreatedCallback(org.simgrid.surf.Cpu)">cpuCreatedCallback(Cpu)</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/Plugin.html" title="class in org.simgrid.surf">Plugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Plugin.html#cpuDestructedCallback(org.simgrid.surf.Cpu)">cpuDestructedCallback(Cpu)</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/Plugin.html" title="class in org.simgrid.surf">Plugin</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/simgrid/surf/CpuModel.html" title="class in org.simgrid.surf"><span class="strong">CpuModel</span></a> - Class in <a href="./org/simgrid/surf/package-summary.html">org.simgrid.surf</a></dt>
<dd>
<div class="block">The generic model for the Cpu component</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/CpuModel.html#CpuModel(long,%20boolean)">CpuModel(long, boolean)</a></span> - Constructor for class org.simgrid.surf.<a href="./org/simgrid/surf/CpuModel.html" title="class in org.simgrid.surf">CpuModel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/CpuModel.html#CpuModel(java.lang.String)">CpuModel(String)</a></span> - Constructor for class org.simgrid.surf.<a href="./org/simgrid/surf/CpuModel.html" title="class in org.simgrid.surf">CpuModel</a></dt>
<dd>
<div class="block">CpuModel constructon</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#CpuModel_change_ownership(org.simgrid.surf.CpuModel,%20long,%20boolean)">CpuModel_change_ownership(CpuModel, long, boolean)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#CpuModel_createCpu(long,%20org.simgrid.surf.CpuModel,%20java.lang.String,%20double[],%20int,%20double,%20long,%20org.simgrid.surf.TmgrTrace,%20int,%20int,%20long,%20org.simgrid.surf.TmgrTrace,%20long,%20org.simgrid.surf.XbtDict)">CpuModel_createCpu(long, CpuModel, String, double[], int, double, long, TmgrTrace, int, int, long, TmgrTrace, long, XbtDict)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#CpuModel_director_connect(org.simgrid.surf.CpuModel,%20long,%20boolean,%20boolean)">CpuModel_director_connect(CpuModel, long, boolean, boolean)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#CpuModel_SWIGUpcast(long)">CpuModel_SWIGUpcast(long)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Plugin.html#cpuStateChangedCallback(org.simgrid.surf.Cpu,%20org.simgrid.surf.ResourceState,%20org.simgrid.surf.ResourceState)">cpuStateChangedCallback(Cpu, ResourceState, ResourceState)</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/Plugin.html" title="class in org.simgrid.surf">Plugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Process.html#create(java.lang.String)">create(String)</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/Process.html" title="class in org.simgrid.msg">Process</a></dt>
<dd>
<div class="block">The natively implemented method to create an MSG process.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/CpuModel.html#createCpu(java.lang.String,%20double[],%20int,%20double,%20org.simgrid.surf.TmgrTrace,%20int,%20org.simgrid.surf.ResourceState,%20org.simgrid.surf.TmgrTrace,%20org.simgrid.surf.XbtDict)">createCpu(String, double[], int, double, TmgrTrace, int, ResourceState, TmgrTrace, XbtDict)</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/CpuModel.html" title="class in org.simgrid.surf">CpuModel</a></dt>
<dd>
<div class="block">Create a new Cpu</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Msg.html#createEnvironment(java.lang.String)">createEnvironment(String)</a></span> - Static method in class org.simgrid.msg.<a href="./org/simgrid/msg/Msg.html" title="class in org.simgrid.msg">Msg</a></dt>
<dd>
<div class="block">The native implemented method to create the environment of the simulation.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Msg.html#critical(java.lang.String)">critical(String)</a></span> - Static method in class org.simgrid.msg.<a href="./org/simgrid/msg/Msg.html" title="class in org.simgrid.msg">Msg</a></dt>
<dd>
<div class="block">Issue an critical logging message.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Host.html#currentHost()">currentHost()</a></span> - Static method in class org.simgrid.msg.<a href="./org/simgrid/msg/Host.html" title="class in org.simgrid.msg">Host</a></dt>
<dd>
<div class="block">This static method return an instance to the host of the current process.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Process.html#currentProcess()">currentProcess()</a></span> - Static method in class org.simgrid.msg.<a href="./org/simgrid/msg/Process.html" title="class in org.simgrid.msg">Process</a></dt>
<dd>
<div class="block">This static method returns the currently running process.</div>
</dd>
</dl>
<a name="_D_">
<!--   -->
</a>
<h2 class="title">D</h2>
<dl>
<dt><span class="strong"><a href="./org/simgrid/msg/Msg.html#debug(java.lang.String)">debug(String)</a></span> - Static method in class org.simgrid.msg.<a href="./org/simgrid/msg/Msg.html" title="class in org.simgrid.msg">Msg</a></dt>
<dd>
<div class="block">Issue a debug logging message.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Action.html#delete()">delete()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/Action.html" title="class in org.simgrid.surf">Action</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/ActionList.html#delete()">delete()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/ActionList.html" title="class in org.simgrid.surf">ActionList</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Cpu.html#delete()">delete()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/Cpu.html" title="class in org.simgrid.surf">Cpu</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/CpuAction.html#delete()">delete()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/CpuAction.html" title="class in org.simgrid.surf">CpuAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/CpuModel.html#delete()">delete()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/CpuModel.html" title="class in org.simgrid.surf">CpuModel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/LmmConstraint.html#delete()">delete()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/LmmConstraint.html" title="class in org.simgrid.surf">LmmConstraint</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/LmmVariable.html#delete()">delete()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/LmmVariable.html" title="class in org.simgrid.surf">LmmVariable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Model.html#delete()">delete()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/Model.html" title="class in org.simgrid.surf">Model</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/NetworkAction.html#delete()">delete()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/NetworkAction.html" title="class in org.simgrid.surf">NetworkAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/NetworkLink.html#delete()">delete()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/NetworkLink.html" title="class in org.simgrid.surf">NetworkLink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Plugin.html#delete()">delete()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/Plugin.html" title="class in org.simgrid.surf">Plugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Resource.html#delete()">delete()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/Resource.html" title="class in org.simgrid.surf">Resource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/RoutingEdge.html#delete()">delete()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/RoutingEdge.html" title="class in org.simgrid.surf">RoutingEdge</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/TmgrTrace.html#delete()">delete()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/TmgrTrace.html" title="class in org.simgrid.surf">TmgrTrace</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/TmgrTraceEvent.html#delete()">delete()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/TmgrTraceEvent.html" title="class in org.simgrid.surf">TmgrTraceEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/XbtDict.html#delete()">delete()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/XbtDict.html" title="class in org.simgrid.surf">XbtDict</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#delete_Action(long)">delete_Action(long)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#delete_ActionList(long)">delete_ActionList(long)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#delete_Cpu(long)">delete_Cpu(long)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#delete_CpuAction(long)">delete_CpuAction(long)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#delete_CpuModel(long)">delete_CpuModel(long)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#delete_LmmConstraint(long)">delete_LmmConstraint(long)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#delete_LmmVariable(long)">delete_LmmVariable(long)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#delete_Model(long)">delete_Model(long)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#delete_NetworkAction(long)">delete_NetworkAction(long)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#delete_NetworkLink(long)">delete_NetworkLink(long)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#delete_Plugin(long)">delete_Plugin(long)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#delete_Resource(long)">delete_Resource(long)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#delete_RoutingEdge(long)">delete_RoutingEdge(long)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#delete_TmgrTrace(long)">delete_TmgrTrace(long)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#delete_TmgrTraceEvent(long)">delete_TmgrTraceEvent(long)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#delete_XbtDict(long)">delete_XbtDict(long)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Msg.html#deployApplication(java.lang.String)">deployApplication(String)</a></span> - Static method in class org.simgrid.msg.<a href="./org/simgrid/msg/Msg.html" title="class in org.simgrid.msg">Msg</a></dt>
<dd>
<div class="block">The method to deploy the simulation.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Comm.html#destroy()">destroy()</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/Comm.html" title="class in org.simgrid.msg">Comm</a></dt>
<dd>
<div class="block">Unbind the communication object</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Task.html#destroy()">destroy()</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/Task.html" title="class in org.simgrid.msg">Task</a></dt>
<dd>
<div class="block">The natively implemented method to destroy a MSG task.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/VM.html#destroy()">destroy()</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/VM.html" title="class in org.simgrid.msg">VM</a></dt>
<dd>
<div class="block">Destroy the VM</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Task.html#dsend(java.lang.String)">dsend(String)</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/Task.html" title="class in org.simgrid.msg">Task</a></dt>
<dd>
<div class="block">Send the task asynchronously on the mailbox identified by the specified name, 
  with no way to retrieve whether the communication succeeded or not</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Task.html#dsendBounded(java.lang.String,%20double)">dsendBounded(String, double)</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/Task.html" title="class in org.simgrid.msg">Task</a></dt>
<dd>
<div class="block">Send the task asynchronously on the mailbox identified by the specified name, 
  with no way to retrieve whether the communication succeeded or not</div>
</dd>
</dl>
<a name="_E_">
<!--   -->
</a>
<h2 class="title">E</h2>
<dl>
<dt><span class="strong"><a href="./org/simgrid/msg/Msg.html#environmentGetRoutingRoot()">environmentGetRoutingRoot()</a></span> - Static method in class org.simgrid.msg.<a href="./org/simgrid/msg/Msg.html" title="class in org.simgrid.msg">Msg</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Msg.html#error(java.lang.String)">error(String)</a></span> - Static method in class org.simgrid.msg.<a href="./org/simgrid/msg/Msg.html" title="class in org.simgrid.msg">Msg</a></dt>
<dd>
<div class="block">Issue an error logging message.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Task.html#execute()">execute()</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/Task.html" title="class in org.simgrid.msg">Task</a></dt>
<dd>
<div class="block">Executes a task on the location on which the process is running.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Cpu.html#execute(double)">execute(double)</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/Cpu.html" title="class in org.simgrid.surf">Cpu</a></dt>
<dd>
<div class="block">Execute some quantity of computation</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Process.html#exit()">exit()</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/Process.html" title="class in org.simgrid.msg">Process</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_F_">
<!--   -->
</a>
<h2 class="title">F</h2>
<dl>
<dt><a href="./org/simgrid/msg/File.html" title="class in org.simgrid.msg"><span class="strong">File</span></a> - Class in <a href="./org/simgrid/msg/package-summary.html">org.simgrid.msg</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/File.html#File(java.lang.String,%20java.lang.String)">File(String, String)</a></span> - Constructor for class org.simgrid.msg.<a href="./org/simgrid/msg/File.html" title="class in org.simgrid.msg">File</a></dt>
<dd>
<div class="block">Constructor, opens the file.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Comm.html#finalize()">finalize()</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/Comm.html" title="class in org.simgrid.msg">Comm</a></dt>
<dd>
<div class="block">Finalize the communication object, destroying it.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/File.html#finalize()">finalize()</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/File.html" title="class in org.simgrid.msg">File</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Mutex.html#finalize()">finalize()</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/Mutex.html" title="class in org.simgrid.msg">Mutex</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/RngStream.html#finalize()">finalize()</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/RngStream.html" title="class in org.simgrid.msg">RngStream</a></dt>
<dd>
<div class="block">Destructor</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Semaphore.html#finalize()">finalize()</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/Semaphore.html" title="class in org.simgrid.msg">Semaphore</a></dt>
<dd>
<div class="block">Deletes this semaphore</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Task.html#finalize()">finalize()</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/Task.html" title="class in org.simgrid.msg">Task</a></dt>
<dd>
<div class="block">Deletes a task.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/VM.html#finalize()">finalize()</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/VM.html" title="class in org.simgrid.msg">VM</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Action.html#finalize()">finalize()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/Action.html" title="class in org.simgrid.surf">Action</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/ActionList.html#finalize()">finalize()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/ActionList.html" title="class in org.simgrid.surf">ActionList</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Cpu.html#finalize()">finalize()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/Cpu.html" title="class in org.simgrid.surf">Cpu</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/CpuAction.html#finalize()">finalize()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/CpuAction.html" title="class in org.simgrid.surf">CpuAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/CpuModel.html#finalize()">finalize()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/CpuModel.html" title="class in org.simgrid.surf">CpuModel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/LmmConstraint.html#finalize()">finalize()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/LmmConstraint.html" title="class in org.simgrid.surf">LmmConstraint</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/LmmVariable.html#finalize()">finalize()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/LmmVariable.html" title="class in org.simgrid.surf">LmmVariable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Model.html#finalize()">finalize()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/Model.html" title="class in org.simgrid.surf">Model</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/NetworkAction.html#finalize()">finalize()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/NetworkAction.html" title="class in org.simgrid.surf">NetworkAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/NetworkLink.html#finalize()">finalize()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/NetworkLink.html" title="class in org.simgrid.surf">NetworkLink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Plugin.html#finalize()">finalize()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/Plugin.html" title="class in org.simgrid.surf">Plugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Resource.html#finalize()">finalize()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/Resource.html" title="class in org.simgrid.surf">Resource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/RoutingEdge.html#finalize()">finalize()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/RoutingEdge.html" title="class in org.simgrid.surf">RoutingEdge</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/TmgrTrace.html#finalize()">finalize()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/TmgrTrace.html" title="class in org.simgrid.surf">TmgrTrace</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/TmgrTraceEvent.html#finalize()">finalize()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/TmgrTraceEvent.html" title="class in org.simgrid.surf">TmgrTraceEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/XbtDict.html#finalize()">finalize()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/XbtDict.html" title="class in org.simgrid.surf">XbtDict</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Comm.html#finished">finished</a></span> - Variable in class org.simgrid.msg.<a href="./org/simgrid/msg/Comm.html" title="class in org.simgrid.msg">Comm</a></dt>
<dd>
<div class="block">Indicates if the communication is finished</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Process.html#fromPID(int)">fromPID(int)</a></span> - Static method in class org.simgrid.msg.<a href="./org/simgrid/msg/Process.html" title="class in org.simgrid.msg">Process</a></dt>
<dd>
<div class="block">This static method gets a process from a PID.</div>
</dd>
</dl>
<a name="_G_">
<!--   -->
</a>
<h2 class="title">G</h2>
<dl>
<dt><span class="strong"><a href="./org/simgrid/surf/Surf.html#getAction(long)">getAction(long)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/Surf.html" title="class in org.simgrid.surf">Surf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#getAction(long)">getAction(long)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/ActionList.html#getArray()">getArray()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/ActionList.html" title="class in org.simgrid.surf">ActionList</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Cpu.html#getAvailableSpeed()">getAvailableSpeed()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/Cpu.html" title="class in org.simgrid.surf">Cpu</a></dt>
<dd>
<div class="block">TODO</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/NetworkLink.html#getBandwidth()">getBandwidth()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/NetworkLink.html" title="class in org.simgrid.surf">NetworkLink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Action.html#getBound()">getBound()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/Action.html" title="class in org.simgrid.surf">Action</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Host.html#getByName(java.lang.String)">getByName(String)</a></span> - Static method in class org.simgrid.msg.<a href="./org/simgrid/msg/Host.html" title="class in org.simgrid.msg">Host</a></dt>
<dd>
<div class="block">This static method gets an host instance associated with a native
 host of your platform.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Semaphore.html#getCapacity()">getCapacity()</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/Semaphore.html" title="class in org.simgrid.msg">Semaphore</a></dt>
<dd>
<div class="block">Returns the semaphore capacity</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Msg.html#getClock()">getClock()</a></span> - Static method in class org.simgrid.msg.<a href="./org/simgrid/msg/Msg.html" title="class in org.simgrid.msg">Msg</a></dt>
<dd>
<div class="block">Retrieve the simulation time</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Surf.html#getClock()">getClock()</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/Surf.html" title="class in org.simgrid.surf">Surf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#getClock()">getClock()</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Task.html#getComputeDuration()">getComputeDuration()</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/Task.html" title="class in org.simgrid.msg">Task</a></dt>
<dd>
<div class="block">Gets the computing amount of the task
 FIXME: Cache it !</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Resource.html#getConstraint()">getConstraint()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/Resource.html" title="class in org.simgrid.surf">Resource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Cpu.html#getCore()">getCore()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/Cpu.html" title="class in org.simgrid.surf">Cpu</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Host.html#getCoreNumber()">getCoreNumber()</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/Host.html" title="class in org.simgrid.msg">Host</a></dt>
<dd>
<div class="block">This method returns the number of core of a host.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Host.html#getCount()">getCount()</a></span> - Static method in class org.simgrid.msg.<a href="./org/simgrid/msg/Host.html" title="class in org.simgrid.msg">Host</a></dt>
<dd>
<div class="block">This static method returns the count of the installed hosts.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Process.html#getCount()">getCount()</a></span> - Static method in class org.simgrid.msg.<a href="./org/simgrid/msg/Process.html" title="class in org.simgrid.msg">Process</a></dt>
<dd>
<div class="block">This static method returns the current amount of processes running</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Action.html#getCPtr(org.simgrid.surf.Action)">getCPtr(Action)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/Action.html" title="class in org.simgrid.surf">Action</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/ActionList.html#getCPtr(org.simgrid.surf.ActionList)">getCPtr(ActionList)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/ActionList.html" title="class in org.simgrid.surf">ActionList</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Cpu.html#getCPtr(org.simgrid.surf.Cpu)">getCPtr(Cpu)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/Cpu.html" title="class in org.simgrid.surf">Cpu</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/CpuAction.html#getCPtr(org.simgrid.surf.CpuAction)">getCPtr(CpuAction)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/CpuAction.html" title="class in org.simgrid.surf">CpuAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/CpuModel.html#getCPtr(org.simgrid.surf.CpuModel)">getCPtr(CpuModel)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/CpuModel.html" title="class in org.simgrid.surf">CpuModel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/LmmConstraint.html#getCPtr(org.simgrid.surf.LmmConstraint)">getCPtr(LmmConstraint)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/LmmConstraint.html" title="class in org.simgrid.surf">LmmConstraint</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/LmmVariable.html#getCPtr(org.simgrid.surf.LmmVariable)">getCPtr(LmmVariable)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/LmmVariable.html" title="class in org.simgrid.surf">LmmVariable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Model.html#getCPtr(org.simgrid.surf.Model)">getCPtr(Model)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/Model.html" title="class in org.simgrid.surf">Model</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/NetworkAction.html#getCPtr(org.simgrid.surf.NetworkAction)">getCPtr(NetworkAction)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/NetworkAction.html" title="class in org.simgrid.surf">NetworkAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/NetworkLink.html#getCPtr(org.simgrid.surf.NetworkLink)">getCPtr(NetworkLink)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/NetworkLink.html" title="class in org.simgrid.surf">NetworkLink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Plugin.html#getCPtr(org.simgrid.surf.Plugin)">getCPtr(Plugin)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/Plugin.html" title="class in org.simgrid.surf">Plugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Resource.html#getCPtr(org.simgrid.surf.Resource)">getCPtr(Resource)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/Resource.html" title="class in org.simgrid.surf">Resource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/RoutingEdge.html#getCPtr(org.simgrid.surf.RoutingEdge)">getCPtr(RoutingEdge)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/RoutingEdge.html" title="class in org.simgrid.surf">RoutingEdge</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/TmgrTrace.html#getCPtr(org.simgrid.surf.TmgrTrace)">getCPtr(TmgrTrace)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/TmgrTrace.html" title="class in org.simgrid.surf">TmgrTrace</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/TmgrTraceEvent.html#getCPtr(org.simgrid.surf.TmgrTraceEvent)">getCPtr(TmgrTraceEvent)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/TmgrTraceEvent.html" title="class in org.simgrid.surf">TmgrTraceEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/XbtDict.html#getCPtr(org.simgrid.surf.XbtDict)">getCPtr(XbtDict)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/XbtDict.html" title="class in org.simgrid.surf">XbtDict</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/CpuAction.html#getCpu()">getCpu()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/CpuAction.html" title="class in org.simgrid.surf">CpuAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Surf.html#getCpuActionDirector(long)">getCpuActionDirector(long)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/Surf.html" title="class in org.simgrid.surf">Surf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#getCpuActionDirector(long)">getCpuActionDirector(long)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Surf.html#getCpuDirector(long)">getCpuDirector(long)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/Surf.html" title="class in org.simgrid.surf">Surf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#getCpuDirector(long)">getCpuDirector(long)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Surf.html#getCpuModel()">getCpuModel()</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/Surf.html" title="class in org.simgrid.surf">Surf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#getCpuModel()">getCpuModel()</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Surf.html#getCpuModelDirector(long)">getCpuModelDirector(long)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/Surf.html" title="class in org.simgrid.surf">Surf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#getCpuModelDirector(long)">getCpuModelDirector(long)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Cpu.html#getCurrentPowerPeak()">getCurrentPowerPeak()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/Cpu.html" title="class in org.simgrid.surf">Cpu</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Host.html#getData()">getData()</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/Host.html" title="class in org.simgrid.msg">Host</a></dt>
<dd>
<div class="block">Gets the data of the host.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Process.html#getHost()">getHost()</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/Process.html" title="class in org.simgrid.msg">Process</a></dt>
<dd>
<div class="block">Returns the host of the process.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/As.html#getHosts()">getHosts()</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/As.html" title="class in org.simgrid.msg">As</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/trace/Trace.html#getHostVariablesName()">getHostVariablesName()</a></span> - Static method in class org.simgrid.trace.<a href="./org/simgrid/trace/Trace.html" title="class in org.simgrid.trace">Trace</a></dt>
<dd>
<div class="block">Get declared user host variables.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Task.html#getId()">getId()</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/Task.html" title="class in org.simgrid.msg">Task</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/TmgrTraceEvent.html#getIdx()">getIdx()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/TmgrTraceEvent.html" title="class in org.simgrid.surf">TmgrTraceEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/NetworkAction.html#getLatency()">getLatency()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/NetworkAction.html" title="class in org.simgrid.surf">NetworkAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/NetworkLink.html#getLatency()">getLatency()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/NetworkLink.html" title="class in org.simgrid.surf">NetworkLink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/trace/Trace.html#getLinkVariablesName()">getLinkVariablesName()</a></span> - Static method in class org.simgrid.trace.<a href="./org/simgrid/trace/Trace.html" title="class in org.simgrid.trace">Trace</a></dt>
<dd>
<div class="block">Get declared user link variables.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Host.html#getLoad()">getLoad()</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/Host.html" title="class in org.simgrid.msg">Host</a></dt>
<dd>
<div class="block">This method returns the number of tasks currently running on a host.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Task.html#getMessageSize()">getMessageSize()</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/Task.html" title="class in org.simgrid.msg">Task</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/As.html#getModel()">getModel()</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/As.html" title="class in org.simgrid.msg">As</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Action.html#getModel()">getModel()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/Action.html" title="class in org.simgrid.surf">Action</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Resource.html#getModel()">getModel()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/Resource.html" title="class in org.simgrid.surf">Resource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/As.html#getName()">getName()</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/As.html" title="class in org.simgrid.msg">As</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Host.html#getName()">getName()</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/Host.html" title="class in org.simgrid.msg">Host</a></dt>
<dd>
<div class="block">This method returns the name of a host.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Task.html#getName()">getName()</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/Task.html" title="class in org.simgrid.msg">Task</a></dt>
<dd>
<div class="block">Gets the name of a task</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Model.html#getName()">getName()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/Model.html" title="class in org.simgrid.surf">Model</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Resource.html#getName()">getName()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/Resource.html" title="class in org.simgrid.surf">Resource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/RoutingEdge.html#getName()">getName()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/RoutingEdge.html" title="class in org.simgrid.surf">RoutingEdge</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Cpu.html#getNbPstates()">getNbPstates()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/Cpu.html" title="class in org.simgrid.surf">Cpu</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/NativeLib.html#getPath()">getPath()</a></span> - Static method in class org.simgrid.<a href="./org/simgrid/NativeLib.html" title="class in org.simgrid">NativeLib</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Process.html#getPID()">getPID()</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/Process.html" title="class in org.simgrid.msg">Process</a></dt>
<dd>
<div class="block">This method returns the PID of the process.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Cpu.html#getPowerPeakAt(int)">getPowerPeakAt(int)</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/Cpu.html" title="class in org.simgrid.surf">Cpu</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Process.html#getPPID()">getPPID()</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/Process.html" title="class in org.simgrid.msg">Process</a></dt>
<dd>
<div class="block">This method returns the PID of the parent of a process.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Resource.html#getProperties()">getProperties()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/Resource.html" title="class in org.simgrid.surf">Resource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/As.html#getProperty(java.lang.String)">getProperty(String)</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/As.html" title="class in org.simgrid.msg">As</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Host.html#getProperty(java.lang.String)">getProperty(String)</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/Host.html" title="class in org.simgrid.msg">Host</a></dt>
<dd>
<div class="block">Returns the value of a given host property.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Process.html#getProperty(java.lang.String)">getProperty(String)</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/Process.html" title="class in org.simgrid.msg">Process</a></dt>
<dd>
<div class="block">Returns the value of a given process property.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Task.html#getRemainingDuration()">getRemainingDuration()</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/Task.html" title="class in org.simgrid.msg">Task</a></dt>
<dd>
<div class="block">Gets the remaining computation of the task</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Action.html#getRemains()">getRemains()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/Action.html" title="class in org.simgrid.surf">Action</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Surf.html#getRoute(java.lang.String,%20java.lang.String)">getRoute(String, String)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/Surf.html" title="class in org.simgrid.surf">Surf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#getRoute(java.lang.String,%20java.lang.String)">getRoute(String, String)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Model.html#getRunningActionSet()">getRunningActionSet()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/Model.html" title="class in org.simgrid.surf">Model</a></dt>
<dd>
<div class="block">Get the List of running Actions</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Task.html#getSender()">getSender()</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/Task.html" title="class in org.simgrid.msg">Task</a></dt>
<dd>
<div class="block">Gets the sender of the task 
 Returns null if the task hasn't been sent yet</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/As.html#getSons()">getSons()</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/As.html" title="class in org.simgrid.msg">As</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Task.html#getSource()">getSource()</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/Task.html" title="class in org.simgrid.msg">Task</a></dt>
<dd>
<div class="block">Gets the source of the task.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Host.html#getSpeed()">getSpeed()</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/Host.html" title="class in org.simgrid.msg">Host</a></dt>
<dd>
<div class="block">This method returns the speed of the processor of a host,
 regardless of the current load of the machine.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Cpu.html#getSpeed(double)">getSpeed(double)</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/Cpu.html" title="class in org.simgrid.surf">Cpu</a></dt>
<dd>
<div class="block">TODO</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Action.html#getState()">getState()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/Action.html" title="class in org.simgrid.surf">Action</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Resource.html#getState()">getState()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/Resource.html" title="class in org.simgrid.surf">Resource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Comm.html#getTask()">getTask()</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/Comm.html" title="class in org.simgrid.msg">Comm</a></dt>
<dd>
<div class="block">Returns the task associated with the communication.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/LmmConstraint.html#getUsage()">getUsage()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/LmmConstraint.html" title="class in org.simgrid.surf">LmmConstraint</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/LmmVariable.html#getValue()">getValue()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/LmmVariable.html" title="class in org.simgrid.surf">LmmVariable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/XbtDict.html#getValue(java.lang.String)">getValue(String)</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/XbtDict.html" title="class in org.simgrid.surf">XbtDict</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Action.html#getVariable()">getVariable()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/Action.html" title="class in org.simgrid.surf">Action</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/VM.html#getVMByName(java.lang.String)">getVMByName(String)</a></span> - Static method in class org.simgrid.msg.<a href="./org/simgrid/msg/VM.html" title="class in org.simgrid.msg">VM</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_H_">
<!--   -->
</a>
<h2 class="title">H</h2>
<dl>
<dt><span class="strong"><a href="./org/simgrid/msg/Host.html#hasData()">hasData()</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/Host.html" title="class in org.simgrid.msg">Host</a></dt>
<dd>
<div class="block">Checks whether a host has data.</div>
</dd>
<dt><a href="./org/simgrid/msg/Host.html" title="class in org.simgrid.msg"><span class="strong">Host</span></a> - Class in <a href="./org/simgrid/msg/package-summary.html">org.simgrid.msg</a></dt>
<dd>
<div class="block">A host object represents a location (any possible place) where a process may run.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Host.html#Host()">Host()</a></span> - Constructor for class org.simgrid.msg.<a href="./org/simgrid/msg/Host.html" title="class in org.simgrid.msg">Host</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Process.html#host">host</a></span> - Variable in class org.simgrid.msg.<a href="./org/simgrid/msg/Process.html" title="class in org.simgrid.msg">Process</a></dt>
<dd>
<div class="block">The host of the process</div>
</dd>
<dt><a href="./org/simgrid/msg/HostFailureException.html" title="class in org.simgrid.msg"><span class="strong">HostFailureException</span></a> - Exception in <a href="./org/simgrid/msg/package-summary.html">org.simgrid.msg</a></dt>
<dd>
<div class="block">This exception is raised when the host on which you are running has just been rebooted.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/HostFailureException.html#HostFailureException()">HostFailureException()</a></span> - Constructor for exception org.simgrid.msg.<a href="./org/simgrid/msg/HostFailureException.html" title="class in org.simgrid.msg">HostFailureException</a></dt>
<dd>
<div class="block">Constructs an <code>HostFailureException</code> without a detail message.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/HostFailureException.html#HostFailureException(java.lang.String)">HostFailureException(String)</a></span> - Constructor for exception org.simgrid.msg.<a href="./org/simgrid/msg/HostFailureException.html" title="class in org.simgrid.msg">HostFailureException</a></dt>
<dd>
<div class="block">Constructs an <code>HostFailureException</code> with a detail message.</div>
</dd>
<dt><a href="./org/simgrid/msg/HostNotFoundException.html" title="class in org.simgrid.msg"><span class="strong">HostNotFoundException</span></a> - Exception in <a href="./org/simgrid/msg/package-summary.html">org.simgrid.msg</a></dt>
<dd>
<div class="block">This exception is raised when looking for a non-existing host.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/HostNotFoundException.html#HostNotFoundException()">HostNotFoundException()</a></span> - Constructor for exception org.simgrid.msg.<a href="./org/simgrid/msg/HostNotFoundException.html" title="class in org.simgrid.msg">HostNotFoundException</a></dt>
<dd>
<div class="block">Constructs an <code>HostNotFoundException</code> without a detail message.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/HostNotFoundException.html#HostNotFoundException(java.lang.String)">HostNotFoundException(String)</a></span> - Constructor for exception org.simgrid.msg.<a href="./org/simgrid/msg/HostNotFoundException.html" title="class in org.simgrid.msg">HostNotFoundException</a></dt>
<dd>
<div class="block">Constructs an <code>HostNotFoundException</code> with a detail message.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/trace/Trace.html#hostPopState(java.lang.String,%20java.lang.String)">hostPopState(String, String)</a></span> - Static method in class org.simgrid.trace.<a href="./org/simgrid/trace/Trace.html" title="class in org.simgrid.trace">Trace</a></dt>
<dd>
<div class="block">Pop the last value of a state of a given host.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/trace/Trace.html#hostPushState(java.lang.String,%20java.lang.String,%20java.lang.String)">hostPushState(String, String, String)</a></span> - Static method in class org.simgrid.trace.<a href="./org/simgrid/trace/Trace.html" title="class in org.simgrid.trace">Trace</a></dt>
<dd>
<div class="block">Push a new value for a state of a given host.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/trace/Trace.html#hostSetState(java.lang.String,%20java.lang.String,%20java.lang.String)">hostSetState(String, String, String)</a></span> - Static method in class org.simgrid.trace.<a href="./org/simgrid/trace/Trace.html" title="class in org.simgrid.trace">Trace</a></dt>
<dd>
<div class="block">Set the user state to the given value.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/trace/Trace.html#hostStateDeclare(java.lang.String)">hostStateDeclare(String)</a></span> - Static method in class org.simgrid.trace.<a href="./org/simgrid/trace/Trace.html" title="class in org.simgrid.trace">Trace</a></dt>
<dd>
<div class="block">Declare a user state that will be associated to hosts.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/trace/Trace.html#hostStateDeclareValue(java.lang.String,%20java.lang.String,%20java.lang.String)">hostStateDeclareValue(String, String, String)</a></span> - Static method in class org.simgrid.trace.<a href="./org/simgrid/trace/Trace.html" title="class in org.simgrid.trace">Trace</a></dt>
<dd>
<div class="block">Declare a new value for a user state associated to hosts.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/trace/Trace.html#hostVariableAdd(java.lang.String,%20java.lang.String,%20double)">hostVariableAdd(String, String, double)</a></span> - Static method in class org.simgrid.trace.<a href="./org/simgrid/trace/Trace.html" title="class in org.simgrid.trace">Trace</a></dt>
<dd>
<div class="block">Add a value to a variable of a host.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/trace/Trace.html#hostVariableAddWithTime(double,%20java.lang.String,%20java.lang.String,%20double)">hostVariableAddWithTime(double, String, String, double)</a></span> - Static method in class org.simgrid.trace.<a href="./org/simgrid/trace/Trace.html" title="class in org.simgrid.trace">Trace</a></dt>
<dd>
<div class="block">Add a value to a variable of a host at a given timestamp.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/trace/Trace.html#hostVariableDeclare(java.lang.String)">hostVariableDeclare(String)</a></span> - Static method in class org.simgrid.trace.<a href="./org/simgrid/trace/Trace.html" title="class in org.simgrid.trace">Trace</a></dt>
<dd>
<div class="block">Declare a new user variable associated to hosts.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/trace/Trace.html#hostVariableDeclareWithColor(java.lang.String,%20java.lang.String)">hostVariableDeclareWithColor(String, String)</a></span> - Static method in class org.simgrid.trace.<a href="./org/simgrid/trace/Trace.html" title="class in org.simgrid.trace">Trace</a></dt>
<dd>
<div class="block">Declare a new user variable associated to hosts with a color.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/trace/Trace.html#hostVariableSet(java.lang.String,%20java.lang.String,%20double)">hostVariableSet(String, String, double)</a></span> - Static method in class org.simgrid.trace.<a href="./org/simgrid/trace/Trace.html" title="class in org.simgrid.trace">Trace</a></dt>
<dd>
<div class="block">Set the value of a variable of a host.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/trace/Trace.html#hostVariableSetWithTime(double,%20java.lang.String,%20java.lang.String,%20double)">hostVariableSetWithTime(double, String, String, double)</a></span> - Static method in class org.simgrid.trace.<a href="./org/simgrid/trace/Trace.html" title="class in org.simgrid.trace">Trace</a></dt>
<dd>
<div class="block">Set the value of a variable of a host at a given timestamp.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/trace/Trace.html#hostVariableSub(java.lang.String,%20java.lang.String,%20double)">hostVariableSub(String, String, double)</a></span> - Static method in class org.simgrid.trace.<a href="./org/simgrid/trace/Trace.html" title="class in org.simgrid.trace">Trace</a></dt>
<dd>
<div class="block">Subtract a value from a variable of a host.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/trace/Trace.html#hostVariableSubWithTime(double,%20java.lang.String,%20java.lang.String,%20double)">hostVariableSubWithTime(double, String, String, double)</a></span> - Static method in class org.simgrid.trace.<a href="./org/simgrid/trace/Trace.html" title="class in org.simgrid.trace">Trace</a></dt>
<dd>
<div class="block">Subtract a value from a variable of a host at a given timestamp.</div>
</dd>
</dl>
<a name="_I_">
<!--   -->
</a>
<h2 class="title">I</h2>
<dl>
<dt><span class="strong"><a href="./org/simgrid/msg/Process.html#id">id</a></span> - Variable in class org.simgrid.msg.<a href="./org/simgrid/msg/Process.html" title="class in org.simgrid.msg">Process</a></dt>
<dd>
<div class="block">Even if this attribute is public you must never access to it.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Msg.html#info(java.lang.String)">info(String)</a></span> - Static method in class org.simgrid.msg.<a href="./org/simgrid/msg/Msg.html" title="class in org.simgrid.msg">Msg</a></dt>
<dd>
<div class="block">Issue an information logging message</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Msg.html#init(java.lang.String[])">init(String[])</a></span> - Static method in class org.simgrid.msg.<a href="./org/simgrid/msg/Msg.html" title="class in org.simgrid.msg">Msg</a></dt>
<dd>
<div class="block">The natively implemented method to initialize a MSG simulation.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/VM.html#internalmig(org.simgrid.msg.Host)">internalmig(Host)</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/VM.html" title="class in org.simgrid.msg">VM</a></dt>
<dd>
<div class="block">Invoke native migration routine</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Task.html#irecv(java.lang.String)">irecv(String)</a></span> - Static method in class org.simgrid.msg.<a href="./org/simgrid/msg/Task.html" title="class in org.simgrid.msg">Task</a></dt>
<dd>
<div class="block">Starts listening for receiving a task from an asynchronous communication</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Task.html#irecvBounded(java.lang.String,%20double)">irecvBounded(String, double)</a></span> - Static method in class org.simgrid.msg.<a href="./org/simgrid/msg/Task.html" title="class in org.simgrid.msg">Task</a></dt>
<dd>
<div class="block">Starts listening for receiving a task from an asynchronous communication with a capped rate</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Host.html#isAvail()">isAvail()</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/Host.html" title="class in org.simgrid.msg">Host</a></dt>
<dd>
<div class="block">This method tests if a host is available.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/VM.html#isCreated()">isCreated()</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/VM.html" title="class in org.simgrid.msg">VM</a></dt>
<dd>
<div class="block">Returns whether the given VM is currently suspended</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Task.html#isend(java.lang.String)">isend(String)</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/Task.html" title="class in org.simgrid.msg">Task</a></dt>
<dd>
<div class="block">Sends the task on the mailbox asynchronously</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Task.html#isendBounded(java.lang.String,%20double)">isendBounded(String, double)</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/Task.html" title="class in org.simgrid.msg">Task</a></dt>
<dd>
<div class="block">Sends the task on the mailbox asynchronously (capping the sending rate to \a maxrate)</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/VM.html#isMigrating()">isMigrating()</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/VM.html" title="class in org.simgrid.msg">VM</a></dt>
<dd>
<div class="block">Returns whether the given VM is currently running</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/VM.html#isRestoring()">isRestoring()</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/VM.html" title="class in org.simgrid.msg">VM</a></dt>
<dd>
<div class="block">Returns whether the given VM is currently restoring its state</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/VM.html#isRunning()">isRunning()</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/VM.html" title="class in org.simgrid.msg">VM</a></dt>
<dd>
<div class="block">Returns whether the given VM is currently running</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/VM.html#isSaved()">isSaved()</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/VM.html" title="class in org.simgrid.msg">VM</a></dt>
<dd>
<div class="block">Returns whether the given VM is currently saved</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/VM.html#isSaving()">isSaving()</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/VM.html" title="class in org.simgrid.msg">VM</a></dt>
<dd>
<div class="block">Returns whether the given VM is currently saving</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Process.html#isSuspended()">isSuspended()</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/Process.html" title="class in org.simgrid.msg">Process</a></dt>
<dd>
<div class="block">Tests if a process is suspended.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/VM.html#isSuspended()">isSuspended()</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/VM.html" title="class in org.simgrid.msg">VM</a></dt>
<dd>
<div class="block">Returns whether the given VM is currently suspended</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Action.html#isSuspended()">isSuspended()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/Action.html" title="class in org.simgrid.surf">Action</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Resource.html#isUsed()">isUsed()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/Resource.html" title="class in org.simgrid.surf">Resource</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_J_">
<!--   -->
</a>
<h2 class="title">J</h2>
<dl>
<dt><a href="./org/simgrid/msg/JniException.html" title="class in org.simgrid.msg"><span class="strong">JniException</span></a> - Exception in <a href="./org/simgrid/msg/package-summary.html">org.simgrid.msg</a></dt>
<dd>
<div class="block">This exception is raised when there is a problem within the bindings (in JNI).</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/JniException.html#JniException()">JniException()</a></span> - Constructor for exception org.simgrid.msg.<a href="./org/simgrid/msg/JniException.html" title="class in org.simgrid.msg">JniException</a></dt>
<dd>
<div class="block">Constructs an <code>JniException</code> without a 
 detail message.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/JniException.html#JniException(java.lang.String)">JniException(String)</a></span> - Constructor for exception org.simgrid.msg.<a href="./org/simgrid/msg/JniException.html" title="class in org.simgrid.msg">JniException</a></dt>
<dd>
<div class="block">Constructs an <code>JniException</code> with a detail message.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/JniException.html#JniException(java.lang.String,%20java.lang.Exception)">JniException(String, Exception)</a></span> - Constructor for exception org.simgrid.msg.<a href="./org/simgrid/msg/JniException.html" title="class in org.simgrid.msg">JniException</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_K_">
<!--   -->
</a>
<h2 class="title">K</h2>
<dl>
<dt><span class="strong"><a href="./org/simgrid/msg/Process.html#kill()">kill()</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/Process.html" title="class in org.simgrid.msg">Process</a></dt>
<dd>
<div class="block">This method kill a process.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Process.html#killAll(int)">killAll(int)</a></span> - Static method in class org.simgrid.msg.<a href="./org/simgrid/msg/Process.html" title="class in org.simgrid.msg">Process</a></dt>
<dd>
<div class="block">This method kills all running process of the simulation.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Process.html#killTime">killTime</a></span> - Variable in class org.simgrid.msg.<a href="./org/simgrid/msg/Process.html" title="class in org.simgrid.msg">Process</a></dt>
<dd>
<div class="block">Kill time of the process</div>
</dd>
</dl>
<a name="_L_">
<!--   -->
</a>
<h2 class="title">L</h2>
<dl>
<dt><span class="strong"><a href="./org/simgrid/trace/Trace.html#linkSrcDstVariableAdd(java.lang.String,%20java.lang.String,%20java.lang.String,%20double)">linkSrcDstVariableAdd(String, String, String, double)</a></span> - Static method in class org.simgrid.trace.<a href="./org/simgrid/trace/Trace.html" title="class in org.simgrid.trace">Trace</a></dt>
<dd>
<div class="block">Add a value to the variable present in the links connecting source and destination.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/trace/Trace.html#linkSrcdstVariableAddWithTime(double,%20java.lang.String,%20java.lang.String,%20java.lang.String,%20double)">linkSrcdstVariableAddWithTime(double, String, String, String, double)</a></span> - Static method in class org.simgrid.trace.<a href="./org/simgrid/trace/Trace.html" title="class in org.simgrid.trace">Trace</a></dt>
<dd>
<div class="block">Add a value to the variable present in the links connecting source and destination at a given timestamp.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/trace/Trace.html#linkSrcDstVariableSet(java.lang.String,%20java.lang.String,%20java.lang.String,%20double)">linkSrcDstVariableSet(String, String, String, double)</a></span> - Static method in class org.simgrid.trace.<a href="./org/simgrid/trace/Trace.html" title="class in org.simgrid.trace">Trace</a></dt>
<dd>
<div class="block">Set the value of the variable present in the links connecting source and destination.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/trace/Trace.html#linkSrcDstVariableSetWithTime(double,%20java.lang.String,%20java.lang.String,%20java.lang.String,%20double)">linkSrcDstVariableSetWithTime(double, String, String, String, double)</a></span> - Static method in class org.simgrid.trace.<a href="./org/simgrid/trace/Trace.html" title="class in org.simgrid.trace">Trace</a></dt>
<dd>
<div class="block">Set the value of the variable present in the links connecting source and destination at a given timestamp.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/trace/Trace.html#linkSrcDstVariableSub(java.lang.String,%20java.lang.String,%20java.lang.String,%20double)">linkSrcDstVariableSub(String, String, String, double)</a></span> - Static method in class org.simgrid.trace.<a href="./org/simgrid/trace/Trace.html" title="class in org.simgrid.trace">Trace</a></dt>
<dd>
<div class="block">Subtract a value from the variable present in the links connecting source and destination.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/trace/Trace.html#linkSrcDstVariableSubWithTime(double,%20java.lang.String,%20java.lang.String,%20java.lang.String,%20double)">linkSrcDstVariableSubWithTime(double, String, String, String, double)</a></span> - Static method in class org.simgrid.trace.<a href="./org/simgrid/trace/Trace.html" title="class in org.simgrid.trace">Trace</a></dt>
<dd>
<div class="block">Subtract a value from the variable present in the links connecting source and destination at a given timestamp.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/trace/Trace.html#linkVariableAdd(java.lang.String,%20java.lang.String,%20double)">linkVariableAdd(String, String, double)</a></span> - Static method in class org.simgrid.trace.<a href="./org/simgrid/trace/Trace.html" title="class in org.simgrid.trace">Trace</a></dt>
<dd>
<div class="block">Add a value to a variable of a link.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/trace/Trace.html#linkVariableAddWithTime(double,%20java.lang.String,%20java.lang.String,%20double)">linkVariableAddWithTime(double, String, String, double)</a></span> - Static method in class org.simgrid.trace.<a href="./org/simgrid/trace/Trace.html" title="class in org.simgrid.trace">Trace</a></dt>
<dd>
<div class="block">Add a value to a variable of a link at a given timestamp.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/trace/Trace.html#linkVariableDeclare(java.lang.String)">linkVariableDeclare(String)</a></span> - Static method in class org.simgrid.trace.<a href="./org/simgrid/trace/Trace.html" title="class in org.simgrid.trace">Trace</a></dt>
<dd>
<div class="block">Declare a new user variable associated to links.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/trace/Trace.html#linkVariableDeclareWithColor(java.lang.String,%20java.lang.String)">linkVariableDeclareWithColor(String, String)</a></span> - Static method in class org.simgrid.trace.<a href="./org/simgrid/trace/Trace.html" title="class in org.simgrid.trace">Trace</a></dt>
<dd>
<div class="block">Declare a new user variable associated to links with a color.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/trace/Trace.html#linkVariableSet(java.lang.String,%20java.lang.String,%20double)">linkVariableSet(String, String, double)</a></span> - Static method in class org.simgrid.trace.<a href="./org/simgrid/trace/Trace.html" title="class in org.simgrid.trace">Trace</a></dt>
<dd>
<div class="block">Set the value of a variable of a link.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/trace/Trace.html#linkVariableSetWithTime(double,%20java.lang.String,%20java.lang.String,%20double)">linkVariableSetWithTime(double, String, String, double)</a></span> - Static method in class org.simgrid.trace.<a href="./org/simgrid/trace/Trace.html" title="class in org.simgrid.trace">Trace</a></dt>
<dd>
<div class="block">Set the value of a variable of a link at a given timestamp.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/trace/Trace.html#linkVariableSub(java.lang.String,%20java.lang.String,%20double)">linkVariableSub(String, String, double)</a></span> - Static method in class org.simgrid.trace.<a href="./org/simgrid/trace/Trace.html" title="class in org.simgrid.trace">Trace</a></dt>
<dd>
<div class="block">Subtract a value from a variable of a link.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/trace/Trace.html#linkVariableSubWithTime(double,%20java.lang.String,%20java.lang.String,%20double)">linkVariableSubWithTime(double, String, String, double)</a></span> - Static method in class org.simgrid.trace.<a href="./org/simgrid/trace/Trace.html" title="class in org.simgrid.trace">Trace</a></dt>
<dd>
<div class="block">Subtract a value from a variable of a link at a given timestamp.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Task.html#listen(java.lang.String)">listen(String)</a></span> - Static method in class org.simgrid.msg.<a href="./org/simgrid/msg/Task.html" title="class in org.simgrid.msg">Task</a></dt>
<dd>
<div class="block">Listen whether there is a waiting task on the mailbox identified by the specified alias</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Task.html#listenFrom(java.lang.String)">listenFrom(String)</a></span> - Static method in class org.simgrid.msg.<a href="./org/simgrid/msg/Task.html" title="class in org.simgrid.msg">Task</a></dt>
<dd>
<div class="block">Tests whether there is a pending communication on the mailbox identified by the specified alias, and who sent it</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Task.html#listenFromHost(java.lang.String,%20org.simgrid.msg.Host)">listenFromHost(String, Host)</a></span> - Static method in class org.simgrid.msg.<a href="./org/simgrid/msg/Task.html" title="class in org.simgrid.msg">Task</a></dt>
<dd>
<div class="block">Counts the number of tasks waiting to be received on the \a mailbox identified by the specified alia and sended by the specified \a host.</div>
</dd>
<dt><a href="./org/simgrid/surf/LmmConstraint.html" title="class in org.simgrid.surf"><span class="strong">LmmConstraint</span></a> - Class in <a href="./org/simgrid/surf/package-summary.html">org.simgrid.surf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/LmmConstraint.html#LmmConstraint(long,%20boolean)">LmmConstraint(long, boolean)</a></span> - Constructor for class org.simgrid.surf.<a href="./org/simgrid/surf/LmmConstraint.html" title="class in org.simgrid.surf">LmmConstraint</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/LmmConstraint.html#LmmConstraint()">LmmConstraint()</a></span> - Constructor for class org.simgrid.surf.<a href="./org/simgrid/surf/LmmConstraint.html" title="class in org.simgrid.surf">LmmConstraint</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#LmmConstraint_getUsage(long,%20org.simgrid.surf.LmmConstraint)">LmmConstraint_getUsage(long, LmmConstraint)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/simgrid/surf/LmmVariable.html" title="class in org.simgrid.surf"><span class="strong">LmmVariable</span></a> - Class in <a href="./org/simgrid/surf/package-summary.html">org.simgrid.surf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/LmmVariable.html#LmmVariable(long,%20boolean)">LmmVariable(long, boolean)</a></span> - Constructor for class org.simgrid.surf.<a href="./org/simgrid/surf/LmmVariable.html" title="class in org.simgrid.surf">LmmVariable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/LmmVariable.html#LmmVariable()">LmmVariable()</a></span> - Constructor for class org.simgrid.surf.<a href="./org/simgrid/surf/LmmVariable.html" title="class in org.simgrid.surf">LmmVariable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#LmmVariable_getValue(long,%20org.simgrid.surf.LmmVariable)">LmmVariable_getValue(long, LmmVariable)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_M_">
<!--   -->
</a>
<h2 class="title">M</h2>
<dl>
<dt><span class="strong"><a href="./org/simgrid/msg/Msg.html#main(java.lang.String[])">main(String[])</a></span> - Static method in class org.simgrid.msg.<a href="./org/simgrid/msg/Msg.html" title="class in org.simgrid.msg">Msg</a></dt>
<dd>
<div class="block">Example launcher.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Process.html#main(java.lang.String[])">main(String[])</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/Process.html" title="class in org.simgrid.msg">Process</a></dt>
<dd>
<div class="block">The main function of the process (to implement).</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/NativeLib.html#main(java.lang.String[])">main(String[])</a></span> - Static method in class org.simgrid.<a href="./org/simgrid/NativeLib.html" title="class in org.simgrid">NativeLib</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Process.html#migrate(org.simgrid.msg.Host)">migrate(Host)</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/Process.html" title="class in org.simgrid.msg">Process</a></dt>
<dd>
<div class="block">Migrates a process to another host.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/VM.html#migrate(org.simgrid.msg.Host)">migrate(Host)</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/VM.html" title="class in org.simgrid.msg">VM</a></dt>
<dd>
<div class="block">Change the host on which all processes are running
 (pre-copy is implemented)</div>
</dd>
<dt><a href="./org/simgrid/surf/Model.html" title="class in org.simgrid.surf"><span class="strong">Model</span></a> - Class in <a href="./org/simgrid/surf/package-summary.html">org.simgrid.surf</a></dt>
<dd>
<div class="block">A component (e.g., Cpu, Network, Storage, ...) is composed of three classes:
 
   Model: It handle the interactions between resoucses and actions
   Resource: A resource used by the model (e.g., a cpu, a network link)
   Action: An action generated by the resources (e.g., execution, communication)
 </div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Model.html#Model(long,%20boolean)">Model(long, boolean)</a></span> - Constructor for class org.simgrid.surf.<a href="./org/simgrid/surf/Model.html" title="class in org.simgrid.surf">Model</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#Model_addTraces(long,%20org.simgrid.surf.Model)">Model_addTraces(long, Model)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#Model_getName(long,%20org.simgrid.surf.Model)">Model_getName(long, Model)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#Model_getRunningActionSet(long,%20org.simgrid.surf.Model)">Model_getRunningActionSet(long, Model)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#Model_shareResources(long,%20org.simgrid.surf.Model,%20double)">Model_shareResources(long, Model, double)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#Model_shareResourcesFull(long,%20org.simgrid.surf.Model,%20double)">Model_shareResourcesFull(long, Model, double)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#Model_shareResourcesLazy(long,%20org.simgrid.surf.Model,%20double)">Model_shareResourcesLazy(long, Model, double)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#Model_updateActionsState(long,%20org.simgrid.surf.Model,%20double,%20double)">Model_updateActionsState(long, Model, double, double)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#Model_updateActionsStateFull(long,%20org.simgrid.surf.Model,%20double,%20double)">Model_updateActionsStateFull(long, Model, double, double)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#Model_updateActionsStateLazy(long,%20org.simgrid.surf.Model,%20double,%20double)">Model_updateActionsStateLazy(long, Model, double, double)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/simgrid/msg/Msg.html" title="class in org.simgrid.msg"><span class="strong">Msg</span></a> - Class in <a href="./org/simgrid/msg/package-summary.html">org.simgrid.msg</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Msg.html#Msg()">Msg()</a></span> - Constructor for class org.simgrid.msg.<a href="./org/simgrid/msg/Msg.html" title="class in org.simgrid.msg">Msg</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/simgrid/msg/MsgException.html" title="class in org.simgrid.msg"><span class="strong">MsgException</span></a> - Exception in <a href="./org/simgrid/msg/package-summary.html">org.simgrid.msg</a></dt>
<dd>
<div class="block">This exception is an abstract class grouping all MSG-related exceptions

  <!--
    DOXYGEN_NAVBAR_CHILD "HostNotFoundException"=classsimgrid_1_1msg_1_1HostNotFoundException.html
    DOXYGEN_NAVBAR_CHILD "JniException"=classsimgrid_1_1msg_1_1JniException.html
    DOXYGEN_NAVBAR_CHILD "NativeException"=classsimgrid_1_1msg_1_1NativeException.html
    DOXYGEN_NAVBAR_CHILD "ProcessNotFoundException"=classsimgrid_1_1msg_1_1ProcessNotFoundException.html
  --></div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/MsgException.html#MsgException()">MsgException()</a></span> - Constructor for exception org.simgrid.msg.<a href="./org/simgrid/msg/MsgException.html" title="class in org.simgrid.msg">MsgException</a></dt>
<dd>
<div class="block">Constructs an <code>MsgException</code> without a 
 detail message.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/MsgException.html#MsgException(java.lang.String)">MsgException(String)</a></span> - Constructor for exception org.simgrid.msg.<a href="./org/simgrid/msg/MsgException.html" title="class in org.simgrid.msg">MsgException</a></dt>
<dd>
<div class="block">Constructs an <code>MsgException</code> with a detail message.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Process.html#msgName()">msgName()</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/Process.html" title="class in org.simgrid.msg">Process</a></dt>
<dd>
<div class="block">Returns the name of the process</div>
</dd>
<dt><a href="./org/simgrid/msg/Mutex.html" title="class in org.simgrid.msg"><span class="strong">Mutex</span></a> - Class in <a href="./org/simgrid/msg/package-summary.html">org.simgrid.msg</a></dt>
<dd>
<div class="block">A mutex  implemented on top of SimGrid synchronization mechanisms.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Mutex.html#Mutex()">Mutex()</a></span> - Constructor for class org.simgrid.msg.<a href="./org/simgrid/msg/Mutex.html" title="class in org.simgrid.msg">Mutex</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_N_">
<!--   -->
</a>
<h2 class="title">N</h2>
<dl>
<dt><span class="strong"><a href="./org/simgrid/msg/Host.html#name">name</a></span> - Variable in class org.simgrid.msg.<a href="./org/simgrid/msg/Host.html" title="class in org.simgrid.msg">Host</a></dt>
<dd>
<div class="block">Host name</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Process.html#name">name</a></span> - Variable in class org.simgrid.msg.<a href="./org/simgrid/msg/Process.html" title="class in org.simgrid.msg">Process</a></dt>
<dd>
<div class="block">The name of the process.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Task.html#name">name</a></span> - Variable in class org.simgrid.msg.<a href="./org/simgrid/msg/Task.html" title="class in org.simgrid.msg">Task</a></dt>
<dd>
<div class="block">Task name</div>
</dd>
<dt><a href="./org/simgrid/msg/NativeException.html" title="class in org.simgrid.msg"><span class="strong">NativeException</span></a> - Exception in <a href="./org/simgrid/msg/package-summary.html">org.simgrid.msg</a></dt>
<dd>
<div class="block">This exception is raised when there is an error within the C world of SimGrid.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/NativeException.html#NativeException(java.lang.String)">NativeException(String)</a></span> - Constructor for exception org.simgrid.msg.<a href="./org/simgrid/msg/NativeException.html" title="class in org.simgrid.msg">NativeException</a></dt>
<dd>
<div class="block">Constructs an <code>NativeException</code> with a detail message.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/As.html#nativeInit()">nativeInit()</a></span> - Static method in class org.simgrid.msg.<a href="./org/simgrid/msg/As.html" title="class in org.simgrid.msg">As</a></dt>
<dd>
<div class="block">Class initializer, to initialize various JNI stuff</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Comm.html#nativeInit()">nativeInit()</a></span> - Static method in class org.simgrid.msg.<a href="./org/simgrid/msg/Comm.html" title="class in org.simgrid.msg">Comm</a></dt>
<dd>
<div class="block">Class initializer, to initialize various JNI stuff</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/File.html#nativeInit()">nativeInit()</a></span> - Static method in class org.simgrid.msg.<a href="./org/simgrid/msg/File.html" title="class in org.simgrid.msg">File</a></dt>
<dd>
<div class="block">Class initializer, to initialize various JNI stuff</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Host.html#nativeInit()">nativeInit()</a></span> - Static method in class org.simgrid.msg.<a href="./org/simgrid/msg/Host.html" title="class in org.simgrid.msg">Host</a></dt>
<dd>
<div class="block">Class initializer, to initialize various JNI stuff</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Msg.html#nativeInit()">nativeInit()</a></span> - Static method in class org.simgrid.msg.<a href="./org/simgrid/msg/Msg.html" title="class in org.simgrid.msg">Msg</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Mutex.html#nativeInit()">nativeInit()</a></span> - Static method in class org.simgrid.msg.<a href="./org/simgrid/msg/Mutex.html" title="class in org.simgrid.msg">Mutex</a></dt>
<dd>
<div class="block">Class initializer, to initialize various JNI stuff</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Process.html#nativeInit()">nativeInit()</a></span> - Static method in class org.simgrid.msg.<a href="./org/simgrid/msg/Process.html" title="class in org.simgrid.msg">Process</a></dt>
<dd>
<div class="block">Class initializer, to initialize various JNI stuff</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/RngStream.html#nativeInit()">nativeInit()</a></span> - Static method in class org.simgrid.msg.<a href="./org/simgrid/msg/RngStream.html" title="class in org.simgrid.msg">RngStream</a></dt>
<dd>
<div class="block">Class initializer, to initialize various JNI stuff</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Semaphore.html#nativeInit()">nativeInit()</a></span> - Static method in class org.simgrid.msg.<a href="./org/simgrid/msg/Semaphore.html" title="class in org.simgrid.msg">Semaphore</a></dt>
<dd>
<div class="block">Class initializer, to initialize various JNI stuff</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Task.html#nativeInit()">nativeInit()</a></span> - Static method in class org.simgrid.msg.<a href="./org/simgrid/msg/Task.html" title="class in org.simgrid.msg">Task</a></dt>
<dd>
<div class="block">Class initializer, to initialize various JNI stuff</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/VM.html#nativeInit()">nativeInit()</a></span> - Static method in class org.simgrid.msg.<a href="./org/simgrid/msg/VM.html" title="class in org.simgrid.msg">VM</a></dt>
<dd>
<div class="block">Class initializer, to initialize various JNI stuff</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/NativeLib.html#nativeInit(java.lang.String)">nativeInit(String)</a></span> - Static method in class org.simgrid.<a href="./org/simgrid/NativeLib.html" title="class in org.simgrid">NativeLib</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/simgrid/NativeLib.html" title="class in org.simgrid"><span class="strong">NativeLib</span></a> - Class in <a href="./org/simgrid/package-summary.html">org.simgrid</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/NativeLib.html#NativeLib()">NativeLib()</a></span> - Constructor for class org.simgrid.<a href="./org/simgrid/NativeLib.html" title="class in org.simgrid">NativeLib</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/simgrid/surf/NetworkAction.html" title="class in org.simgrid.surf"><span class="strong">NetworkAction</span></a> - Class in <a href="./org/simgrid/surf/package-summary.html">org.simgrid.surf</a></dt>
<dd>
<div class="block">An network action created by network model</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/NetworkAction.html#NetworkAction(long,%20boolean)">NetworkAction(long, boolean)</a></span> - Constructor for class org.simgrid.surf.<a href="./org/simgrid/surf/NetworkAction.html" title="class in org.simgrid.surf">NetworkAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#NetworkAction_getLatency(long,%20org.simgrid.surf.NetworkAction)">NetworkAction_getLatency(long, NetworkAction)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#NetworkAction_SWIGUpcast(long)">NetworkAction_SWIGUpcast(long)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Plugin.html#networkActionStateChangedCallback(org.simgrid.surf.NetworkAction,%20org.simgrid.surf.ActionState,%20org.simgrid.surf.ActionState)">networkActionStateChangedCallback(NetworkAction, ActionState, ActionState)</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/Plugin.html" title="class in org.simgrid.surf">Plugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Plugin.html#networkCommunicateCallback(org.simgrid.surf.NetworkAction,%20org.simgrid.surf.RoutingEdge,%20org.simgrid.surf.RoutingEdge,%20double,%20double)">networkCommunicateCallback(NetworkAction, RoutingEdge, RoutingEdge, double, double)</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/Plugin.html" title="class in org.simgrid.surf">Plugin</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/simgrid/surf/NetworkLink.html" title="class in org.simgrid.surf"><span class="strong">NetworkLink</span></a> - Class in <a href="./org/simgrid/surf/package-summary.html">org.simgrid.surf</a></dt>
<dd>
<div class="block">A generic resource for the network component</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/NetworkLink.html#NetworkLink(long,%20boolean)">NetworkLink(long, boolean)</a></span> - Constructor for class org.simgrid.surf.<a href="./org/simgrid/surf/NetworkLink.html" title="class in org.simgrid.surf">NetworkLink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#NetworkLink_getBandwidth(long,%20org.simgrid.surf.NetworkLink)">NetworkLink_getBandwidth(long, NetworkLink)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#NetworkLink_getLatency(long,%20org.simgrid.surf.NetworkLink)">NetworkLink_getLatency(long, NetworkLink)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#NetworkLink_SWIGUpcast(long)">NetworkLink_SWIGUpcast(long)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#NetworkLink_updateBandwidth__SWIG_0(long,%20org.simgrid.surf.NetworkLink,%20double,%20double)">NetworkLink_updateBandwidth__SWIG_0(long, NetworkLink, double, double)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#NetworkLink_updateBandwidth__SWIG_1(long,%20org.simgrid.surf.NetworkLink,%20double)">NetworkLink_updateBandwidth__SWIG_1(long, NetworkLink, double)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#NetworkLink_updateLatency__SWIG_0(long,%20org.simgrid.surf.NetworkLink,%20double,%20double)">NetworkLink_updateLatency__SWIG_0(long, NetworkLink, double, double)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#NetworkLink_updateLatency__SWIG_1(long,%20org.simgrid.surf.NetworkLink,%20double)">NetworkLink_updateLatency__SWIG_1(long, NetworkLink, double)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Plugin.html#networkLinkCreatedCallback(org.simgrid.surf.NetworkLink)">networkLinkCreatedCallback(NetworkLink)</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/Plugin.html" title="class in org.simgrid.surf">Plugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Plugin.html#networkLinkDestructedCallback(org.simgrid.surf.NetworkLink)">networkLinkDestructedCallback(NetworkLink)</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/Plugin.html" title="class in org.simgrid.surf">Plugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Plugin.html#networkLinkStateChangedCallback(org.simgrid.surf.NetworkLink,%20org.simgrid.surf.ResourceState,%20org.simgrid.surf.ResourceState)">networkLinkStateChangedCallback(NetworkLink, ResourceState, ResourceState)</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/Plugin.html" title="class in org.simgrid.surf">Plugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#new_Action(long,%20org.simgrid.surf.Model,%20double,%20boolean)">new_Action(long, Model, double, boolean)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#new_ActionList()">new_ActionList()</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#new_Cpu__SWIG_0(long,%20org.simgrid.surf.Model,%20java.lang.String,%20long,%20org.simgrid.surf.XbtDict,%20long,%20org.simgrid.surf.LmmConstraint,%20int,%20double,%20double)">new_Cpu__SWIG_0(long, Model, String, long, XbtDict, long, LmmConstraint, int, double, double)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#new_Cpu__SWIG_1(long,%20org.simgrid.surf.Model,%20java.lang.String,%20long,%20org.simgrid.surf.XbtDict,%20int,%20double,%20double)">new_Cpu__SWIG_1(long, Model, String, long, XbtDict, int, double, double)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#new_CpuAction(long,%20org.simgrid.surf.Model,%20double,%20boolean)">new_CpuAction(long, Model, double, boolean)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#new_CpuModel(java.lang.String)">new_CpuModel(String)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#new_LmmConstraint()">new_LmmConstraint()</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#new_LmmVariable()">new_LmmVariable()</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#new_Plugin()">new_Plugin()</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#new_XbtDict()">new_XbtDict()</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Process.html#nextProcessId">nextProcessId</a></span> - Static variable in class org.simgrid.msg.<a href="./org/simgrid/msg/Process.html" title="class in org.simgrid.msg">Process</a></dt>
<dd>
<div class="block">Even if this attribute is public you must never access to it.</div>
</dd>
</dl>
<a name="_O_">
<!--   -->
</a>
<h2 class="title">O</h2>
<dl>
<dt><span class="strong"><a href="./org/simgrid/msg/Host.html#off()">off()</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/Host.html" title="class in org.simgrid.msg">Host</a></dt>
<dd>
<div class="block">This method stop the host if it is on</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Host.html#on()">on()</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/Host.html" title="class in org.simgrid.msg">Host</a></dt>
<dd>
<div class="block">This method start the host if it is off</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/File.html#open(java.lang.String,%20java.lang.String)">open(String, String)</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/File.html" title="class in org.simgrid.msg">File</a></dt>
<dd>
<div class="block">Opens the file whose name is the string pointed to by path.</div>
</dd>
<dt><a href="./org/simgrid/package-summary.html">org.simgrid</a> - package org.simgrid</dt>
<dd>&nbsp;</dd>
<dt><a href="./org/simgrid/msg/package-summary.html">org.simgrid.msg</a> - package org.simgrid.msg</dt>
<dd>&nbsp;</dd>
<dt><a href="./org/simgrid/surf/package-summary.html">org.simgrid.surf</a> - package org.simgrid.surf</dt>
<dd>&nbsp;</dd>
<dt><a href="./org/simgrid/trace/package-summary.html">org.simgrid.trace</a> - package org.simgrid.trace</dt>
<dd>&nbsp;</dd>
</dl>
<a name="_P_">
<!--   -->
</a>
<h2 class="title">P</h2>
<dl>
<dt><span class="strong"><a href="./org/simgrid/msg/Process.html#pause()">pause()</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/Process.html" title="class in org.simgrid.msg">Process</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span></div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Process.html#pid">pid</a></span> - Variable in class org.simgrid.msg.<a href="./org/simgrid/msg/Process.html" title="class in org.simgrid.msg">Process</a></dt>
<dd>
<div class="block">The PID of the process</div>
</dd>
<dt><a href="./org/simgrid/surf/Plugin.html" title="class in org.simgrid.surf"><span class="strong">Plugin</span></a> - Class in <a href="./org/simgrid/surf/package-summary.html">org.simgrid.surf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Plugin.html#Plugin(long,%20boolean)">Plugin(long, boolean)</a></span> - Constructor for class org.simgrid.surf.<a href="./org/simgrid/surf/Plugin.html" title="class in org.simgrid.surf">Plugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Plugin.html#Plugin()">Plugin()</a></span> - Constructor for class org.simgrid.surf.<a href="./org/simgrid/surf/Plugin.html" title="class in org.simgrid.surf">Plugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#Plugin_activateCpuActionStateChangedCallback(long,%20org.simgrid.surf.Plugin)">Plugin_activateCpuActionStateChangedCallback(long, Plugin)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#Plugin_activateCpuCreatedCallback(long,%20org.simgrid.surf.Plugin)">Plugin_activateCpuCreatedCallback(long, Plugin)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#Plugin_activateCpuDestructedCallback(long,%20org.simgrid.surf.Plugin)">Plugin_activateCpuDestructedCallback(long, Plugin)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#Plugin_activateCpuStateChangedCallback(long,%20org.simgrid.surf.Plugin)">Plugin_activateCpuStateChangedCallback(long, Plugin)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#Plugin_activateNetworkActionStateChangedCallback(long,%20org.simgrid.surf.Plugin)">Plugin_activateNetworkActionStateChangedCallback(long, Plugin)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#Plugin_activateNetworkCommunicateCallback(long,%20org.simgrid.surf.Plugin)">Plugin_activateNetworkCommunicateCallback(long, Plugin)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#Plugin_activateNetworkLinkCreatedCallback(long,%20org.simgrid.surf.Plugin)">Plugin_activateNetworkLinkCreatedCallback(long, Plugin)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#Plugin_activateNetworkLinkDestructedCallback(long,%20org.simgrid.surf.Plugin)">Plugin_activateNetworkLinkDestructedCallback(long, Plugin)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#Plugin_activateNetworkLinkStateChangedCallback(long,%20org.simgrid.surf.Plugin)">Plugin_activateNetworkLinkStateChangedCallback(long, Plugin)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#Plugin_change_ownership(org.simgrid.surf.Plugin,%20long,%20boolean)">Plugin_change_ownership(Plugin, long, boolean)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#Plugin_cpuActionStateChangedCallback(long,%20org.simgrid.surf.Plugin,%20long,%20org.simgrid.surf.CpuAction,%20int,%20int)">Plugin_cpuActionStateChangedCallback(long, Plugin, long, CpuAction, int, int)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#Plugin_cpuActionStateChangedCallbackSwigExplicitPlugin(long,%20org.simgrid.surf.Plugin,%20long,%20org.simgrid.surf.CpuAction,%20int,%20int)">Plugin_cpuActionStateChangedCallbackSwigExplicitPlugin(long, Plugin, long, CpuAction, int, int)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#Plugin_cpuCreatedCallback(long,%20org.simgrid.surf.Plugin,%20long,%20org.simgrid.surf.Cpu)">Plugin_cpuCreatedCallback(long, Plugin, long, Cpu)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#Plugin_cpuCreatedCallbackSwigExplicitPlugin(long,%20org.simgrid.surf.Plugin,%20long,%20org.simgrid.surf.Cpu)">Plugin_cpuCreatedCallbackSwigExplicitPlugin(long, Plugin, long, Cpu)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#Plugin_cpuDestructedCallback(long,%20org.simgrid.surf.Plugin,%20long,%20org.simgrid.surf.Cpu)">Plugin_cpuDestructedCallback(long, Plugin, long, Cpu)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#Plugin_cpuDestructedCallbackSwigExplicitPlugin(long,%20org.simgrid.surf.Plugin,%20long,%20org.simgrid.surf.Cpu)">Plugin_cpuDestructedCallbackSwigExplicitPlugin(long, Plugin, long, Cpu)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#Plugin_cpuStateChangedCallback(long,%20org.simgrid.surf.Plugin,%20long,%20org.simgrid.surf.Cpu,%20int,%20int)">Plugin_cpuStateChangedCallback(long, Plugin, long, Cpu, int, int)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#Plugin_cpuStateChangedCallbackSwigExplicitPlugin(long,%20org.simgrid.surf.Plugin,%20long,%20org.simgrid.surf.Cpu,%20int,%20int)">Plugin_cpuStateChangedCallbackSwigExplicitPlugin(long, Plugin, long, Cpu, int, int)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#Plugin_director_connect(org.simgrid.surf.Plugin,%20long,%20boolean,%20boolean)">Plugin_director_connect(Plugin, long, boolean, boolean)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#Plugin_networkActionStateChangedCallback(long,%20org.simgrid.surf.Plugin,%20long,%20org.simgrid.surf.NetworkAction,%20int,%20int)">Plugin_networkActionStateChangedCallback(long, Plugin, long, NetworkAction, int, int)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#Plugin_networkActionStateChangedCallbackSwigExplicitPlugin(long,%20org.simgrid.surf.Plugin,%20long,%20org.simgrid.surf.NetworkAction,%20int,%20int)">Plugin_networkActionStateChangedCallbackSwigExplicitPlugin(long, Plugin, long, NetworkAction, int, int)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#Plugin_networkCommunicateCallback(long,%20org.simgrid.surf.Plugin,%20long,%20org.simgrid.surf.NetworkAction,%20long,%20org.simgrid.surf.RoutingEdge,%20long,%20org.simgrid.surf.RoutingEdge,%20double,%20double)">Plugin_networkCommunicateCallback(long, Plugin, long, NetworkAction, long, RoutingEdge, long, RoutingEdge, double, double)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#Plugin_networkCommunicateCallbackSwigExplicitPlugin(long,%20org.simgrid.surf.Plugin,%20long,%20org.simgrid.surf.NetworkAction,%20long,%20org.simgrid.surf.RoutingEdge,%20long,%20org.simgrid.surf.RoutingEdge,%20double,%20double)">Plugin_networkCommunicateCallbackSwigExplicitPlugin(long, Plugin, long, NetworkAction, long, RoutingEdge, long, RoutingEdge, double, double)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#Plugin_networkLinkCreatedCallback(long,%20org.simgrid.surf.Plugin,%20long,%20org.simgrid.surf.NetworkLink)">Plugin_networkLinkCreatedCallback(long, Plugin, long, NetworkLink)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#Plugin_networkLinkCreatedCallbackSwigExplicitPlugin(long,%20org.simgrid.surf.Plugin,%20long,%20org.simgrid.surf.NetworkLink)">Plugin_networkLinkCreatedCallbackSwigExplicitPlugin(long, Plugin, long, NetworkLink)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#Plugin_networkLinkDestructedCallback(long,%20org.simgrid.surf.Plugin,%20long,%20org.simgrid.surf.NetworkLink)">Plugin_networkLinkDestructedCallback(long, Plugin, long, NetworkLink)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#Plugin_networkLinkDestructedCallbackSwigExplicitPlugin(long,%20org.simgrid.surf.Plugin,%20long,%20org.simgrid.surf.NetworkLink)">Plugin_networkLinkDestructedCallbackSwigExplicitPlugin(long, Plugin, long, NetworkLink)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#Plugin_networkLinkStateChangedCallback(long,%20org.simgrid.surf.Plugin,%20long,%20org.simgrid.surf.NetworkLink,%20int,%20int)">Plugin_networkLinkStateChangedCallback(long, Plugin, long, NetworkLink, int, int)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#Plugin_networkLinkStateChangedCallbackSwigExplicitPlugin(long,%20org.simgrid.surf.Plugin,%20long,%20org.simgrid.surf.NetworkLink,%20int,%20int)">Plugin_networkLinkStateChangedCallbackSwigExplicitPlugin(long, Plugin, long, NetworkLink, int, int)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Process.html#ppid">ppid</a></span> - Variable in class org.simgrid.msg.<a href="./org/simgrid/msg/Process.html" title="class in org.simgrid.msg">Process</a></dt>
<dd>
<div class="block">The PPID of the process</div>
</dd>
<dt><a href="./org/simgrid/msg/Process.html" title="class in org.simgrid.msg"><span class="strong">Process</span></a> - Class in <a href="./org/simgrid/msg/package-summary.html">org.simgrid.msg</a></dt>
<dd>
<div class="block">A process may be defined as a code, with some private data, executing 
 in a location (host).</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Process.html#Process()">Process()</a></span> - Constructor for class org.simgrid.msg.<a href="./org/simgrid/msg/Process.html" title="class in org.simgrid.msg">Process</a></dt>
<dd>
<div class="block">Default constructor</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Process.html#Process(java.lang.String,%20java.lang.String)">Process(String, String)</a></span> - Constructor for class org.simgrid.msg.<a href="./org/simgrid/msg/Process.html" title="class in org.simgrid.msg">Process</a></dt>
<dd>
<div class="block">Constructs a new process from the name of a host and his name.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Process.html#Process(java.lang.String,%20java.lang.String,%20java.lang.String[])">Process(String, String, String[])</a></span> - Constructor for class org.simgrid.msg.<a href="./org/simgrid/msg/Process.html" title="class in org.simgrid.msg">Process</a></dt>
<dd>
<div class="block">Constructs a new process from the name of a host and his name.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Process.html#Process(org.simgrid.msg.Host,%20java.lang.String)">Process(Host, String)</a></span> - Constructor for class org.simgrid.msg.<a href="./org/simgrid/msg/Process.html" title="class in org.simgrid.msg">Process</a></dt>
<dd>
<div class="block">Constructs a new process from a host and his name.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Process.html#Process(org.simgrid.msg.Host,%20java.lang.String,%20java.lang.String[])">Process(Host, String, String[])</a></span> - Constructor for class org.simgrid.msg.<a href="./org/simgrid/msg/Process.html" title="class in org.simgrid.msg">Process</a></dt>
<dd>
<div class="block">Constructs a new process from a host and his name, the arguments of here method function are
 specified by the parameter args.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Process.html#Process(org.simgrid.msg.Host,%20java.lang.String,%20java.lang.String[],%20double,%20double)">Process(Host, String, String[], double, double)</a></span> - Constructor for class org.simgrid.msg.<a href="./org/simgrid/msg/Process.html" title="class in org.simgrid.msg">Process</a></dt>
<dd>
<div class="block">Constructs a new process from a host and his name, the arguments of here method function are
 specified by the parameter args.</div>
</dd>
<dt><a href="./org/simgrid/msg/ProcessKilledError.html" title="class in org.simgrid.msg"><span class="strong">ProcessKilledError</span></a> - Error in <a href="./org/simgrid/msg/package-summary.html">org.simgrid.msg</a></dt>
<dd>
<div class="block">This error class is only used to interrupt the java user code 
 when the process gets killed by an external event.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/ProcessKilledError.html#ProcessKilledError(java.lang.String)">ProcessKilledError(String)</a></span> - Constructor for error org.simgrid.msg.<a href="./org/simgrid/msg/ProcessKilledError.html" title="class in org.simgrid.msg">ProcessKilledError</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/simgrid/msg/ProcessNotFoundException.html" title="class in org.simgrid.msg"><span class="strong">ProcessNotFoundException</span></a> - Exception in <a href="./org/simgrid/msg/package-summary.html">org.simgrid.msg</a></dt>
<dd>
<div class="block">This exception is raised when looking for a non-existing process.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/ProcessNotFoundException.html#ProcessNotFoundException()">ProcessNotFoundException()</a></span> - Constructor for exception org.simgrid.msg.<a href="./org/simgrid/msg/ProcessNotFoundException.html" title="class in org.simgrid.msg">ProcessNotFoundException</a></dt>
<dd>
<div class="block">Constructs an <code>ProcessNotFoundException</code> without a 
 detail message.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/ProcessNotFoundException.html#ProcessNotFoundException(java.lang.String)">ProcessNotFoundException(String)</a></span> - Constructor for exception org.simgrid.msg.<a href="./org/simgrid/msg/ProcessNotFoundException.html" title="class in org.simgrid.msg">ProcessNotFoundException</a></dt>
<dd>
<div class="block">Constructs an <code>ProcessNotFoundException</code> with a detail message.</div>
</dd>
</dl>
<a name="_R_">
<!--   -->
</a>
<h2 class="title">R</h2>
<dl>
<dt><span class="strong"><a href="./org/simgrid/msg/RngStream.html#randInt(int,%20int)">randInt(int, int)</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/RngStream.html" title="class in org.simgrid.msg">RngStream</a></dt>
<dd>
<div class="block">Returns a (pseudo)random number from the discrete uniform distribution over the integers
 {i, i + 1, .</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/RngStream.html#randU01()">randU01()</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/RngStream.html" title="class in org.simgrid.msg">RngStream</a></dt>
<dd>
<div class="block">Returns a (pseudo)random number from the uniform distribution over the interval (0, 1), after advancing the state by one step.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/File.html#read(long,%20long)">read(long, long)</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/File.html" title="class in org.simgrid.msg">File</a></dt>
<dd>
<div class="block">Read elements of a file.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Task.html#receive(java.lang.String)">receive(String)</a></span> - Static method in class org.simgrid.msg.<a href="./org/simgrid/msg/Task.html" title="class in org.simgrid.msg">Task</a></dt>
<dd>
<div class="block">Retrieves next task from the mailbox identified by the specified name</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Task.html#receive(java.lang.String,%20double)">receive(String, double)</a></span> - Static method in class org.simgrid.msg.<a href="./org/simgrid/msg/Task.html" title="class in org.simgrid.msg">Task</a></dt>
<dd>
<div class="block">Retrieves next task on the mailbox identified by the specified name (wait at most \a timeout seconds)</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Task.html#receive(java.lang.String,%20org.simgrid.msg.Host)">receive(String, Host)</a></span> - Static method in class org.simgrid.msg.<a href="./org/simgrid/msg/Task.html" title="class in org.simgrid.msg">Task</a></dt>
<dd>
<div class="block">Retrieves next task sent by a given host on the mailbox identified by the specified alias</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Task.html#receive(java.lang.String,%20double,%20org.simgrid.msg.Host)">receive(String, double, Host)</a></span> - Static method in class org.simgrid.msg.<a href="./org/simgrid/msg/Task.html" title="class in org.simgrid.msg">Task</a></dt>
<dd>
<div class="block">Retrieves next task sent by a given host on the mailbox identified by the specified alias (wait at most \a timeout seconds)</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Task.html#receiveBounded(java.lang.String,%20double)">receiveBounded(String, double)</a></span> - Static method in class org.simgrid.msg.<a href="./org/simgrid/msg/Task.html" title="class in org.simgrid.msg">Task</a></dt>
<dd>
<div class="block">Retrieves next task from the mailbox identified by the specified name with a capped rate</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Task.html#receiveBounded(java.lang.String,%20double,%20double)">receiveBounded(String, double, double)</a></span> - Static method in class org.simgrid.msg.<a href="./org/simgrid/msg/Task.html" title="class in org.simgrid.msg">Task</a></dt>
<dd>
<div class="block">Retrieves next task on the mailbox identified by the specified name (wait at most \a timeout seconds) with a capped rate</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Task.html#receiveBounded(java.lang.String,%20org.simgrid.msg.Host,%20double)">receiveBounded(String, Host, double)</a></span> - Static method in class org.simgrid.msg.<a href="./org/simgrid/msg/Task.html" title="class in org.simgrid.msg">Task</a></dt>
<dd>
<div class="block">Retrieves next task sent by a given host on the mailbox identified by the specified alias with a capped rate</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Task.html#receiveBounded(java.lang.String,%20double,%20org.simgrid.msg.Host,%20double)">receiveBounded(String, double, Host, double)</a></span> - Static method in class org.simgrid.msg.<a href="./org/simgrid/msg/Task.html" title="class in org.simgrid.msg">Task</a></dt>
<dd>
<div class="block">Retrieves next task sent by a given host on the mailbox identified by the specified alias (wait at most \a timeout seconds)
 with a capped rate</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Comm.html#receiving">receiving</a></span> - Variable in class org.simgrid.msg.<a href="./org/simgrid/msg/Comm.html" title="class in org.simgrid.msg">Comm</a></dt>
<dd>
<div class="block">Indicates if the communication is a receiving communication</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Mutex.html#release()">release()</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/Mutex.html" title="class in org.simgrid.msg">Mutex</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Semaphore.html#release()">release()</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/Semaphore.html" title="class in org.simgrid.msg">Semaphore</a></dt>
<dd>
<div class="block">Releases the semaphore object</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/RngStream.html#resetNextSubstream()">resetNextSubstream()</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/RngStream.html" title="class in org.simgrid.msg">RngStream</a></dt>
<dd>
<div class="block">Reinitializes the stream g to the beginning of its next substream: Ng is computed, and Cg and
 Bg are set to Ng .</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/RngStream.html#resetStart()">resetStart()</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/RngStream.html" title="class in org.simgrid.msg">RngStream</a></dt>
<dd>
<div class="block">Reinitializes the stream g to its initial state: Cg and Bg are set to Ig .</div>
</dd>
<dt><a href="./org/simgrid/surf/Resource.html" title="class in org.simgrid.surf"><span class="strong">Resource</span></a> - Class in <a href="./org/simgrid/surf/package-summary.html">org.simgrid.surf</a></dt>
<dd>
<div class="block">A resource used by a model (e.g., a cpu, a network link)</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Resource.html#Resource(long,%20boolean)">Resource(long, boolean)</a></span> - Constructor for class org.simgrid.surf.<a href="./org/simgrid/surf/Resource.html" title="class in org.simgrid.surf">Resource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#Resource_getConstraint(long,%20org.simgrid.surf.Resource)">Resource_getConstraint(long, Resource)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#Resource_getModel(long,%20org.simgrid.surf.Resource)">Resource_getModel(long, Resource)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#Resource_getName(long,%20org.simgrid.surf.Resource)">Resource_getName(long, Resource)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#Resource_getProperties(long,%20org.simgrid.surf.Resource)">Resource_getProperties(long, Resource)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#Resource_getState(long,%20org.simgrid.surf.Resource)">Resource_getState(long, Resource)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#Resource_isUsed(long,%20org.simgrid.surf.Resource)">Resource_isUsed(long, Resource)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#Resource_updateState(long,%20org.simgrid.surf.Resource,%20long,%20org.simgrid.surf.TmgrTraceEvent,%20double,%20double)">Resource_updateState(long, Resource, long, TmgrTraceEvent, double, double)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/simgrid/surf/ResourceState.html" title="class in org.simgrid.surf"><span class="strong">ResourceState</span></a> - Class in <a href="./org/simgrid/surf/package-summary.html">org.simgrid.surf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Process.html#restart()">restart()</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/Process.html" title="class in org.simgrid.msg">Process</a></dt>
<dd>
<div class="block">Restarts the process from the beginning</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/RngStream.html#restartStartSubstream()">restartStartSubstream()</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/RngStream.html" title="class in org.simgrid.msg">RngStream</a></dt>
<dd>
<div class="block">Reinitializes the stream g to the beginning of its current substream: Cg is set to Bg .</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/VM.html#restore()">restore()</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/VM.html" title="class in org.simgrid.msg">VM</a></dt>
<dd>
<div class="block">Immediately resumes the execution of all processes previously saved 
 within the given VM
  Not yet implemented (for the moment it behaves like resume)

 No resume cost occurs.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Process.html#resume()">resume()</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/Process.html" title="class in org.simgrid.msg">Process</a></dt>
<dd>
<div class="block">Resumes a suspended process by resuming the task on which it was
 waiting for the completion.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/VM.html#resume()">resume()</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/VM.html" title="class in org.simgrid.msg">VM</a></dt>
<dd>
<div class="block">Immediately resumes the execution of all processes within the given VM

 No resume cost occurs.</div>
</dd>
<dt><a href="./org/simgrid/msg/RngStream.html" title="class in org.simgrid.msg"><span class="strong">RngStream</span></a> - Class in <a href="./org/simgrid/msg/package-summary.html">org.simgrid.msg</a></dt>
<dd>
<div class="block">Export of RngStreams for Java</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/RngStream.html#RngStream()">RngStream()</a></span> - Constructor for class org.simgrid.msg.<a href="./org/simgrid/msg/RngStream.html" title="class in org.simgrid.msg">RngStream</a></dt>
<dd>
<div class="block">Creates and returns a new stream without identifier.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/RngStream.html#RngStream(java.lang.String)">RngStream(String)</a></span> - Constructor for class org.simgrid.msg.<a href="./org/simgrid/msg/RngStream.html" title="class in org.simgrid.msg">RngStream</a></dt>
<dd>
<div class="block">Creates and returns a new stream with identifier "name".</div>
</dd>
<dt><a href="./org/simgrid/surf/RoutingEdge.html" title="class in org.simgrid.surf"><span class="strong">RoutingEdge</span></a> - Class in <a href="./org/simgrid/surf/package-summary.html">org.simgrid.surf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/RoutingEdge.html#RoutingEdge(long,%20boolean)">RoutingEdge(long, boolean)</a></span> - Constructor for class org.simgrid.surf.<a href="./org/simgrid/surf/RoutingEdge.html" title="class in org.simgrid.surf">RoutingEdge</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#RoutingEdge_getName(long,%20org.simgrid.surf.RoutingEdge)">RoutingEdge_getName(long, RoutingEdge)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Msg.html#run()">run()</a></span> - Static method in class org.simgrid.msg.<a href="./org/simgrid/msg/Msg.html" title="class in org.simgrid.msg">Msg</a></dt>
<dd>
<div class="block">Run the MSG simulation.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Process.html#run()">run()</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/Process.html" title="class in org.simgrid.msg">Process</a></dt>
<dd>
<div class="block">This method runs the process.</div>
</dd>
</dl>
<a name="_S_">
<!--   -->
</a>
<h2 class="title">S</h2>
<dl>
<dt><span class="strong"><a href="./org/simgrid/msg/VM.html#save()">save()</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/VM.html" title="class in org.simgrid.msg">VM</a></dt>
<dd>
<div class="block">Immediately suspend the execution of all processes within the given VM 
  and save its state on the persistent HDD
  Not yet implemented (for the moment it behaves like suspend)
  No suspension cost occurs.</div>
</dd>
<dt><a href="./org/simgrid/msg/Semaphore.html" title="class in org.simgrid.msg"><span class="strong">Semaphore</span></a> - Class in <a href="./org/simgrid/msg/package-summary.html">org.simgrid.msg</a></dt>
<dd>
<div class="block">A semaphore implemented on top of SimGrid synchronization mechanisms.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Semaphore.html#Semaphore(int)">Semaphore(int)</a></span> - Constructor for class org.simgrid.msg.<a href="./org/simgrid/msg/Semaphore.html" title="class in org.simgrid.msg">Semaphore</a></dt>
<dd>
<div class="block">Creates a new semaphore with the given capacity.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Task.html#send(java.lang.String)">send(String)</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/Task.html" title="class in org.simgrid.msg">Task</a></dt>
<dd>
<div class="block">Sends the task on the mailbox identified by the specified name</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Task.html#send(java.lang.String,%20double)">send(String, double)</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/Task.html" title="class in org.simgrid.msg">Task</a></dt>
<dd>
<div class="block">Sends the task on the mailbox identified by the specified name (wait at most \a timeout seconds)</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Task.html#sendBounded(java.lang.String,%20double)">sendBounded(String, double)</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/Task.html" title="class in org.simgrid.msg">Task</a></dt>
<dd>
<div class="block">Sends the task on the mailbox identified by the specified alias  (capping the sending rate to \a maxrate)</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Task.html#sendBounded(java.lang.String,%20double,%20double)">sendBounded(String, double, double)</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/Task.html" title="class in org.simgrid.msg">Task</a></dt>
<dd>
<div class="block">Sends the task on the mailbox identified by the specified alias  (capping the sending rate to \a maxrate) with a timeout</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/RngStream.html#setAntithetic(boolean)">setAntithetic(boolean)</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/RngStream.html" title="class in org.simgrid.msg">RngStream</a></dt>
<dd>
<div class="block">If a = true the stream g will start generating antithetic variates, i.e., 1 - U instead of U , until
  this method is called again with a = false.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Host.html#setAsyncMailbox(java.lang.String)">setAsyncMailbox(String)</a></span> - Static method in class org.simgrid.msg.<a href="./org/simgrid/msg/Host.html" title="class in org.simgrid.msg">Host</a></dt>
<dd>
<div class="block">This static method sets a mailbox to receive in asynchronous mode.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Process.html#setAutoRestart(boolean)">setAutoRestart(boolean)</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/Process.html" title="class in org.simgrid.msg">Process</a></dt>
<dd>
<div class="block">Sets the "auto-restart" flag of the process.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Task.html#setBound(double)">setBound(double)</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/Task.html" title="class in org.simgrid.msg">Task</a></dt>
<dd>
<div class="block">Bound a computation to a certain load</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/VM.html#setBound(int)">setBound(int)</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/VM.html" title="class in org.simgrid.msg">VM</a></dt>
<dd>
<div class="block">Bound the VM to a certain % of its vcpu capability (e.g.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Action.html#setBound(double)">setBound(double)</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/Action.html" title="class in org.simgrid.surf">Action</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Task.html#setComputeDuration(double)">setComputeDuration(double)</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/Task.html" title="class in org.simgrid.msg">Task</a></dt>
<dd>
<div class="block">Set the computation amount needed to process the task</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Surf.html#setCpu(java.lang.String,%20org.simgrid.surf.Cpu)">setCpu(String, Cpu)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/Surf.html" title="class in org.simgrid.surf">Surf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#setCpu(java.lang.String,%20long,%20org.simgrid.surf.Cpu)">setCpu(String, long, Cpu)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Surf.html#setCpuModel(org.simgrid.surf.CpuModel)">setCpuModel(CpuModel)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/Surf.html" title="class in org.simgrid.surf">Surf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#setCpuModel(long,%20org.simgrid.surf.CpuModel)">setCpuModel(long, CpuModel)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Host.html#setData(java.lang.Object)">setData(Object)</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/Host.html" title="class in org.simgrid.msg">Host</a></dt>
<dd>
<div class="block">Sets the data of the host.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Task.html#setDataSize(double)">setDataSize(double)</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/Task.html" title="class in org.simgrid.msg">Task</a></dt>
<dd>
<div class="block">Set the data size of the task</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Task.html#setId(java.lang.Long)">setId(Long)</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/Task.html" title="class in org.simgrid.msg">Task</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Process.html#setKillTime(double)">setKillTime(double)</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/Process.html" title="class in org.simgrid.msg">Process</a></dt>
<dd>
<div class="block">Set the kill time of the process</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Task.html#setName(java.lang.String)">setName(String)</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/Task.html" title="class in org.simgrid.msg">Task</a></dt>
<dd>
<div class="block">Sets the name of the task</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/RngStream.html#setPackageSeed(int[])">setPackageSeed(int[])</a></span> - Static method in class org.simgrid.msg.<a href="./org/simgrid/msg/RngStream.html" title="class in org.simgrid.msg">RngStream</a></dt>
<dd>
<div class="block">Sets the initial seed of the package RngStreams to the six integers in the vector seed.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Cpu.html#setPowerPeakAt(int)">setPowerPeakAt(int)</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/Cpu.html" title="class in org.simgrid.surf">Cpu</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Task.html#setPriority(double)">setPriority(double)</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/Task.html" title="class in org.simgrid.msg">Task</a></dt>
<dd>
<div class="block">This method sets the priority of the computation of the task.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Action.html#setPriority(double)">setPriority(double)</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/Action.html" title="class in org.simgrid.surf">Action</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Host.html#setProperty(java.lang.String,%20java.lang.String)">setProperty(String, String)</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/Host.html" title="class in org.simgrid.msg">Host</a></dt>
<dd>
<div class="block">Change the value of a given host property.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/RngStream.html#setSeed(int[])">setSeed(int[])</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/RngStream.html" title="class in org.simgrid.msg">RngStream</a></dt>
<dd>
<div class="block">Sets the initial seed Ig of stream g to the vector seed.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Action.html#setState(org.simgrid.surf.ActionState)">setState(ActionState)</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/Action.html" title="class in org.simgrid.surf">Action</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Cpu.html#setState(org.simgrid.surf.ResourceState)">setState(ResourceState)</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/Cpu.html" title="class in org.simgrid.surf">Cpu</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Model.html#shareResources(double)">shareResources(double)</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/Model.html" title="class in org.simgrid.surf">Model</a></dt>
<dd>
<div class="block">Share the resources between the actions</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Model.html#shareResourcesFull(double)">shareResourcesFull(double)</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/Model.html" title="class in org.simgrid.surf">Model</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Model.html#shareResourcesLazy(double)">shareResourcesLazy(double)</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/Model.html" title="class in org.simgrid.surf">Model</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Process.html#showArgs()">showArgs()</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/Process.html" title="class in org.simgrid.msg">Process</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/VM.html#shutdown()">shutdown()</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/VM.html" title="class in org.simgrid.msg">VM</a></dt>
<dd>
<div class="block">Immediately kills all processes within the given VM.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Process.html#sleep(long)">sleep(long)</a></span> - Static method in class org.simgrid.msg.<a href="./org/simgrid/msg/Process.html" title="class in org.simgrid.msg">Process</a></dt>
<dd>
<div class="block">Makes the current process sleep until millis millisecondes have elapsed.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Process.html#sleep(long,%20int)">sleep(long, int)</a></span> - Static method in class org.simgrid.msg.<a href="./org/simgrid/msg/Process.html" title="class in org.simgrid.msg">Process</a></dt>
<dd>
<div class="block">Makes the current process sleep until millis milliseconds and nanos nanoseconds 
 have elapsed.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Cpu.html#sleep(double)">sleep(double)</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/Cpu.html" title="class in org.simgrid.surf">Cpu</a></dt>
<dd>
<div class="block">Make a process sleep for duration</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Process.html#start()">start()</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/Process.html" title="class in org.simgrid.msg">Process</a></dt>
<dd>
<div class="block">This method actually creates and run the process.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/VM.html#start()">start()</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/VM.html" title="class in org.simgrid.msg">VM</a></dt>
<dd>
<div class="block">start the VM</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Process.html#startTime">startTime</a></span> - Variable in class org.simgrid.msg.<a href="./org/simgrid/msg/Process.html" title="class in org.simgrid.msg">Process</a></dt>
<dd>
<div class="block">Start time of the process</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/File.html#storage">storage</a></span> - Variable in class org.simgrid.msg.<a href="./org/simgrid/msg/File.html" title="class in org.simgrid.msg">File</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/simgrid/surf/Surf.html" title="class in org.simgrid.surf"><span class="strong">Surf</span></a> - Class in <a href="./org/simgrid/surf/package-summary.html">org.simgrid.surf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Surf.html#Surf()">Surf()</a></span> - Constructor for class org.simgrid.surf.<a href="./org/simgrid/surf/Surf.html" title="class in org.simgrid.surf">Surf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/ActionState.html#SURF_ACTION_DONE">SURF_ACTION_DONE</a></span> - Static variable in class org.simgrid.surf.<a href="./org/simgrid/surf/ActionState.html" title="class in org.simgrid.surf">ActionState</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/ActionState.html#SURF_ACTION_FAILED">SURF_ACTION_FAILED</a></span> - Static variable in class org.simgrid.surf.<a href="./org/simgrid/surf/ActionState.html" title="class in org.simgrid.surf">ActionState</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/ActionState.html#SURF_ACTION_NOT_IN_THE_SYSTEM">SURF_ACTION_NOT_IN_THE_SYSTEM</a></span> - Static variable in class org.simgrid.surf.<a href="./org/simgrid/surf/ActionState.html" title="class in org.simgrid.surf">ActionState</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/ActionState.html#SURF_ACTION_READY">SURF_ACTION_READY</a></span> - Static variable in class org.simgrid.surf.<a href="./org/simgrid/surf/ActionState.html" title="class in org.simgrid.surf">ActionState</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#SURF_ACTION_READY_get()">SURF_ACTION_READY_get()</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/ActionState.html#SURF_ACTION_RUNNING">SURF_ACTION_RUNNING</a></span> - Static variable in class org.simgrid.surf.<a href="./org/simgrid/surf/ActionState.html" title="class in org.simgrid.surf">ActionState</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/ActionState.html#SURF_ACTION_TO_FREE">SURF_ACTION_TO_FREE</a></span> - Static variable in class org.simgrid.surf.<a href="./org/simgrid/surf/ActionState.html" title="class in org.simgrid.surf">ActionState</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/ResourceState.html#SURF_RESOURCE_OFF">SURF_RESOURCE_OFF</a></span> - Static variable in class org.simgrid.surf.<a href="./org/simgrid/surf/ResourceState.html" title="class in org.simgrid.surf">ResourceState</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#SURF_RESOURCE_OFF_get()">SURF_RESOURCE_OFF_get()</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/ResourceState.html#SURF_RESOURCE_ON">SURF_RESOURCE_ON</a></span> - Static variable in class org.simgrid.surf.<a href="./org/simgrid/surf/ResourceState.html" title="class in org.simgrid.surf">ResourceState</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#SURF_RESOURCE_ON_get()">SURF_RESOURCE_ON_get()</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf"><span class="strong">SurfJNI</span></a> - Class in <a href="./org/simgrid/surf/package-summary.html">org.simgrid.surf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#SurfJNI()">SurfJNI()</a></span> - Constructor for class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Process.html#suspend()">suspend()</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/Process.html" title="class in org.simgrid.msg">Process</a></dt>
<dd>
<div class="block">Suspends the process by suspending the task on which it was
 waiting for the completion.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/VM.html#suspend()">suspend()</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/VM.html" title="class in org.simgrid.msg">VM</a></dt>
<dd>
<div class="block">Immediately suspend the execution of all processes within the given VM

 No suspension cost occurs.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Action.html#swigCMemOwn">swigCMemOwn</a></span> - Variable in class org.simgrid.surf.<a href="./org/simgrid/surf/Action.html" title="class in org.simgrid.surf">Action</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/ActionList.html#swigCMemOwn">swigCMemOwn</a></span> - Variable in class org.simgrid.surf.<a href="./org/simgrid/surf/ActionList.html" title="class in org.simgrid.surf">ActionList</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/LmmConstraint.html#swigCMemOwn">swigCMemOwn</a></span> - Variable in class org.simgrid.surf.<a href="./org/simgrid/surf/LmmConstraint.html" title="class in org.simgrid.surf">LmmConstraint</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/LmmVariable.html#swigCMemOwn">swigCMemOwn</a></span> - Variable in class org.simgrid.surf.<a href="./org/simgrid/surf/LmmVariable.html" title="class in org.simgrid.surf">LmmVariable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Model.html#swigCMemOwn">swigCMemOwn</a></span> - Variable in class org.simgrid.surf.<a href="./org/simgrid/surf/Model.html" title="class in org.simgrid.surf">Model</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Plugin.html#swigCMemOwn">swigCMemOwn</a></span> - Variable in class org.simgrid.surf.<a href="./org/simgrid/surf/Plugin.html" title="class in org.simgrid.surf">Plugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Resource.html#swigCMemOwn">swigCMemOwn</a></span> - Variable in class org.simgrid.surf.<a href="./org/simgrid/surf/Resource.html" title="class in org.simgrid.surf">Resource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/RoutingEdge.html#swigCMemOwn">swigCMemOwn</a></span> - Variable in class org.simgrid.surf.<a href="./org/simgrid/surf/RoutingEdge.html" title="class in org.simgrid.surf">RoutingEdge</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/TmgrTrace.html#swigCMemOwn">swigCMemOwn</a></span> - Variable in class org.simgrid.surf.<a href="./org/simgrid/surf/TmgrTrace.html" title="class in org.simgrid.surf">TmgrTrace</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/TmgrTraceEvent.html#swigCMemOwn">swigCMemOwn</a></span> - Variable in class org.simgrid.surf.<a href="./org/simgrid/surf/TmgrTraceEvent.html" title="class in org.simgrid.surf">TmgrTraceEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/XbtDict.html#swigCMemOwn">swigCMemOwn</a></span> - Variable in class org.simgrid.surf.<a href="./org/simgrid/surf/XbtDict.html" title="class in org.simgrid.surf">XbtDict</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#SwigDirector_Cpu_execute(org.simgrid.surf.Cpu,%20double)">SwigDirector_Cpu_execute(Cpu, double)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#SwigDirector_Cpu_getAvailableSpeed(org.simgrid.surf.Cpu)">SwigDirector_Cpu_getAvailableSpeed(Cpu)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#SwigDirector_Cpu_getCore(org.simgrid.surf.Cpu)">SwigDirector_Cpu_getCore(Cpu)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#SwigDirector_Cpu_getCurrentPowerPeak(org.simgrid.surf.Cpu)">SwigDirector_Cpu_getCurrentPowerPeak(Cpu)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#SwigDirector_Cpu_getNbPstates(org.simgrid.surf.Cpu)">SwigDirector_Cpu_getNbPstates(Cpu)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#SwigDirector_Cpu_getPowerPeakAt(org.simgrid.surf.Cpu,%20int)">SwigDirector_Cpu_getPowerPeakAt(Cpu, int)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#SwigDirector_Cpu_getSpeed(org.simgrid.surf.Cpu,%20double)">SwigDirector_Cpu_getSpeed(Cpu, double)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#SwigDirector_Cpu_getState(org.simgrid.surf.Cpu)">SwigDirector_Cpu_getState(Cpu)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#SwigDirector_Cpu_isUsed(org.simgrid.surf.Cpu)">SwigDirector_Cpu_isUsed(Cpu)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#SwigDirector_Cpu_setPowerPeakAt(org.simgrid.surf.Cpu,%20int)">SwigDirector_Cpu_setPowerPeakAt(Cpu, int)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#SwigDirector_Cpu_sleep(org.simgrid.surf.Cpu,%20double)">SwigDirector_Cpu_sleep(Cpu, double)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#SwigDirector_Cpu_updateState(org.simgrid.surf.Cpu,%20long,%20double,%20double)">SwigDirector_Cpu_updateState(Cpu, long, double, double)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#SwigDirector_CpuAction_getRemains(org.simgrid.surf.CpuAction)">SwigDirector_CpuAction_getRemains(CpuAction)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#SwigDirector_CpuAction_setPriority(org.simgrid.surf.CpuAction,%20double)">SwigDirector_CpuAction_setPriority(CpuAction, double)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#SwigDirector_CpuAction_setState(org.simgrid.surf.CpuAction,%20int)">SwigDirector_CpuAction_setState(CpuAction, int)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#SwigDirector_CpuModel_addTraces(org.simgrid.surf.CpuModel)">SwigDirector_CpuModel_addTraces(CpuModel)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#SwigDirector_CpuModel_createCpu(org.simgrid.surf.CpuModel,%20java.lang.String,%20double[],%20int,%20double,%20long,%20int,%20int,%20long,%20long)">SwigDirector_CpuModel_createCpu(CpuModel, String, double[], int, double, long, int, int, long, long)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#SwigDirector_CpuModel_getRunningActionSet(org.simgrid.surf.CpuModel)">SwigDirector_CpuModel_getRunningActionSet(CpuModel)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#SwigDirector_CpuModel_shareResources(org.simgrid.surf.CpuModel,%20double)">SwigDirector_CpuModel_shareResources(CpuModel, double)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#SwigDirector_CpuModel_shareResourcesFull(org.simgrid.surf.CpuModel,%20double)">SwigDirector_CpuModel_shareResourcesFull(CpuModel, double)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#SwigDirector_CpuModel_shareResourcesLazy(org.simgrid.surf.CpuModel,%20double)">SwigDirector_CpuModel_shareResourcesLazy(CpuModel, double)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#SwigDirector_CpuModel_updateActionsState(org.simgrid.surf.CpuModel,%20double,%20double)">SwigDirector_CpuModel_updateActionsState(CpuModel, double, double)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#SwigDirector_CpuModel_updateActionsStateFull(org.simgrid.surf.CpuModel,%20double,%20double)">SwigDirector_CpuModel_updateActionsStateFull(CpuModel, double, double)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#SwigDirector_CpuModel_updateActionsStateLazy(org.simgrid.surf.CpuModel,%20double,%20double)">SwigDirector_CpuModel_updateActionsStateLazy(CpuModel, double, double)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#SwigDirector_Plugin_cpuActionStateChangedCallback(org.simgrid.surf.Plugin,%20long,%20int,%20int)">SwigDirector_Plugin_cpuActionStateChangedCallback(Plugin, long, int, int)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#SwigDirector_Plugin_cpuCreatedCallback(org.simgrid.surf.Plugin,%20long)">SwigDirector_Plugin_cpuCreatedCallback(Plugin, long)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#SwigDirector_Plugin_cpuDestructedCallback(org.simgrid.surf.Plugin,%20long)">SwigDirector_Plugin_cpuDestructedCallback(Plugin, long)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#SwigDirector_Plugin_cpuStateChangedCallback(org.simgrid.surf.Plugin,%20long,%20int,%20int)">SwigDirector_Plugin_cpuStateChangedCallback(Plugin, long, int, int)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#SwigDirector_Plugin_networkActionStateChangedCallback(org.simgrid.surf.Plugin,%20long,%20int,%20int)">SwigDirector_Plugin_networkActionStateChangedCallback(Plugin, long, int, int)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#SwigDirector_Plugin_networkCommunicateCallback(org.simgrid.surf.Plugin,%20long,%20long,%20long,%20double,%20double)">SwigDirector_Plugin_networkCommunicateCallback(Plugin, long, long, long, double, double)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#SwigDirector_Plugin_networkLinkCreatedCallback(org.simgrid.surf.Plugin,%20long)">SwigDirector_Plugin_networkLinkCreatedCallback(Plugin, long)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#SwigDirector_Plugin_networkLinkDestructedCallback(org.simgrid.surf.Plugin,%20long)">SwigDirector_Plugin_networkLinkDestructedCallback(Plugin, long)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#SwigDirector_Plugin_networkLinkStateChangedCallback(org.simgrid.surf.Plugin,%20long,%20int,%20int)">SwigDirector_Plugin_networkLinkStateChangedCallback(Plugin, long, int, int)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Cpu.html#swigDirectorDisconnect()">swigDirectorDisconnect()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/Cpu.html" title="class in org.simgrid.surf">Cpu</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/CpuAction.html#swigDirectorDisconnect()">swigDirectorDisconnect()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/CpuAction.html" title="class in org.simgrid.surf">CpuAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/CpuModel.html#swigDirectorDisconnect()">swigDirectorDisconnect()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/CpuModel.html" title="class in org.simgrid.surf">CpuModel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Plugin.html#swigDirectorDisconnect()">swigDirectorDisconnect()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/Plugin.html" title="class in org.simgrid.surf">Plugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Cpu.html#swigReleaseOwnership()">swigReleaseOwnership()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/Cpu.html" title="class in org.simgrid.surf">Cpu</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/CpuAction.html#swigReleaseOwnership()">swigReleaseOwnership()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/CpuAction.html" title="class in org.simgrid.surf">CpuAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/CpuModel.html#swigReleaseOwnership()">swigReleaseOwnership()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/CpuModel.html" title="class in org.simgrid.surf">CpuModel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Plugin.html#swigReleaseOwnership()">swigReleaseOwnership()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/Plugin.html" title="class in org.simgrid.surf">Plugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Cpu.html#swigTakeOwnership()">swigTakeOwnership()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/Cpu.html" title="class in org.simgrid.surf">Cpu</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/CpuAction.html#swigTakeOwnership()">swigTakeOwnership()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/CpuAction.html" title="class in org.simgrid.surf">CpuAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/CpuModel.html#swigTakeOwnership()">swigTakeOwnership()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/CpuModel.html" title="class in org.simgrid.surf">CpuModel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Plugin.html#swigTakeOwnership()">swigTakeOwnership()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/Plugin.html" title="class in org.simgrid.surf">Plugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/ActionState.html#swigToEnum(int)">swigToEnum(int)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/ActionState.html" title="class in org.simgrid.surf">ActionState</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/ResourceState.html#swigToEnum(int)">swigToEnum(int)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/ResourceState.html" title="class in org.simgrid.surf">ResourceState</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/ActionState.html#swigValue()">swigValue()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/ActionState.html" title="class in org.simgrid.surf">ActionState</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/ResourceState.html#swigValue()">swigValue()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/ResourceState.html" title="class in org.simgrid.surf">ResourceState</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_T_">
<!--   -->
</a>
<h2 class="title">T</h2>
<dl>
<dt><span class="strong"><a href="./org/simgrid/msg/Comm.html#task">task</a></span> - Variable in class org.simgrid.msg.<a href="./org/simgrid/msg/Comm.html" title="class in org.simgrid.msg">Comm</a></dt>
<dd>
<div class="block">Task associated with the comm.</div>
</dd>
<dt><a href="./org/simgrid/msg/Task.html" title="class in org.simgrid.msg"><span class="strong">Task</span></a> - Class in <a href="./org/simgrid/msg/package-summary.html">org.simgrid.msg</a></dt>
<dd>
<div class="block">A task is either something to compute somewhere, or something to exchange between two hosts (or both).</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Task.html#Task()">Task()</a></span> - Constructor for class org.simgrid.msg.<a href="./org/simgrid/msg/Task.html" title="class in org.simgrid.msg">Task</a></dt>
<dd>
<div class="block">Default constructor (all fields to 0 or null)</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Task.html#Task(java.lang.String,%20double,%20double)">Task(String, double, double)</a></span> - Constructor for class org.simgrid.msg.<a href="./org/simgrid/msg/Task.html" title="class in org.simgrid.msg">Task</a></dt>
<dd>
<div class="block">Construct an new task with the specified processing amount and amount
 of data needed.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Task.html#Task(java.lang.String,%20org.simgrid.msg.Host[],%20double[],%20double[])">Task(String, Host[], double[], double[])</a></span> - Constructor for class org.simgrid.msg.<a href="./org/simgrid/msg/Task.html" title="class in org.simgrid.msg">Task</a></dt>
<dd>
<div class="block">Construct an new parallel task with the specified processing amount and amount for each host
 implied.</div>
</dd>
<dt><a href="./org/simgrid/msg/TaskCancelledException.html" title="class in org.simgrid.msg"><span class="strong">TaskCancelledException</span></a> - Exception in <a href="./org/simgrid/msg/package-summary.html">org.simgrid.msg</a></dt>
<dd>
<div class="block">This exception is raised when task is cancelled.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/TaskCancelledException.html#TaskCancelledException()">TaskCancelledException()</a></span> - Constructor for exception org.simgrid.msg.<a href="./org/simgrid/msg/TaskCancelledException.html" title="class in org.simgrid.msg">TaskCancelledException</a></dt>
<dd>
<div class="block">Constructs an <code>TaskCancelledException</code> without a detail message.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/TaskCancelledException.html#TaskCancelledException(java.lang.String)">TaskCancelledException(String)</a></span> - Constructor for exception org.simgrid.msg.<a href="./org/simgrid/msg/TaskCancelledException.html" title="class in org.simgrid.msg">TaskCancelledException</a></dt>
<dd>
<div class="block">Constructs an <code>TaskCancelledException</code> with a detail message.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Comm.html#test()">test()</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/Comm.html" title="class in org.simgrid.msg">Comm</a></dt>
<dd>
<div class="block">Returns if the communication is finished or not.</div>
</dd>
<dt><a href="./org/simgrid/msg/TimeoutException.html" title="class in org.simgrid.msg"><span class="strong">TimeoutException</span></a> - Exception in <a href="./org/simgrid/msg/package-summary.html">org.simgrid.msg</a></dt>
<dd>
<div class="block">This exception is raised when time's out while sending tasks.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/TimeoutException.html#TimeoutException()">TimeoutException()</a></span> - Constructor for exception org.simgrid.msg.<a href="./org/simgrid/msg/TimeoutException.html" title="class in org.simgrid.msg">TimeoutException</a></dt>
<dd>
<div class="block">Constructs an <code>TimeoutFailureException</code> without a detail message.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/TimeoutException.html#TimeoutException(java.lang.String)">TimeoutException(String)</a></span> - Constructor for exception org.simgrid.msg.<a href="./org/simgrid/msg/TimeoutException.html" title="class in org.simgrid.msg">TimeoutException</a></dt>
<dd>
<div class="block">Constructs an <code>TransferFailureException</code> with a detail message.</div>
</dd>
<dt><a href="./org/simgrid/surf/TmgrTrace.html" title="class in org.simgrid.surf"><span class="strong">TmgrTrace</span></a> - Class in <a href="./org/simgrid/surf/package-summary.html">org.simgrid.surf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/TmgrTrace.html#TmgrTrace(long,%20boolean)">TmgrTrace(long, boolean)</a></span> - Constructor for class org.simgrid.surf.<a href="./org/simgrid/surf/TmgrTrace.html" title="class in org.simgrid.surf">TmgrTrace</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/simgrid/surf/TmgrTraceEvent.html" title="class in org.simgrid.surf"><span class="strong">TmgrTraceEvent</span></a> - Class in <a href="./org/simgrid/surf/package-summary.html">org.simgrid.surf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/TmgrTraceEvent.html#TmgrTraceEvent(long,%20boolean)">TmgrTraceEvent(long, boolean)</a></span> - Constructor for class org.simgrid.surf.<a href="./org/simgrid/surf/TmgrTraceEvent.html" title="class in org.simgrid.surf">TmgrTraceEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#TmgrTraceEvent_getIdx(long,%20org.simgrid.surf.TmgrTraceEvent)">TmgrTraceEvent_getIdx(long, TmgrTraceEvent)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/As.html#toString()">toString()</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/As.html" title="class in org.simgrid.msg">As</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Host.html#toString()">toString()</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/Host.html" title="class in org.simgrid.msg">Host</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/ActionState.html#toString()">toString()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/ActionState.html" title="class in org.simgrid.surf">ActionState</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/ResourceState.html#toString()">toString()</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/ResourceState.html" title="class in org.simgrid.surf">ResourceState</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/simgrid/trace/Trace.html" title="class in org.simgrid.trace"><span class="strong">Trace</span></a> - Class in <a href="./org/simgrid/trace/package-summary.html">org.simgrid.trace</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/trace/Trace.html#Trace()">Trace()</a></span> - Constructor for class org.simgrid.trace.<a href="./org/simgrid/trace/Trace.html" title="class in org.simgrid.trace">Trace</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/simgrid/msg/TransferFailureException.html" title="class in org.simgrid.msg"><span class="strong">TransferFailureException</span></a> - Exception in <a href="./org/simgrid/msg/package-summary.html">org.simgrid.msg</a></dt>
<dd>
<div class="block">This exception is raised if transfer failed while sending tasks.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/TransferFailureException.html#TransferFailureException()">TransferFailureException()</a></span> - Constructor for exception org.simgrid.msg.<a href="./org/simgrid/msg/TransferFailureException.html" title="class in org.simgrid.msg">TransferFailureException</a></dt>
<dd>
<div class="block">Constructs an <code>TransferFailureException</code> without a detail message.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/TransferFailureException.html#TransferFailureException(java.lang.String)">TransferFailureException(String)</a></span> - Constructor for exception org.simgrid.msg.<a href="./org/simgrid/msg/TransferFailureException.html" title="class in org.simgrid.msg">TransferFailureException</a></dt>
<dd>
<div class="block">Constructs an <code>TransferFailureException</code> with a detail message.</div>
</dd>
</dl>
<a name="_U_">
<!--   -->
</a>
<h2 class="title">U</h2>
<dl>
<dt><span class="strong"><a href="./org/simgrid/surf/Model.html#updateActionsState(double,%20double)">updateActionsState(double, double)</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/Model.html" title="class in org.simgrid.surf">Model</a></dt>
<dd>
<div class="block">Update time of actions and eventually their states</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Model.html#updateActionsStateFull(double,%20double)">updateActionsStateFull(double, double)</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/Model.html" title="class in org.simgrid.surf">Model</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Model.html#updateActionsStateLazy(double,%20double)">updateActionsStateLazy(double, double)</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/Model.html" title="class in org.simgrid.surf">Model</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/NetworkLink.html#updateBandwidth(double,%20double)">updateBandwidth(double, double)</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/NetworkLink.html" title="class in org.simgrid.surf">NetworkLink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/NetworkLink.html#updateBandwidth(double)">updateBandwidth(double)</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/NetworkLink.html" title="class in org.simgrid.surf">NetworkLink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/NetworkLink.html#updateLatency(double,%20double)">updateLatency(double, double)</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/NetworkLink.html" title="class in org.simgrid.surf">NetworkLink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/NetworkLink.html#updateLatency(double)">updateLatency(double)</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/NetworkLink.html" title="class in org.simgrid.surf">NetworkLink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Action.html#updateRemains(double)">updateRemains(double)</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/Action.html" title="class in org.simgrid.surf">Action</a></dt>
<dd>
<div class="block">Update remaining amount of cost to do</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/Resource.html#updateState(org.simgrid.surf.TmgrTraceEvent,%20double,%20double)">updateState(TmgrTraceEvent, double, double)</a></span> - Method in class org.simgrid.surf.<a href="./org/simgrid/surf/Resource.html" title="class in org.simgrid.surf">Resource</a></dt>
<dd>
<div class="block">Update the state of the Resource</div>
</dd>
</dl>
<a name="_V_">
<!--   -->
</a>
<h2 class="title">V</h2>
<dl>
<dt><span class="strong"><a href="./org/simgrid/msg/Msg.html#verb(java.lang.String)">verb(String)</a></span> - Static method in class org.simgrid.msg.<a href="./org/simgrid/msg/Msg.html" title="class in org.simgrid.msg">Msg</a></dt>
<dd>
<div class="block">Issue an verbose logging message.</div>
</dd>
<dt><a href="./org/simgrid/msg/VM.html" title="class in org.simgrid.msg"><span class="strong">VM</span></a> - Class in <a href="./org/simgrid/msg/package-summary.html">org.simgrid.msg</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/VM.html#VM(org.simgrid.msg.Host,%20java.lang.String)">VM(Host, String)</a></span> - Constructor for class org.simgrid.msg.<a href="./org/simgrid/msg/VM.html" title="class in org.simgrid.msg">VM</a></dt>
<dd>
<div class="block">Create a `basic' VM (i.e.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/VM.html#VM(org.simgrid.msg.Host,%20java.lang.String,%20int,%20int,%20int,%20java.lang.String,%20int,%20int,%20int)">VM(Host, String, int, int, int, String, int, int, int)</a></span> - Constructor for class org.simgrid.msg.<a href="./org/simgrid/msg/VM.html" title="class in org.simgrid.msg">VM</a></dt>
<dd>
<div class="block">Create a  VM</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/trace/Trace.html#vmVariableDeclare(java.lang.String)">vmVariableDeclare(String)</a></span> - Static method in class org.simgrid.trace.<a href="./org/simgrid/trace/Trace.html" title="class in org.simgrid.trace">Trace</a></dt>
<dd>
<div class="block">Declare a new user variable associated to VMs.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/trace/Trace.html#vmVariableSet(java.lang.String,%20java.lang.String,%20double)">vmVariableSet(String, String, double)</a></span> - Static method in class org.simgrid.trace.<a href="./org/simgrid/trace/Trace.html" title="class in org.simgrid.trace">Trace</a></dt>
<dd>
<div class="block">Set the value of a variable of a VM.</div>
</dd>
</dl>
<a name="_W_">
<!--   -->
</a>
<h2 class="title">W</h2>
<dl>
<dt><span class="strong"><a href="./org/simgrid/msg/Comm.html#waitCompletion()">waitCompletion()</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/Comm.html" title="class in org.simgrid.msg">Comm</a></dt>
<dd>
<div class="block">Wait for the complemetion of the communication for an indefinite time</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Comm.html#waitCompletion(double)">waitCompletion(double)</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/Comm.html" title="class in org.simgrid.msg">Comm</a></dt>
<dd>
<div class="block">Wait for the completion of the communication.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Process.html#waitFor(double)">waitFor(double)</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/Process.html" title="class in org.simgrid.msg">Process</a></dt>
<dd>
<div class="block">Makes the current process sleep until time seconds have elapsed.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Msg.html#warn(java.lang.String)">warn(String)</a></span> - Static method in class org.simgrid.msg.<a href="./org/simgrid/msg/Msg.html" title="class in org.simgrid.msg">Msg</a></dt>
<dd>
<div class="block">Issue an warning logging message.</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/Semaphore.html#wouldBlock()">wouldBlock()</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/Semaphore.html" title="class in org.simgrid.msg">Semaphore</a></dt>
<dd>
<div class="block">returns a boolean indicating it this semaphore would block at this very specific time

 Note that the returned value may be wrong right after the
 function call, when you try to use it...</div>
</dd>
<dt><span class="strong"><a href="./org/simgrid/msg/File.html#write(long,%20long)">write(long, long)</a></span> - Method in class org.simgrid.msg.<a href="./org/simgrid/msg/File.html" title="class in org.simgrid.msg">File</a></dt>
<dd>
<div class="block">Write elements into a file.</div>
</dd>
</dl>
<a name="_X_">
<!--   -->
</a>
<h2 class="title">X</h2>
<dl>
<dt><a href="./org/simgrid/surf/XbtDict.html" title="class in org.simgrid.surf"><span class="strong">XbtDict</span></a> - Class in <a href="./org/simgrid/surf/package-summary.html">org.simgrid.surf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/XbtDict.html#XbtDict(long,%20boolean)">XbtDict(long, boolean)</a></span> - Constructor for class org.simgrid.surf.<a href="./org/simgrid/surf/XbtDict.html" title="class in org.simgrid.surf">XbtDict</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/XbtDict.html#XbtDict()">XbtDict()</a></span> - Constructor for class org.simgrid.surf.<a href="./org/simgrid/surf/XbtDict.html" title="class in org.simgrid.surf">XbtDict</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/simgrid/surf/SurfJNI.html#XbtDict_getValue(long,%20org.simgrid.surf.XbtDict,%20java.lang.String)">XbtDict_getValue(long, XbtDict, String)</a></span> - Static method in class org.simgrid.surf.<a href="./org/simgrid/surf/SurfJNI.html" title="class in org.simgrid.surf">SurfJNI</a></dt>
<dd>&nbsp;</dd>
</dl>
<a href="#_A_">A</a>&nbsp;<a href="#_C_">C</a>&nbsp;<a href="#_D_">D</a>&nbsp;<a href="#_E_">E</a>&nbsp;<a href="#_F_">F</a>&nbsp;<a href="#_G_">G</a>&nbsp;<a href="#_H_">H</a>&nbsp;<a href="#_I_">I</a>&nbsp;<a href="#_J_">J</a>&nbsp;<a href="#_K_">K</a>&nbsp;<a href="#_L_">L</a>&nbsp;<a href="#_M_">M</a>&nbsp;<a href="#_N_">N</a>&nbsp;<a href="#_O_">O</a>&nbsp;<a href="#_P_">P</a>&nbsp;<a href="#_R_">R</a>&nbsp;<a href="#_S_">S</a>&nbsp;<a href="#_T_">T</a>&nbsp;<a href="#_U_">U</a>&nbsp;<a href="#_V_">V</a>&nbsp;<a href="#_W_">W</a>&nbsp;<a href="#_X_">X</a>&nbsp;</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!--   -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="./overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li><a href="./overview-tree.html">Tree</a></li>
<li><a href="./deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="./help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="./index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="./allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_bottom");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<a name="skip-navbar_bottom">
<!--   -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>