This file is indexed.

/usr/share/doc/simgrid/javadoc/index-all.html is in simgrid-doc 3.14.159-2.

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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html>
<head>
<title>Index</title>
<meta name="date" content="2017-03-22">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
    try {
        if (location.href.indexOf('is-external=true') == -1) {
            parent.document.title="Index";
        }
    }
    catch(err) {
    }
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!--   -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<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&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="allclasses-noframe.html">All&nbsp;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="#I:A">A</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:D">D</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:F">F</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:H">H</a>&nbsp;<a href="#I:I">I</a>&nbsp;<a href="#I:J">J</a>&nbsp;<a href="#I:K">K</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:M">M</a>&nbsp;<a href="#I:N">N</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a href="#I:V">V</a>&nbsp;<a href="#I:W">W</a>&nbsp;<a name="I:A">
<!--   -->
</a>
<h2 class="title">A</h2>
<dl>
<dt><span class="memberNameLink"><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="memberNameLink"><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="memberNameLink"><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><span class="memberNameLink"><a href="org/simgrid/msg/RngStream.html#advanceState-int-int-">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="memberNameLink"><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">Returns all hosts of the installed platform.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/simgrid/msg/Storage.html#all--">all()</a></span> - Static method in class org.simgrid.msg.<a href="org/simgrid/msg/Storage.html" title="class in org.simgrid.msg">Storage</a></dt>
<dd>
<div class="block">This static method returns all of the storages of the installed platform.</div>
</dd>
<dt><span class="memberNameLink"><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><a href="org/simgrid/msg/As.html" title="class in org.simgrid.msg"><span class="typeNameLink">As</span></a> - Class in <a href="org/simgrid/msg/package-summary.html">org.simgrid.msg</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><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="I:C">
<!--   -->
</a>
<h2 class="title">C</h2>
<dl>
<dt><span class="memberNameLink"><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="memberNameLink"><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="memberNameLink"><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="typeNameLink">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="memberNameLink"><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><span class="memberNameLink"><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="memberNameLink"><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">Create the simulation environment by parsing a platform file.</div>
</dd>
<dt><span class="memberNameLink"><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 a critical logging message.</div>
</dd>
<dt><span class="memberNameLink"><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">Returns the host of the current process.</div>
</dd>
</dl>
<a name="I:D">
<!--   -->
</a>
<h2 class="title">D</h2>
<dl>
<dt><span class="memberNameLink"><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="memberNameLink"><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">Starts your processes by parsing a deployment file.</div>
</dd>
<dt><span class="memberNameLink"><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>&nbsp;</dd>
<dt><span class="memberNameLink"><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 specified mailbox, 
  with no way to retrieve whether the communication succeeded or not</div>
</dd>
<dt><span class="memberNameLink"><a href="org/simgrid/msg/Task.html#dsendBounded-java.lang.String-double-">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 specified mailbox, 
  with no way to retrieve whether the communication succeeded or not</div>
</dd>
</dl>
<a name="I:E">
<!--   -->
</a>
<h2 class="title">E</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/simgrid/msg/Msg.html#energyInit--">energyInit()</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">Tell the kernel that you want to use the energy plugin</div>
</dd>
<dt><span class="memberNameLink"><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="memberNameLink"><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="memberNameLink"><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 current process is running.</div>
</dd>
<dt><span class="memberNameLink"><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="I:F">
<!--   -->
</a>
<h2 class="title">F</h2>
<dl>
<dt><a href="org/simgrid/msg/File.html" title="class in org.simgrid.msg"><span class="typeNameLink">File</span></a> - Class in <a href="org/simgrid/msg/package-summary.html">org.simgrid.msg</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/simgrid/msg/File.html#File-java.lang.String-">File(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="memberNameLink"><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">Destroy the C communication object, when the GC reclaims the java part.</div>
</dd>
<dt><span class="memberNameLink"><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="memberNameLink"><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>&nbsp;</dd>
<dt><span class="memberNameLink"><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 when the GC reclaims it</div>
</dd>
<dt><span class="memberNameLink"><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 once the garbage collector reclaims it</div>
</dd>
<dt><span class="memberNameLink"><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="memberNameLink"><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="I:G">
<!--   -->
</a>
<h2 class="title">G</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/simgrid/msg/Host.html#getAttachedStorage--">getAttachedStorage()</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 methods returns the list of storages (names) attached to an host</div>
</dd>
<dt><span class="memberNameLink"><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="memberNameLink"><a href="org/simgrid/msg/Storage.html#getByName-java.lang.String-">getByName(String)</a></span> - Static method in class org.simgrid.msg.<a href="org/simgrid/msg/Storage.html" title="class in org.simgrid.msg">Storage</a></dt>
<dd>
<div class="block">This static method gets a storage instance associated with a native
 storage of your platform.</div>
</dd>
<dt><span class="memberNameLink"><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="memberNameLink"><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">Retrieves the simulation time</div>
</dd>
<dt><span class="memberNameLink"><a href="org/simgrid/msg/Host.html#getConsumedEnergy--">getConsumedEnergy()</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 amount of Joules consumed by that host so far</div>
</dd>
<dt><span class="memberNameLink"><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>&nbsp;</dd>
<dt><span class="memberNameLink"><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">Counts the installed hosts.</div>
</dd>
<dt><span class="memberNameLink"><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="memberNameLink"><a href="org/simgrid/msg/Process.html#getCurrentProcess--">getCurrentProcess()</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>
<dt><span class="memberNameLink"><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>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/simgrid/msg/Task.html#getFlopsAmount--">getFlopsAmount()</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 amount of flops to execute in this task
 
 If it's ongoing, you get the exact amount at the present time.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/simgrid/msg/Storage.html#getFreeSize--">getFreeSize()</a></span> - Method in class org.simgrid.msg.<a href="org/simgrid/msg/Storage.html" title="class in org.simgrid.msg">Storage</a></dt>
<dd>
<div class="block">This method returns the free size (in bytes) of a storage element.</div>
</dd>
<dt><span class="memberNameLink"><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="memberNameLink"><a href="org/simgrid/msg/Storage.html#getHost--">getHost()</a></span> - Method in class org.simgrid.msg.<a href="org/simgrid/msg/Storage.html" title="class in org.simgrid.msg">Storage</a></dt>
<dd>
<div class="block">Returns the host name the storage is attached to</div>
</dd>
<dt><span class="memberNameLink"><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="memberNameLink"><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="memberNameLink"><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="memberNameLink"><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="memberNameLink"><a href="org/simgrid/msg/Host.html#getMountedStorage--">getMountedStorage()</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 list of mount point names on an host</div>
</dd>
<dt><span class="memberNameLink"><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="memberNameLink"><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>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/simgrid/msg/Process.html#getName--">getName()</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><span class="memberNameLink"><a href="org/simgrid/msg/Storage.html#getName--">getName()</a></span> - Method in class org.simgrid.msg.<a href="org/simgrid/msg/Storage.html" title="class in org.simgrid.msg">Storage</a></dt>
<dd>
<div class="block">This method returns the name of a storage.</div>
</dd>
<dt><span class="memberNameLink"><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 the task</div>
</dd>
<dt><span class="memberNameLink"><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="memberNameLink"><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="memberNameLink"><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="memberNameLink"><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>&nbsp;</dd>
<dt><span class="memberNameLink"><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="memberNameLink"><a href="org/simgrid/msg/Storage.html#getProperty-java.lang.String-">getProperty(String)</a></span> - Method in class org.simgrid.msg.<a href="org/simgrid/msg/Storage.html" title="class in org.simgrid.msg">Storage</a></dt>
<dd>
<div class="block">Returns the value of a given storage property.</div>
</dd>
<dt><span class="memberNameLink"><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 (or null if not sent yet)</div>
</dd>
<dt><span class="memberNameLink"><a href="org/simgrid/msg/Storage.html#getSize--">getSize()</a></span> - Method in class org.simgrid.msg.<a href="org/simgrid/msg/Storage.html" title="class in org.simgrid.msg">Storage</a></dt>
<dd>
<div class="block">This method returns the size (in bytes) of a storage element.</div>
</dd>
<dt><span class="memberNameLink"><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="memberNameLink"><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 (or null if not sent yet).</div>
</dd>
<dt><span class="memberNameLink"><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 (in flops),
 regardless of the current load of the machine.</div>
</dd>
<dt><span class="memberNameLink"><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="memberNameLink"><a href="org/simgrid/msg/Storage.html#getUsedSize--">getUsedSize()</a></span> - Method in class org.simgrid.msg.<a href="org/simgrid/msg/Storage.html" title="class in org.simgrid.msg">Storage</a></dt>
<dd>
<div class="block">This method returns the used size (in bytes) of a storage element.</div>
</dd>
<dt><span class="memberNameLink"><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="I:H">
<!--   -->
</a>
<h2 class="title">H</h2>
<dl>
<dt><span class="memberNameLink"><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">Returns true if the host has an associated data object.</div>
</dd>
<dt><a href="org/simgrid/msg/Host.html" title="class in org.simgrid.msg"><span class="typeNameLink">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="memberNameLink"><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><a href="org/simgrid/msg/HostFailureException.html" title="class in org.simgrid.msg"><span class="typeNameLink">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="memberNameLink"><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="memberNameLink"><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="typeNameLink">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="memberNameLink"><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="memberNameLink"><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="memberNameLink"><a href="org/simgrid/trace/Trace.html#hostPopState-java.lang.String-java.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="memberNameLink"><a href="org/simgrid/trace/Trace.html#hostPushState-java.lang.String-java.lang.String-java.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="memberNameLink"><a href="org/simgrid/trace/Trace.html#hostSetState-java.lang.String-java.lang.String-java.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="memberNameLink"><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="memberNameLink"><a href="org/simgrid/trace/Trace.html#hostStateDeclareValue-java.lang.String-java.lang.String-java.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="memberNameLink"><a href="org/simgrid/trace/Trace.html#hostVariableAdd-java.lang.String-java.lang.String-double-">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="memberNameLink"><a href="org/simgrid/trace/Trace.html#hostVariableAddWithTime-double-java.lang.String-java.lang.String-double-">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="memberNameLink"><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="memberNameLink"><a href="org/simgrid/trace/Trace.html#hostVariableDeclareWithColor-java.lang.String-java.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="memberNameLink"><a href="org/simgrid/trace/Trace.html#hostVariableSet-java.lang.String-java.lang.String-double-">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="memberNameLink"><a href="org/simgrid/trace/Trace.html#hostVariableSetWithTime-double-java.lang.String-java.lang.String-double-">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="memberNameLink"><a href="org/simgrid/trace/Trace.html#hostVariableSub-java.lang.String-java.lang.String-double-">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="memberNameLink"><a href="org/simgrid/trace/Trace.html#hostVariableSubWithTime-double-java.lang.String-java.lang.String-double-">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:I">
<!--   -->
</a>
<h2 class="title">I</h2>
<dl>
<dt><span class="memberNameLink"><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="memberNameLink"><a href="org/simgrid/msg/Msg.html#init-java.lang.String:A-">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">Initialize a MSG simulation.</div>
</dd>
<dt><span class="memberNameLink"><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="memberNameLink"><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="memberNameLink"><a href="org/simgrid/msg/Task.html#irecvBounded-java.lang.String-double-">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="memberNameLink"><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="memberNameLink"><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="memberNameLink"><a href="org/simgrid/msg/Task.html#isendBounded-java.lang.String-double-">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="memberNameLink"><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="memberNameLink"><a href="org/simgrid/msg/Host.html#isOn--">isOn()</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">Tests if an host is up and running.</div>
</dd>
<dt><span class="memberNameLink"><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="memberNameLink"><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="memberNameLink"><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>
</dl>
<a name="I:J">
<!--   -->
</a>
<h2 class="title">J</h2>
<dl>
<dt><a href="org/simgrid/msg/JniException.html" title="class in org.simgrid.msg"><span class="typeNameLink">JniException</span></a> - Exception in <a href="org/simgrid/msg/package-summary.html">org.simgrid.msg</a></dt>
<dd>
<div class="block">Exception raised when there is a problem within the bindings (in JNI).</div>
</dd>
<dt><span class="memberNameLink"><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="memberNameLink"><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="memberNameLink"><a href="org/simgrid/msg/JniException.html#JniException-java.lang.String-java.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="I:K">
<!--   -->
</a>
<h2 class="title">K</h2>
<dl>
<dt><span class="memberNameLink"><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">Simply kills the receiving process.</div>
</dd>
<dt><span class="memberNameLink"><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>
</dl>
<a name="I:L">
<!--   -->
</a>
<h2 class="title">L</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/simgrid/trace/Trace.html#linkSrcDstVariableAdd-java.lang.String-java.lang.String-java.lang.String-double-">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="memberNameLink"><a href="org/simgrid/trace/Trace.html#linkSrcdstVariableAddWithTime-double-java.lang.String-java.lang.String-java.lang.String-double-">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="memberNameLink"><a href="org/simgrid/trace/Trace.html#linkSrcDstVariableSet-java.lang.String-java.lang.String-java.lang.String-double-">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="memberNameLink"><a href="org/simgrid/trace/Trace.html#linkSrcDstVariableSetWithTime-double-java.lang.String-java.lang.String-java.lang.String-double-">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="memberNameLink"><a href="org/simgrid/trace/Trace.html#linkSrcDstVariableSub-java.lang.String-java.lang.String-java.lang.String-double-">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="memberNameLink"><a href="org/simgrid/trace/Trace.html#linkSrcDstVariableSubWithTime-double-java.lang.String-java.lang.String-java.lang.String-double-">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="memberNameLink"><a href="org/simgrid/trace/Trace.html#linkVariableAdd-java.lang.String-java.lang.String-double-">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="memberNameLink"><a href="org/simgrid/trace/Trace.html#linkVariableAddWithTime-double-java.lang.String-java.lang.String-double-">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="memberNameLink"><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="memberNameLink"><a href="org/simgrid/trace/Trace.html#linkVariableDeclareWithColor-java.lang.String-java.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="memberNameLink"><a href="org/simgrid/trace/Trace.html#linkVariableSet-java.lang.String-java.lang.String-double-">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="memberNameLink"><a href="org/simgrid/trace/Trace.html#linkVariableSetWithTime-double-java.lang.String-java.lang.String-double-">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="memberNameLink"><a href="org/simgrid/trace/Trace.html#linkVariableSub-java.lang.String-java.lang.String-double-">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="memberNameLink"><a href="org/simgrid/trace/Trace.html#linkVariableSubWithTime-double-java.lang.String-java.lang.String-double-">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="memberNameLink"><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 task waiting (either for a send or a recv) on the mailbox identified by the specified alias</div>
</dd>
<dt><span class="memberNameLink"><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>
</dl>
<a name="I:M">
<!--   -->
</a>
<h2 class="title">M</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/simgrid/msg/Msg.html#main-java.lang.String:A-">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="memberNameLink"><a href="org/simgrid/msg/Process.html#main-java.lang.String:A-">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="memberNameLink"><a href="org/simgrid/NativeLib.html#main-java.lang.String:A-">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>
<div class="block">Hidden debug main() function 
 
 It is not the Main-Class defined in src/bindings/java/MANIFEST.in (org.simgrid.msg.Msg is),
 so it won't get executed by default.</div>
</dd>
<dt><span class="memberNameLink"><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="memberNameLink"><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/msg/Msg.html" title="class in org.simgrid.msg"><span class="typeNameLink">Msg</span></a> - Class in <a href="org/simgrid/msg/package-summary.html">org.simgrid.msg</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/simgrid/msg/MsgException.html" title="class in org.simgrid.msg"><span class="typeNameLink">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</div>
</dd>
<dt><span class="memberNameLink"><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="memberNameLink"><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><a href="org/simgrid/msg/Mutex.html" title="class in org.simgrid.msg"><span class="typeNameLink">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="memberNameLink"><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="I:N">
<!--   -->
</a>
<h2 class="title">N</h2>
<dl>
<dt><span class="memberNameLink"><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>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/simgrid/msg/Storage.html#name">name</a></span> - Variable in class org.simgrid.msg.<a href="org/simgrid/msg/Storage.html" title="class in org.simgrid.msg">Storage</a></dt>
<dd>
<div class="block">Storage name</div>
</dd>
<dt><span class="memberNameLink"><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="typeNameLink">NativeException</span></a> - Exception in <a href="org/simgrid/msg/package-summary.html">org.simgrid.msg</a></dt>
<dd>
<div class="block">Exception raised when there is an error within the C world of SimGrid.</div>
</dd>
<dt><span class="memberNameLink"><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="memberNameLink"><a href="org/simgrid/msg/Comm.html#nativeFinalize--">nativeFinalize()</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>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/simgrid/msg/Task.html#nativeFinalize--">nativeFinalize()</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="memberNameLink"><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="memberNameLink"><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="memberNameLink"><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="memberNameLink"><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="memberNameLink"><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="memberNameLink"><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="memberNameLink"><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="memberNameLink"><a href="org/simgrid/msg/Storage.html#nativeInit--">nativeInit()</a></span> - Static method in class org.simgrid.msg.<a href="org/simgrid/msg/Storage.html" title="class in org.simgrid.msg">Storage</a></dt>
<dd>
<div class="block">Class initializer, to initialize various JNI stuff</div>
</dd>
<dt><span class="memberNameLink"><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="memberNameLink"><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 (for JNI), don't do it yourself</div>
</dd>
<dt><span class="memberNameLink"><a href="org/simgrid/NativeLib.html#nativeInit--">nativeInit()</a></span> - Static method in class org.simgrid.<a href="org/simgrid/NativeLib.html" title="class in org.simgrid">NativeLib</a></dt>
<dd>
<div class="block">Main function loading all the native classes that we need</div>
</dd>
<dt><span class="memberNameLink"><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>
<div class="block">Helper function trying to load one requested library</div>
</dd>
<dt><a href="org/simgrid/NativeLib.html" title="class in org.simgrid"><span class="typeNameLink">NativeLib</span></a> - Class in <a href="org/simgrid/package-summary.html">org.simgrid</a></dt>
<dd>
<div class="block">Helper class loading the native functions of SimGrid that we use for downcalls 
 
 Almost all org.simgrid.msg.* classes contain a static bloc (thus executed when the class is loaded) 
 containing a call to this.</div>
</dd>
</dl>
<a name="I:O">
<!--   -->
</a>
<h2 class="title">O</h2>
<dl>
<dt><span class="memberNameLink"><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">Stops the host if it is on</div>
</dd>
<dt><span class="memberNameLink"><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">Starts the host if it is off</div>
</dd>
<dt><span class="memberNameLink"><a href="org/simgrid/msg/File.html#open-java.lang.String-">open(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/trace/package-summary.html">org.simgrid.trace</a> - package org.simgrid.trace</dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:P">
<!--   -->
</a>
<h2 class="title">P</h2>
<dl>
<dt><a href="org/simgrid/msg/Process.html" title="class in org.simgrid.msg"><span class="typeNameLink">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="memberNameLink"><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="memberNameLink"><a href="org/simgrid/msg/Process.html#Process-java.lang.String-java.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="memberNameLink"><a href="org/simgrid/msg/Process.html#Process-java.lang.String-java.lang.String-java.lang.String:A-">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="memberNameLink"><a href="org/simgrid/msg/Process.html#Process-org.simgrid.msg.Host-java.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="memberNameLink"><a href="org/simgrid/msg/Process.html#Process-org.simgrid.msg.Host-java.lang.String-java.lang.String:A-">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="memberNameLink"><a href="org/simgrid/msg/Process.html#Process-org.simgrid.msg.Host-java.lang.String-java.lang.String:A-double-double-">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="typeNameLink">ProcessKilledError</span></a> - Error in <a href="org/simgrid/msg/package-summary.html">org.simgrid.msg</a></dt>
<dd>
<div class="block">Used internally to interrupt the user code when the process gets killed.</div>
</dd>
<dt><span class="memberNameLink"><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="typeNameLink">ProcessNotFoundException</span></a> - Exception in <a href="org/simgrid/msg/package-summary.html">org.simgrid.msg</a></dt>
<dd>
<div class="block">Exception raised when looking for a non-existing process.</div>
</dd>
<dt><span class="memberNameLink"><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="memberNameLink"><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="I:R">
<!--   -->
</a>
<h2 class="title">R</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/simgrid/msg/RngStream.html#randInt-int-int-">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="memberNameLink"><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="memberNameLink"><a href="org/simgrid/msg/File.html#read-long-long-">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="memberNameLink"><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="memberNameLink"><a href="org/simgrid/msg/Task.html#receive-java.lang.String-double-">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="memberNameLink"><a href="org/simgrid/msg/Task.html#receive-java.lang.String-org.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="memberNameLink"><a href="org/simgrid/msg/Task.html#receive-java.lang.String-double-org.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="memberNameLink"><a href="org/simgrid/msg/Task.html#receiveBounded-java.lang.String-double-">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="memberNameLink"><a href="org/simgrid/msg/Task.html#receiveBounded-java.lang.String-double-double-">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="memberNameLink"><a href="org/simgrid/msg/Task.html#receiveBounded-java.lang.String-org.simgrid.msg.Host-double-">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="memberNameLink"><a href="org/simgrid/msg/Task.html#receiveBounded-java.lang.String-double-org.simgrid.msg.Host-double-">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="memberNameLink"><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="memberNameLink"><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="memberNameLink"><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="memberNameLink"><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="memberNameLink"><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><span class="memberNameLink"><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="memberNameLink"><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="memberNameLink"><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">Resume a process that was suspended by <a href="org/simgrid/msg/Process.html#suspend--"><code>Process.suspend()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><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="typeNameLink">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="memberNameLink"><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="memberNameLink"><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><span class="memberNameLink"><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="memberNameLink"><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="I:S">
<!--   -->
</a>
<h2 class="title">S</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/simgrid/msg/File.html#seek-long-long-">seek(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>
<dt><span class="memberNameLink"><a href="org/simgrid/msg/File.html#SEEK_CUR">SEEK_CUR</a></span> - Static 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><span class="memberNameLink"><a href="org/simgrid/msg/File.html#SEEK_END">SEEK_END</a></span> - Static 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><span class="memberNameLink"><a href="org/simgrid/msg/File.html#SEEK_SET">SEEK_SET</a></span> - Static 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/msg/Semaphore.html" title="class in org.simgrid.msg"><span class="typeNameLink">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="memberNameLink"><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="memberNameLink"><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 specified mailbox</div>
</dd>
<dt><span class="memberNameLink"><a href="org/simgrid/msg/Task.html#send-java.lang.String-double-">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 specified mailbox (wait at most \a timeout seconds)</div>
</dd>
<dt><span class="memberNameLink"><a href="org/simgrid/msg/Task.html#sendBounded-java.lang.String-double-">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 specified mailbox (capping the sending rate to \a maxrate)</div>
</dd>
<dt><span class="memberNameLink"><a href="org/simgrid/msg/Task.html#sendBounded-java.lang.String-double-double-">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 specified mailbox (capping the sending rate to \a maxrate) with a timeout</div>
</dd>
<dt><span class="memberNameLink"><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="memberNameLink"><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="memberNameLink"><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">Specify whether the process should restart when its host restarts after a failure
 
 A process naturally stops when its host stops.</div>
</dd>
<dt><span class="memberNameLink"><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">Changes the maximum CPU utilization of a computation task.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/simgrid/msg/VM.html#setBound-double-">setBound(double)</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">Set a CPU bound for a given VM.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/simgrid/msg/Task.html#setBytesAmount-double-">setBytesAmount(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 amount of bytes to exchange the task
 
 Warning if the communication is already started and ongoing, this call does nothing.</div>
</dd>
<dt><span class="memberNameLink"><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>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/simgrid/msg/Task.html#setFlopsAmount-double-">setFlopsAmount(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
 
 Warning if the execution is already started and ongoing, this call does nothing.</div>
</dd>
<dt><span class="memberNameLink"><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="memberNameLink"><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="memberNameLink"><a href="org/simgrid/msg/RngStream.html#setPackageSeed-int:A-">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="memberNameLink"><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="memberNameLink"><a href="org/simgrid/msg/Host.html#setProperty-java.lang.String-java.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>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/simgrid/msg/Storage.html#setProperty-java.lang.String-java.lang.String-">setProperty(String, String)</a></span> - Method in class org.simgrid.msg.<a href="org/simgrid/msg/Storage.html" title="class in org.simgrid.msg">Storage</a></dt>
<dd>
<div class="block">Change the value of a given storage property.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/simgrid/msg/RngStream.html#setSeed-int:A-">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="memberNameLink"><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="memberNameLink"><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="memberNameLink"><a href="org/simgrid/msg/Process.html#sleep-long-int-">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="memberNameLink"><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="memberNameLink"><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="memberNameLink"><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">Time at which the process should be created</div>
</dd>
<dt><a href="org/simgrid/msg/Storage.html" title="class in org.simgrid.msg"><span class="typeNameLink">Storage</span></a> - Class in <a href="org/simgrid/msg/package-summary.html">org.simgrid.msg</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/simgrid/msg/Storage.html#Storage--">Storage()</a></span> - Constructor for class org.simgrid.msg.<a href="org/simgrid/msg/Storage.html" title="class in org.simgrid.msg">Storage</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/simgrid/msg/StorageNotFoundException.html" title="class in org.simgrid.msg"><span class="typeNameLink">StorageNotFoundException</span></a> - Exception in <a href="org/simgrid/msg/package-summary.html">org.simgrid.msg</a></dt>
<dd>
<div class="block">Exception raised when looking for a non-existing storage.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/simgrid/msg/StorageNotFoundException.html#StorageNotFoundException--">StorageNotFoundException()</a></span> - Constructor for exception org.simgrid.msg.<a href="org/simgrid/msg/StorageNotFoundException.html" title="class in org.simgrid.msg">StorageNotFoundException</a></dt>
<dd>
<div class="block">Constructs an <code>StorageNotFoundException</code> without a detail message.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/simgrid/msg/StorageNotFoundException.html#StorageNotFoundException-java.lang.String-">StorageNotFoundException(String)</a></span> - Constructor for exception org.simgrid.msg.<a href="org/simgrid/msg/StorageNotFoundException.html" title="class in org.simgrid.msg">StorageNotFoundException</a></dt>
<dd>
<div class="block">Constructs an <code>StorageNotFoundException</code> with a detail message.</div>
</dd>
<dt><span class="memberNameLink"><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.</div>
</dd>
<dt><span class="memberNameLink"><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>
</dl>
<a name="I:T">
<!--   -->
</a>
<h2 class="title">T</h2>
<dl>
<dt><span class="memberNameLink"><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="typeNameLink">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="memberNameLink"><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="memberNameLink"><a href="org/simgrid/msg/Task.html#Task-java.lang.String-double-double-">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 a new task with the specified processing amount and amount
 of data needed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/simgrid/msg/Task.html#Task-java.lang.String-org.simgrid.msg.Host:A-double:A-double:A-">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 a 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="typeNameLink">TaskCancelledException</span></a> - Exception in <a href="org/simgrid/msg/package-summary.html">org.simgrid.msg</a></dt>
<dd>
<div class="block">Exception raised when a task is cancelled.</div>
</dd>
<dt><span class="memberNameLink"><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="memberNameLink"><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="memberNameLink"><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="typeNameLink">TimeoutException</span></a> - Exception in <a href="org/simgrid/msg/package-summary.html">org.simgrid.msg</a></dt>
<dd>
<div class="block">Exception raised when sending a task timeouts</div>
</dd>
<dt><span class="memberNameLink"><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="memberNameLink"><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><span class="memberNameLink"><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="memberNameLink"><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="memberNameLink"><a href="org/simgrid/msg/Storage.html#toString--">toString()</a></span> - Method in class org.simgrid.msg.<a href="org/simgrid/msg/Storage.html" title="class in org.simgrid.msg">Storage</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/simgrid/trace/Trace.html" title="class in org.simgrid.trace"><span class="typeNameLink">Trace</span></a> - Class in <a href="org/simgrid/trace/package-summary.html">org.simgrid.trace</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><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="typeNameLink">TransferFailureException</span></a> - Exception in <a href="org/simgrid/msg/package-summary.html">org.simgrid.msg</a></dt>
<dd>
<div class="block">Exception raised if sending a task fails</div>
</dd>
<dt><span class="memberNameLink"><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="memberNameLink"><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="I:V">
<!--   -->
</a>
<h2 class="title">V</h2>
<dl>
<dt><span class="memberNameLink"><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 a verbose logging message.</div>
</dd>
<dt><a href="org/simgrid/msg/VM.html" title="class in org.simgrid.msg"><span class="typeNameLink">VM</span></a> - Class in <a href="org/simgrid/msg/package-summary.html">org.simgrid.msg</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/simgrid/msg/VM.html#VM-org.simgrid.msg.Host-java.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="memberNameLink"><a href="org/simgrid/msg/VM.html#VM-org.simgrid.msg.Host-java.lang.String-int-int-int-">VM(Host, 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="memberNameLink"><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="memberNameLink"><a href="org/simgrid/trace/Trace.html#vmVariableSet-java.lang.String-java.lang.String-double-">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="I:W">
<!--   -->
</a>
<h2 class="title">W</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/simgrid/msg/Comm.html#waitAll-org.simgrid.msg.Comm:A-double-">waitAll(Comm[], double)</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">Wait all of the communications</div>
</dd>
<dt><span class="memberNameLink"><a href="org/simgrid/msg/Comm.html#waitAll-org.simgrid.msg.Comm:A-">waitAll(Comm[])</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">Wait all of the communications, with no maximal delay</div>
</dd>
<dt><span class="memberNameLink"><a href="org/simgrid/msg/Comm.html#waitAny-org.simgrid.msg.Comm:A-">waitAny(Comm[])</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">Wait any of the communications, and return the rank of the terminating comm</div>
</dd>
<dt><span class="memberNameLink"><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 infinitely for the completion of the communication (infinite timeout)</div>
</dd>
<dt><span class="memberNameLink"><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="memberNameLink"><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="memberNameLink"><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 a warning logging message.</div>
</dd>
<dt><span class="memberNameLink"><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="memberNameLink"><a href="org/simgrid/msg/File.html#write-long-long-">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 href="#I:A">A</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:D">D</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:F">F</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:H">H</a>&nbsp;<a href="#I:I">I</a>&nbsp;<a href="#I:J">J</a>&nbsp;<a href="#I:K">K</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:M">M</a>&nbsp;<a href="#I:N">N</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a href="#I:V">V</a>&nbsp;<a href="#I:W">W</a>&nbsp;</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!--   -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<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&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="allclasses-noframe.html">All&nbsp;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>