This file is indexed.

/usr/share/doc/libpirl-java/api/PIRL/Conductor/Maestro/Profile.html is in libpirl-java-doc 2.3.8-1.

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

The actual contents of the file can be viewed below.

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_09) on Tue Nov 20 23:14:39 UTC 2012 -->
<title>Profile</title>
<meta name="date" content="2012-11-20">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
    if (location.href.indexOf('is-external=true') == -1) {
        parent.document.title="Profile";
    }
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!--   -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../PIRL/Conductor/Maestro/New_Conductor_Dialog.html" title="class in PIRL.Conductor.Maestro"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../PIRL/Conductor/Maestro/Remote_Management_Exception.html" title="class in PIRL.Conductor.Maestro"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?PIRL/Conductor/Maestro/Profile.html" target="_top">Frames</a></li>
<li><a href="Profile.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_top");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!--   -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">PIRL.Conductor.Maestro</div>
<h2 title="Class Profile" class="title">Class Profile</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li>PIRL.Conductor.Maestro.Profile</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="strong">Profile</span>
extends <a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
<div class="block">A <i>Profile</i> contains Theater and Conductor definitions.
<p>
        A Profile completely specifies the Conductor instances running, or
        to be run, on a set of Theaters. A Profile may take the form of a
        <a href="../../../PIRL/Configuration/Configuration.html" title="class in PIRL.Configuration"><code>Configuration</code></a> that can be <a href="../../../PIRL/Conductor/Maestro/Profile.html#Read(java.lang.String)"><code>read</code></a> from
        or <a href="../../../PIRL/Conductor/Maestro/Profile.html#Write(java.lang.String)"><code>written</code></a> to and file.
<h4>
    Theater definitions
</h4><p>
<p>
        A Theater definition is a list of one to three entries:
<p>
<dl>
<dt>Theater location (String)
<dd>The location of a Theater in <i>hostname</i>[<b>:</b><i>port</i>]
        format. The <i>hostname</i> specifies the system where the
        Stage_Manager with which to communicate is expected to be running.
        This name may be a full or short hostname or an IP address. The
        <i>port</i> specifies the network port to be used to communicate with
        the Stage_Manager. The port number and the colon delimiter may be
        ommitted in user supplied Profile Configuration files, in which case
        the current default Theater port number will be used.
<p>
        The Theater location is a required entry in the definition. It must
        always be the first entry in the definition.
<p>
<dt>Conductor name (String)
<dd>The name of a Conductor definition in the Profile. At least one of
        the named Conductor definition instances are expected to be run at
        the Theater location.
<p>
        The Conductor name is not required in the definition. It may be the
        second or third entry in the definition. A Theater definition witout
        a Conductor name is a "discovery" definition: A connection is to be
        made to the Theater and whatever Conductors are running there are to
        be discovered. However, a Theater definition must not have a
        Conductor name if it occurs within a Conductor definition, in which
        case the Conductor name is implicitly the name of the Conductor
        definition.
<p>
<dt>Count (Integer)
<dd>The number of named Conductor instances to be run at the Theater
    location. 
<p>
        The Count is not required in the definition, but must not be present
        if no Conductor name is present, unless the Theater definition occurs
        within a Conductor definition. It may be the second or third entry in
        the definition. The default Count is 1.
</dl>
<p>
        A Profile may contain zero or more Theater definitions. In a Profile
        Configuration the Theater definitions are always contained in an
        Assignment Parameter named "Theaters" with an Array Value that is a
        list of one or more Theater locations, or a list of one or more 
        Theater definition Array Values. <b<N.B.</b>: a single multi-entry
        Theater definition must be contained in in an Array to distinguish it
        from a list of Theater locations; this results in doubled parentheses
        (or curly braces) around the single definition.
<p>
        Each Theater definition in the Profile is guaranteed to have a unique
        combination of Theater location and Conductor name values. In a user
        supplied Profile Configuration file, however, a Theater location and
        Conductor name combination may occur in more than one Theater
        definition. The Count of each duplicate location/name combination is
        added to the Count of the initial definition. That is, Theater
        definitions read from Configuration files are accumulated into a
        consolidated list of unique definitions.
<p>
        If a Conductor Theater definition with only a location entry is
        duplicated, the duplicates are ignored. However, a definition with
        the same location but that also contains a Conductor name causes the
        location-only definition to be ignored.
<p>
        A Theaters parameter in a user supplied Profile Configuration file
        may occur at the top level of the file or within Conductor
        definitions. A Theater definition within a Conductor definition must
        not contain a Conductor name since this is implicitly the name of the
        containing Conductor definition.
<p>
        Example Profile Configuration Theater definitions:
<p><code><pre>
        # Single Theater location.
        Theaters = host
        Theaters = host:1234
        Theaters = (host)

        # Multiple Theater locations.
        Theaters = (host_1, host_2, host_3, host_3:1234)

        # Single Theater definition.
        Theaters = ((host, name, 1))
        Theaters = ((host, name))

        # Multiple Theater definitions.
        Theaters = ((host_1, name), (host_2, name, 2), (host_3, name_3, 3))
        Theaters =
                (
                host_1:1234,
                (host_2:1234, name),
                (host_3:1234, name_3, 3)
                )
</pre></code><p>
<h4>
    Conductor definitions
</h4><p>
        A Conductor definition is an Aggregate (Group or Object) Parameter
        that specifies the command line arguments used to instantiate a
        Conductor at a Theater location. The name of the Aggregate is the
        Conductor name used in a Theater definition. All Parameter Aggregates
        in a Profile Configuration are taken to be Conductor definitions. The
        parameters contained in a Conductor definition are all Assignments
        with String values (except the Theaters parameter) and are all
        optional:
<p>
<dl>
<dt>Pipeline
<dd>The name of the Pipeline to be managed by the Conductor.
<p>
        If this parameter is not present it will be provided with the value
        being the Conductor definition name.
<dt>Configuration
<dd>The source of the Conductor Configuration file to be used by the
        Conductor. This may be a filesystem pathname or a URL. <b>N.B.</b>: A
        pathname is for the filesystem on the Theater host. A relative
        pathname is relative to the working directory of the Stage_Manager
        used to run the Conductor. In general, absolute pathnames may be
        preferrable to avoid the uncertainty of relative pathnames.
<p>
        If this parameter is not present the instantiated Conductor will use
        its default Configuration source, which is expected to be the
        "Conductor.conf" pathname.
<p>
<dt>Server
<dd>The name of the Configuration Server that specifies the name of the
        Configuration parameters group containing database server access
        information to be used by the Conductor.
<p>
        If this parameter is not present the instantiated Conductor will use
        the first entry in the Configuration Server parameter list.
<p>
<dt>Catalog
<dd>The name of the Database Catalog on the selected database server
        that contains the pipeline Sources and Procedures definitions.
<p>
        If this parameter is not present the instantiated Conductor will use
        the Catalog prefix of the Pipeline (catalog.pipeline) if present;
        otherwise it will use the value of the "Catalog" name from the
        Configuration Server parameter group, or the default "Catalog"
        parameter in the Configuration.
<p>
<dt>Theaters
<dd>A Theater definition list. <b.B.B.</b>: The definitions in this list
        must not contain a Conductor name since this is implicitly the
        name of the Conductor definition.
</dl>
<p>
        A Profile may contain zero or more Conductor definitions. It is not
        necessary that all Conductor definitions be referenced by a Conductor
        name in a Theater definition. Any Conductor name in a Theater definition
        for which a Conductor definition has not been provided will be satisfied
        by a generic Conductor definition as if an emtpy group with the
        Conductor name had been provided.
<p>
        All Conductor definitions will be unique; Conductor definitions with
        the same definition parameters must have different names. <b>N.B.</b>:
        A Profile Configuration file should contain only one Conductor definition
        Group (or Object) having a given name because when the Configuration is
        ingested Groups with the same name will have their parameter contents
        coalesced into a single Group; duplicate parameters names that are
        encountered will result in an exception being thrown.
<p>
        Example Profile Configuration Conductor definitions:
<p><code><pre>
        # A generic Conductor definition.
        Group = name
        End_Group

        # Simple Conductor definitions.
        Group = name
                Pipeline = pipeline
        End_Group

        Group = name_1
                Pipeline = pipeline
                Configuration = config_pathname_1
        End_Group

        Group = name_2
                Pipeline = pipeline_2
                Configuration = config_pathname_2
        End_Group

        # Complete Conductor definition.
        Group = name
                Pipeline = pipeline
                Configuration = /an/absolute/pathname
                Server = server_name
                Catalog = catalog_name
        End_Group

        # Conductor definition with Theater definitions.
        Group = pipeline
                Theaters = ((host_1), (host2, 2), (host_3, 3))
                Configuration = http://config.host/pathname/to/file
        End_Group
</pre></code><p>
<p>
        A Profile Configuration may be managed as separate files by taking
        advantage of the "@Include" capability of a Configuration. For
        example, sets of "standard" Conductor definitions may be maintained
        in files separate from various files that contain Theater
        definitions and "@Include" one or more of the standard Conductor
        definition sets:
<p><code><pre>
        # Theater definitions.
        Theaters =
                (
                # Using standard Conductor definitions.
                (host_1, standard_1),
                (host_2, standard_2),

                # Using special processing Conductor definitions.
                (host_1, special_1),
                (host_2, special_2)

                # Custom Conductor definitions.
                (host_1, custom_1),

                # Local Conductor definition.
                (host_2, local, 3)
                )

        # Standard Conductor definitions.
        &#064;Include = /Conductor/definitions/repository/Standard.defs

        # Special processing Conductor definitions.
        &#064;Include = /Conductor/definitions/repository/Special_Processing.defs

        # Custom Conductor definitions.
        &#064;Include = Custom_Conductor.defs

        # Local Conductor definition.
        Group = local
                Configuration = /an/absolute/pathname
        End_Group
</pre></code><p>
        In this example the included files may have many Conductor
        definitions, most of which are not used in any particular Theaters
        Theater definitions list.
<p>
        "&#064;Include" may also be used to provide common parts of various
        Coductor definitions by putting it inside the appropriate
        Conductor definitions.
<p>
        Profiles are used by the <a href="../../../PIRL/Conductor/Maestro/Kapellmeister.html" title="class in PIRL.Conductor.Maestro"><code>Kapellmeister</code></a> application.
<p></div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!--   -->
</a>
<h3>Field Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Profile.html#CONDUCTOR_COUNT_INDEX">CONDUCTOR_COUNT_INDEX</a></strong></code>
<div class="block">The index of the Conductor count Integer in a theater definition Vector.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Profile.html#CONDUCTOR_NAME_INDEX">CONDUCTOR_NAME_INDEX</a></strong></code>
<div class="block">The index of the Conductor name String or Conductor_Definition
        in a theater definition Vector.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Profile.html#ID">ID</a></strong></code>
<div class="block">Class identification name with source code version and date.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Profile.html#NO_CONDUCTOR_DEFINITION">NO_CONDUCTOR_DEFINITION</a></strong></code>
<div class="block">Theater Conductor name entry when no Conductor_Definition is provided.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Profile.html#PIPELINE_PARAMETER_NAME">PIPELINE_PARAMETER_NAME</a></strong></code>
<div class="block">The name of the Conductor definition parameter that specifies the
        pipeline to be processed.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Profile.html#PROFILE_NAME">PROFILE_NAME</a></strong></code>
<div class="block">The name of a Profile <a href="../../../PIRL/Conductor/Maestro/Profile.html#Configuration()"><code>Configuration</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Profile.html#THEATER_DEFINITION_SIZE">THEATER_DEFINITION_SIZE</a></strong></code>
<div class="block">The size of a complete Theater definition Vector.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Profile.html#THEATER_LOCATION_INDEX">THEATER_LOCATION_INDEX</a></strong></code>
<div class="block">The index of the Theater location String in a theater definition Vector.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Profile.html#THEATERS_PARAMETER_NAME">THEATERS_PARAMETER_NAME</a></strong></code>
<div class="block">The Profile Configuration parameter name for a list of Theater
        definitions.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!--   -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../PIRL/Conductor/Maestro/Profile.html#Profile()">Profile</a></strong>()</code>
<div class="block">Construct an empty Profile.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../PIRL/Conductor/Maestro/Profile.html#Profile(java.util.List, java.util.List)">Profile</a></strong>(<a href="/usr/share/doc/default-jdk-doc/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="/usr/share/doc/default-jdk-doc/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&gt;&nbsp;theater_definitions,
       <a href="/usr/share/doc/default-jdk-doc/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../PIRL/Conductor/Maestro/Conductor_Definition.html" title="class in PIRL.Conductor.Maestro">Conductor_Definition</a>&gt;&nbsp;conductor_definitions)</code>
<div class="block">Construct a Profile from Theater and Conductor definitions.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../PIRL/Conductor/Maestro/Profile.html#Profile(java.lang.String)">Profile</a></strong>(<a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;source)</code>
<div class="block">Construct a Profile from a source Configuration file.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!--   -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../PIRL/Conductor/Maestro/Profile.html" title="class in PIRL.Conductor.Maestro">Profile</a></code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Profile.html#Add_Conductor_Definition(PIRL.Messenger.Message)">Add_Conductor_Definition</a></strong>(<a href="../../../PIRL/Messenger/Message.html" title="class in PIRL.Messenger">Message</a>&nbsp;message)</code>
<div class="block">Adds a Conductor definition from a Message.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../PIRL/Conductor/Maestro/Profile.html" title="class in PIRL.Conductor.Maestro">Profile</a></code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Profile.html#Add_Conductor_Definitions(java.util.List)">Add_Conductor_Definitions</a></strong>(<a href="/usr/share/doc/default-jdk-doc/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../PIRL/Conductor/Maestro/Conductor_Definition.html" title="class in PIRL.Conductor.Maestro">Conductor_Definition</a>&gt;&nbsp;conductor_definitions)</code>
<div class="block">Add Conductor_Definitions to the Profile.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../PIRL/Conductor/Maestro/Profile.html" title="class in PIRL.Conductor.Maestro">Profile</a></code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Profile.html#Add_Theater_Definition(java.util.List)">Add_Theater_Definition</a></strong>(<a href="/usr/share/doc/default-jdk-doc/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;theater_definition)</code>
<div class="block">Add a Theater definition to the Profile.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../PIRL/Conductor/Maestro/Profile.html" title="class in PIRL.Conductor.Maestro">Profile</a></code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Profile.html#Add_Theater_Definition(java.lang.String)">Add_Theater_Definition</a></strong>(<a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;theater_location)</code>
<div class="block">Add a general Theater definition.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../PIRL/Conductor/Maestro/Profile.html" title="class in PIRL.Conductor.Maestro">Profile</a></code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Profile.html#Add_Theater_Definitions(java.util.List)">Add_Theater_Definitions</a></strong>(<a href="/usr/share/doc/default-jdk-doc/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="/usr/share/doc/default-jdk-doc/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&gt;&nbsp;theater_definitions)</code>
<div class="block">Add a list of Theater definitions to the Profile.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../PIRL/Conductor/Maestro/Profile.html" title="class in PIRL.Conductor.Maestro">Profile</a></code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Profile.html#Add(java.util.List, java.util.List)">Add</a></strong>(<a href="/usr/share/doc/default-jdk-doc/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="/usr/share/doc/default-jdk-doc/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&gt;&nbsp;theater_definitions,
   <a href="/usr/share/doc/default-jdk-doc/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../PIRL/Conductor/Maestro/Conductor_Definition.html" title="class in PIRL.Conductor.Maestro">Conductor_Definition</a>&gt;&nbsp;conductor_definitions)</code>
<div class="block">Adds Theater and Conductor definitions to the Profile.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../PIRL/Conductor/Maestro/Profile.html" title="class in PIRL.Conductor.Maestro">Profile</a></code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Profile.html#Add(java.lang.String, PIRL.Messenger.Message)">Add</a></strong>(<a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;theater_location,
   <a href="../../../PIRL/Messenger/Message.html" title="class in PIRL.Messenger">Message</a>&nbsp;conductor_definition)</code>
<div class="block">Add a Conductor_Definition associated with a Theater Location.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="/usr/share/doc/default-jdk-doc/api/java/util/Vector.html?is-external=true" title="class or interface in java.util">Vector</a>&lt;<a href="/usr/share/doc/default-jdk-doc/api/java/util/Vector.html?is-external=true" title="class or interface in java.util">Vector</a>&lt;<a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&gt;</code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Profile.html#Canonical_Theater_Definitions()">Canonical_Theater_Definitions</a></strong>()</code>
<div class="block">Get the canonical Theater definitions list.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../PIRL/Conductor/Maestro/Profile.html" title="class in PIRL.Conductor.Maestro">Profile</a></code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Profile.html#Clear_Conductor_Definitions()">Clear_Conductor_Definitions</a></strong>()</code>
<div class="block">Clears the Conductor_Definitions Vector.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../PIRL/Conductor/Maestro/Profile.html" title="class in PIRL.Conductor.Maestro">Profile</a></code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Profile.html#Clear_Theater_Definitions()">Clear_Theater_Definitions</a></strong>()</code>
<div class="block">Clear the Theater definitions list.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Profile.html#Conductor_Definition_Index(java.util.List, java.lang.String)">Conductor_Definition_Index</a></strong>(<a href="/usr/share/doc/default-jdk-doc/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../PIRL/Conductor/Maestro/Conductor_Definition.html" title="class in PIRL.Conductor.Maestro">Conductor_Definition</a>&gt;&nbsp;conductor_definitions,
                          <a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;conductor_name)</code>
<div class="block">Get a Conductor_Definition index from a list of Conductor_Definition
        objects using its name.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../PIRL/Conductor/Maestro/Conductor_Definition.html" title="class in PIRL.Conductor.Maestro">Conductor_Definition</a></code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Profile.html#Conductor_Definition(java.lang.String)">Conductor_Definition</a></strong>(<a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;conductor_name)</code>
<div class="block">Get the Conductor_Definition for a Conductor name.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="/usr/share/doc/default-jdk-doc/api/java/util/Vector.html?is-external=true" title="class or interface in java.util">Vector</a>&lt;<a href="../../../PIRL/Conductor/Maestro/Conductor_Definition.html" title="class in PIRL.Conductor.Maestro">Conductor_Definition</a>&gt;</code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Profile.html#Conductor_Definitions()">Conductor_Definitions</a></strong>()</code>
<div class="block">Get the list of Conductor_Definitions.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../PIRL/Configuration/Configuration.html" title="class in PIRL.Configuration">Configuration</a></code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Profile.html#Configuration()">Configuration</a></strong>()</code>
<div class="block">Get the Profile as a Configuration.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Profile.html#Contains_Conductor_Definition(PIRL.Messenger.Message)">Contains_Conductor_Definition</a></strong>(<a href="../../../PIRL/Messenger/Message.html" title="class in PIRL.Messenger">Message</a>&nbsp;message)</code>
<div class="block">Test if this Profile contains a Conductor_Definition matching a Message.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Profile.html#Contains_Theater_Definition(java.lang.String)">Contains_Theater_Definition</a></strong>(<a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;theater_location)</code>
<div class="block">Test if any Theater definition for a location is present in this Profile.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Profile.html#Next_Theater_Index(java.lang.String, int)">Next_Theater_Index</a></strong>(<a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;theater_location,
                  int&nbsp;index)</code>
<div class="block">Get the Profile index of the next Theater definition for a Theater
        location starting after a given index.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../PIRL/Conductor/Maestro/Profile.html" title="class in PIRL.Conductor.Maestro">Profile</a></code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Profile.html#Read(PIRL.Configuration.Configuration)">Read</a></strong>(<a href="../../../PIRL/Configuration/Configuration.html" title="class in PIRL.Configuration">Configuration</a>&nbsp;configuration)</code>
<div class="block">Read Theater and Conductor definitions from a Configuration.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../PIRL/Conductor/Maestro/Profile.html" title="class in PIRL.Conductor.Maestro">Profile</a></code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Profile.html#Read(java.lang.String)">Read</a></strong>(<a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;source)</code>
<div class="block">Read Theater and Conductor definitions from a Configuration source file.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Profile.html#Remove_Conductor_Definition(int)">Remove_Conductor_Definition</a></strong>(int&nbsp;index)</code>
<div class="block">Removes a definition from the Conductor_Definitions Vector based on the index.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../PIRL/Conductor/Maestro/Conductor_Definition.html" title="class in PIRL.Conductor.Maestro">Conductor_Definition</a></code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Profile.html#Remove_Conductor_Definition(java.lang.String)">Remove_Conductor_Definition</a></strong>(<a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;conductor_name)</code>
<div class="block">Remove a Conductor_Definition by name.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="/usr/share/doc/default-jdk-doc/api/java/util/Vector.html?is-external=true" title="class or interface in java.util">Vector</a>&lt;<a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;</code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Profile.html#Remove_Theater_Definition(int)">Remove_Theater_Definition</a></strong>(int&nbsp;index)</code>
<div class="block">Removes a Theater definition at a <a href="../../../PIRL/Conductor/Maestro/Profile.html#Theater_Definitions()"><code>Theater_Definitions()</code></a> index.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="/usr/share/doc/default-jdk-doc/api/java/util/Vector.html?is-external=true" title="class or interface in java.util">Vector</a>&lt;<a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;</code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Profile.html#Remove_Theater_Definition(java.lang.String, java.lang.String)">Remove_Theater_Definition</a></strong>(<a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;theater_location,
                         <a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;conductor_name)</code>
<div class="block">Remove a Theater definition from the Profile for a Theater location
        and Conductor name.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Profile.html#Theater_Definition_Index(java.util.List, java.lang.String, java.lang.String)">Theater_Definition_Index</a></strong>(<a href="/usr/share/doc/default-jdk-doc/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&nbsp;theater_definitions,
                        <a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;theater_location,
                        <a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;conductor_name)</code>
<div class="block">Get the index of a Theater definition for a Theater location and
        Conductor name in a Vector of Theater definitions.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="/usr/share/doc/default-jdk-doc/api/java/util/Vector.html?is-external=true" title="class or interface in java.util">Vector</a>&lt;<a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;</code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Profile.html#Theater_Definition(int)">Theater_Definition</a></strong>(int&nbsp;index)</code>
<div class="block">Get a Theater definition at its Profile index.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="/usr/share/doc/default-jdk-doc/api/java/util/Vector.html?is-external=true" title="class or interface in java.util">Vector</a>&lt;<a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;</code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Profile.html#Theater_Definition(java.lang.String, java.lang.String)">Theater_Definition</a></strong>(<a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;theater_location,
                  <a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;conductor_name)</code>
<div class="block">Get the Theater definition for a Theater location and Conductor name.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="/usr/share/doc/default-jdk-doc/api/java/util/Vector.html?is-external=true" title="class or interface in java.util">Vector</a>&lt;<a href="/usr/share/doc/default-jdk-doc/api/java/util/Vector.html?is-external=true" title="class or interface in java.util">Vector</a>&lt;<a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&gt;</code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Profile.html#Theater_Definitions()">Theater_Definitions</a></strong>()</code>
<div class="block">Get the list of Theater definitions.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Profile.html#toString()">toString</a></strong>()</code>
<div class="block">Get a PVL description of the Profile.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Profile.html#Total_Conductor_Definitions()">Total_Conductor_Definitions</a></strong>()</code>
<div class="block">Get the number of Conductor_Definitions in the Profile.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Profile.html#Total_Theater_Definitions()">Total_Theater_Definitions</a></strong>()</code>
<div class="block">Get the number of Theater definitions in the Profile.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../PIRL/Configuration/Configuration.html" title="class in PIRL.Configuration">Configuration</a></code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Profile.html#Unprocessed_Source_Parameters()">Unprocessed_Source_Parameters</a></strong>()</code>
<div class="block">Get unprocessed Configuration parameters.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Profile.html#Validate_Theater_Definition(java.util.List)">Validate_Theater_Definition</a></strong>(<a href="/usr/share/doc/default-jdk-doc/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;theater_definition)</code>
<div class="block">Validate a Theater definition.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Profile.html#Validate_Theater_Definitions(java.util.List)">Validate_Theater_Definitions</a></strong>(<a href="/usr/share/doc/default-jdk-doc/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="/usr/share/doc/default-jdk-doc/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&gt;&nbsp;theater_definitions)</code>
<div class="block">Validate a Theater definitions list.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../PIRL/Conductor/Maestro/Profile.html" title="class in PIRL.Conductor.Maestro">Profile</a></code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Profile.html#Write(java.io.OutputStream)">Write</a></strong>(<a href="/usr/share/doc/default-jdk-doc/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io">OutputStream</a>&nbsp;output_stream)</code>
<div class="block">Write the Profile to an OutputStream.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../PIRL/Conductor/Maestro/Profile.html" title="class in PIRL.Conductor.Maestro">Profile</a></code></td>
<td class="colLast"><code><strong><a href="../../../PIRL/Conductor/Maestro/Profile.html#Write(java.lang.String)">Write</a></strong>(<a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;pathname)</code>
<div class="block">Write the Profile to a <a href="../../../PIRL/Conductor/Maestro/Profile.html#Configuration()"><code>Configuration</code></a> file.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!--   -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
<code><a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_detail">
<!--   -->
</a>
<h3>Field Detail</h3>
<a name="ID">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ID</h4>
<pre>public static final&nbsp;<a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> ID</pre>
<div class="block">Class identification name with source code version and date.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#PIRL.Conductor.Maestro.Profile.ID">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="PROFILE_NAME">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PROFILE_NAME</h4>
<pre>public static final&nbsp;<a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> PROFILE_NAME</pre>
<div class="block">The name of a Profile <a href="../../../PIRL/Conductor/Maestro/Profile.html#Configuration()"><code>Configuration</code></a>.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#PIRL.Conductor.Maestro.Profile.PROFILE_NAME">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="THEATERS_PARAMETER_NAME">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>THEATERS_PARAMETER_NAME</h4>
<pre>public static final&nbsp;<a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> THEATERS_PARAMETER_NAME</pre>
<div class="block">The Profile Configuration parameter name for a list of Theater
        definitions.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#PIRL.Conductor.Maestro.Profile.THEATERS_PARAMETER_NAME">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="THEATER_DEFINITION_SIZE">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>THEATER_DEFINITION_SIZE</h4>
<pre>public static final&nbsp;int THEATER_DEFINITION_SIZE</pre>
<div class="block">The size of a complete Theater definition Vector.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#PIRL.Conductor.Maestro.Profile.THEATER_DEFINITION_SIZE">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="THEATER_LOCATION_INDEX">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>THEATER_LOCATION_INDEX</h4>
<pre>public static final&nbsp;int THEATER_LOCATION_INDEX</pre>
<div class="block">The index of the Theater location String in a theater definition Vector.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#PIRL.Conductor.Maestro.Profile.THEATER_LOCATION_INDEX">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="CONDUCTOR_NAME_INDEX">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CONDUCTOR_NAME_INDEX</h4>
<pre>public static final&nbsp;int CONDUCTOR_NAME_INDEX</pre>
<div class="block">The index of the Conductor name String or Conductor_Definition
        in a theater definition Vector.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#PIRL.Conductor.Maestro.Profile.CONDUCTOR_NAME_INDEX">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="CONDUCTOR_COUNT_INDEX">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CONDUCTOR_COUNT_INDEX</h4>
<pre>public static final&nbsp;int CONDUCTOR_COUNT_INDEX</pre>
<div class="block">The index of the Conductor count Integer in a theater definition Vector.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#PIRL.Conductor.Maestro.Profile.CONDUCTOR_COUNT_INDEX">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="NO_CONDUCTOR_DEFINITION">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NO_CONDUCTOR_DEFINITION</h4>
<pre>public static final&nbsp;<a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> NO_CONDUCTOR_DEFINITION</pre>
<div class="block">Theater Conductor name entry when no Conductor_Definition is provided.</div>
</li>
</ul>
<a name="PIPELINE_PARAMETER_NAME">
<!--   -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>PIPELINE_PARAMETER_NAME</h4>
<pre>public static final&nbsp;<a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> PIPELINE_PARAMETER_NAME</pre>
<div class="block">The name of the Conductor definition parameter that specifies the
        pipeline to be processed.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#PIRL.Conductor.Maestro.Profile.PIPELINE_PARAMETER_NAME">Constant Field Values</a></dd></dl>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!--   -->
</a>
<h3>Constructor Detail</h3>
<a name="Profile(java.lang.String)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Profile</h4>
<pre>public&nbsp;Profile(<a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;source)
        throws <a href="../../../PIRL/Configuration/Configuration_Exception.html" title="class in PIRL.Configuration">Configuration_Exception</a>,
               <a href="../../../PIRL/PVL/PVL_Exception.html" title="class in PIRL.PVL">PVL_Exception</a></pre>
<div class="block">Construct a Profile from a source Configuration file.
<p>
        Any parameters remaining after the source has been <a href="../../../PIRL/Conductor/Maestro/Profile.html#Read(java.lang.String)"><code>read</code></a> will be held in the <a href="../../../PIRL/Conductor/Maestro/Profile.html#Unprocessed_Source_Parameters()"><code>unprocessed source Configuration</code></a>.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>source</code> - A Configuration source String. This may be a file
                pathname or a URL.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../PIRL/Configuration/Configuration_Exception.html" title="class in PIRL.Configuration">Configuration_Exception</a></code> - If there was a problem with the source
                Configuration syntax.</dd>
<dd><code><a href="../../../PIRL/PVL/PVL_Exception.html" title="class in PIRL.PVL">PVL_Exception</a></code></dd></dl>
</li>
</ul>
<a name="Profile(java.util.List, java.util.List)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Profile</h4>
<pre>public&nbsp;Profile(<a href="/usr/share/doc/default-jdk-doc/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="/usr/share/doc/default-jdk-doc/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&gt;&nbsp;theater_definitions,
       <a href="/usr/share/doc/default-jdk-doc/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../PIRL/Conductor/Maestro/Conductor_Definition.html" title="class in PIRL.Conductor.Maestro">Conductor_Definition</a>&gt;&nbsp;conductor_definitions)
        throws <a href="/usr/share/doc/default-jdk-doc/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></pre>
<div class="block">Construct a Profile from Theater and Conductor definitions.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>theater_definitions</code> - A List of Theater definitions.</dd><dd><code>conductor_definitions</code> - A List of Conductor_Definitions.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="/usr/share/doc/default-jdk-doc/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - If there was a problem creating the 
                Profile.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../PIRL/Conductor/Maestro/Profile.html#Add(java.util.List, java.util.List)"><code>Add(List, List)</code></a></dd></dl>
</li>
</ul>
<a name="Profile()">
<!--   -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>Profile</h4>
<pre>public&nbsp;Profile()</pre>
<div class="block">Construct an empty Profile.</div>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!--   -->
</a>
<h3>Method Detail</h3>
<a name="Read(java.lang.String)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Read</h4>
<pre>public&nbsp;<a href="../../../PIRL/Conductor/Maestro/Profile.html" title="class in PIRL.Conductor.Maestro">Profile</a>&nbsp;Read(<a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;source)
             throws <a href="../../../PIRL/Configuration/Configuration_Exception.html" title="class in PIRL.Configuration">Configuration_Exception</a></pre>
<div class="block">Read Theater and Conductor definitions from a Configuration source file.
<p>
        Theater and Conductor definitions found in the Configuration are
        added to the definitions currently in this Profile.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>source</code> - A Configuration source String. This may be a file
                pathname or a URL.</dd>
<dt><span class="strong">Returns:</span></dt><dd>This Profile.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../PIRL/Configuration/Configuration_Exception.html" title="class in PIRL.Configuration">Configuration_Exception</a></code> - If the source can not be found or parsed
                as valid PVL or the contents do not conform to valid Profile
                syntax.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../PIRL/Conductor/Maestro/Profile.html#Read(PIRL.Configuration.Configuration)"><code>Read(Configuration)</code></a></dd></dl>
</li>
</ul>
<a name="Read(PIRL.Configuration.Configuration)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Read</h4>
<pre>public&nbsp;<a href="../../../PIRL/Conductor/Maestro/Profile.html" title="class in PIRL.Conductor.Maestro">Profile</a>&nbsp;Read(<a href="../../../PIRL/Configuration/Configuration.html" title="class in PIRL.Configuration">Configuration</a>&nbsp;configuration)
             throws <a href="../../../PIRL/Configuration/Configuration_Exception.html" title="class in PIRL.Configuration">Configuration_Exception</a></pre>
<div class="block">Read Theater and Conductor definitions from a Configuration.
<p>
        Theater and Conductor definitions found in the Configuration are
        added to the definitions currently in this Profile. Only <a href="../../../PIRL/Conductor/Maestro/Profile.html#THEATERS_PARAMETER_NAME"><code>THEATERS_PARAMETER_NAME</code></a> Assignment parameters are used as Theater
        definitions. All Aggregate parameters are taken to be Conductor
        definitions.
<p>
        <b>N.B.</b>: The Theater and Conductor definitions found in the
        Configuration are removed from the Configuration leaving only the
        <a href="../../../PIRL/Conductor/Maestro/Profile.html#Unprocessed_Source_Parameters()"><code>unprocessed source parameters</code></a>
        in the original Configuration.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>configuration</code> - A Configuration. If null nothing is done.</dd>
<dt><span class="strong">Returns:</span></dt><dd>This Profile.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../PIRL/Configuration/Configuration_Exception.html" title="class in PIRL.Configuration">Configuration_Exception</a></code> - If the Configuration Theater or
                Conductor definition contents do not conform to valid Profile
                syntax.</dd></dl>
</li>
</ul>
<a name="Unprocessed_Source_Parameters()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Unprocessed_Source_Parameters</h4>
<pre>public&nbsp;<a href="../../../PIRL/Configuration/Configuration.html" title="class in PIRL.Configuration">Configuration</a>&nbsp;Unprocessed_Source_Parameters()</pre>
<div class="block">Get unprocessed Configuration parameters.
<p></div>
<dl><dt><span class="strong">Returns:</span></dt><dd>A Configuration containing any parameters remaining after a
                Configuration source was <a href="../../../PIRL/Conductor/Maestro/Profile.html#Read(PIRL.Configuration.Configuration)"><code>read</code></a>. This
                will be null if there were no unprocessed parameters.</dd></dl>
</li>
</ul>
<a name="Write(java.lang.String)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Write</h4>
<pre>public&nbsp;<a href="../../../PIRL/Conductor/Maestro/Profile.html" title="class in PIRL.Conductor.Maestro">Profile</a>&nbsp;Write(<a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;pathname)
              throws <a href="../../../PIRL/Configuration/Configuration_Exception.html" title="class in PIRL.Configuration">Configuration_Exception</a>,
                     <a href="/usr/share/doc/default-jdk-doc/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<div class="block">Write the Profile to a <a href="../../../PIRL/Conductor/Maestro/Profile.html#Configuration()"><code>Configuration</code></a> file.
<p>
        If the Profile is empty nothing is written.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>pathname</code> - The file pathname String. If null or empty
                nothing is done.</dd>
<dt><span class="strong">Returns:</span></dt><dd>This Profile.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../PIRL/Configuration/Configuration_Exception.html" title="class in PIRL.Configuration">Configuration_Exception</a></code> - If there was a problem creating a
                Configuration for this Profile.</dd>
<dd><code><a href="/usr/share/doc/default-jdk-doc/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - If there was a problem writing the file.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../PIRL/Conductor/Maestro/Profile.html#Write(java.io.OutputStream)"><code>Write(OutputStream)</code></a></dd></dl>
</li>
</ul>
<a name="Write(java.io.OutputStream)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Write</h4>
<pre>public&nbsp;<a href="../../../PIRL/Conductor/Maestro/Profile.html" title="class in PIRL.Conductor.Maestro">Profile</a>&nbsp;Write(<a href="/usr/share/doc/default-jdk-doc/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io">OutputStream</a>&nbsp;output_stream)
              throws <a href="../../../PIRL/Configuration/Configuration_Exception.html" title="class in PIRL.Configuration">Configuration_Exception</a>,
                     <a href="/usr/share/doc/default-jdk-doc/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<div class="block">Write the Profile to an OutputStream.
<p>
        A <a href="../../../PIRL/Conductor/Maestro/Profile.html#Configuration()"><code>configuration</code></a> is created from the current
        Profile contents and this is <a href="../../../PIRL/PVL/Parameter.html#Write(java.io.OutputStream)"><code>written</code></a> to the OutputStream.
<p>
        If the Profile is empty nothing is written.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>output_stream</code> - An OutputStream where the Profile Configuration
                is to be written. If null nothing is done.</dd>
<dt><span class="strong">Returns:</span></dt><dd>This Profile.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../PIRL/Configuration/Configuration_Exception.html" title="class in PIRL.Configuration">Configuration_Exception</a></code> - If there was a problem creating a
                Configuration for this Profile.</dd>
<dd><code><a href="/usr/share/doc/default-jdk-doc/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - If there was a problem writing the file.</dd></dl>
</li>
</ul>
<a name="Configuration()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Configuration</h4>
<pre>public&nbsp;<a href="../../../PIRL/Configuration/Configuration.html" title="class in PIRL.Configuration">Configuration</a>&nbsp;Configuration()
                            throws <a href="../../../PIRL/Configuration/Configuration_Exception.html" title="class in PIRL.Configuration">Configuration_Exception</a></pre>
<div class="block">Get the Profile as a Configuration.
<p></div>
<dl><dt><span class="strong">Returns:</span></dt><dd>A Configuration containing the Profile definition parameters.
                The <a href="../../../PIRL/PVL/Parameter.html#Name()"><code>Name</code></a> of the Configuration will
                be the <a href="../../../PIRL/Conductor/Maestro/Profile.html#PROFILE_NAME"><code>PROFILE_NAME</code></a>.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../PIRL/Configuration/Configuration_Exception.html" title="class in PIRL.Configuration">Configuration_Exception</a></code> - If there was a problem creating the
                Configuration</dd></dl>
</li>
</ul>
<a name="toString()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>toString</h4>
<pre>public&nbsp;<a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;toString()</pre>
<div class="block">Get a PVL description of the Profile.
<p>
        The current contents of the Profile are converted to a <a href="../../../PIRL/Conductor/Maestro/Profile.html#Configuration()"><code>Configuration</code></a> from which a PVL <a href="../../../PIRL/Configuration/Configuration.html#Description()"><code>description</code></a> is obtained.
<p></div>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a></code>&nbsp;in class&nbsp;<code><a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd>
<dt><span class="strong">Returns:</span></dt><dd>A PVL String description of the Profile. This will be null
                if the <a href="../../../PIRL/Conductor/Maestro/Profile.html#Configuration()"><code>Configuration</code></a> description
                could not be generated.</dd></dl>
</li>
</ul>
<a name="Add(java.util.List, java.util.List)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Add</h4>
<pre>public&nbsp;<a href="../../../PIRL/Conductor/Maestro/Profile.html" title="class in PIRL.Conductor.Maestro">Profile</a>&nbsp;Add(<a href="/usr/share/doc/default-jdk-doc/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="/usr/share/doc/default-jdk-doc/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&gt;&nbsp;theater_definitions,
          <a href="/usr/share/doc/default-jdk-doc/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../PIRL/Conductor/Maestro/Conductor_Definition.html" title="class in PIRL.Conductor.Maestro">Conductor_Definition</a>&gt;&nbsp;conductor_definitions)
            throws <a href="/usr/share/doc/default-jdk-doc/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></pre>
<div class="block">Adds Theater and Conductor definitions to the Profile.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>theater_definitions</code> - A List of Theater definitions.</dd><dd><code>conductor_definitions</code> - A List of Conductor_Definitions.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="/usr/share/doc/default-jdk-doc/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - If the arguments are not one
                List of valid Theater definitions and one List of valid
                Conductor_Definitions.</dd></dl>
</li>
</ul>
<a name="Add(java.lang.String, PIRL.Messenger.Message)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Add</h4>
<pre>public&nbsp;<a href="../../../PIRL/Conductor/Maestro/Profile.html" title="class in PIRL.Conductor.Maestro">Profile</a>&nbsp;Add(<a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;theater_location,
          <a href="../../../PIRL/Messenger/Message.html" title="class in PIRL.Messenger">Message</a>&nbsp;conductor_definition)
            throws <a href="/usr/share/doc/default-jdk-doc/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></pre>
<div class="block">Add a Conductor_Definition associated with a Theater Location.
<p>
        The Theater definition will have as a Conductor name the
        <a href="../../../PIRL/Conductor/Maestro/Conductor_Table_Model.html#Conductor_Name(PIRL.Messenger.Message)"><code>Conductor name</code></a>
        obtained from the Conductor definition, and it will have a Conductor
        count of 1.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>theater_location</code> - A Theater location String. If null or
                empty nothing is done.</dd><dd><code>conductor_definition</code> - A Conductor definition Message. If null
                nothing is done.</dd>
<dt><span class="strong">Returns:</span></dt><dd>This Profile.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="/usr/share/doc/default-jdk-doc/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - If the Conductor definition
                conflicts with an existing definition.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../PIRL/Conductor/Maestro/Profile.html#Add_Theater_Definition(java.lang.String)"><code>Add_Theater_Definition(String)</code></a>, 
<a href="../../../PIRL/Conductor/Maestro/Profile.html#Add_Conductor_Definition(PIRL.Messenger.Message)"><code>Add_Conductor_Definition(Message)</code></a></dd></dl>
</li>
</ul>
<a name="Add_Theater_Definitions(java.util.List)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Add_Theater_Definitions</h4>
<pre>public&nbsp;<a href="../../../PIRL/Conductor/Maestro/Profile.html" title="class in PIRL.Conductor.Maestro">Profile</a>&nbsp;Add_Theater_Definitions(<a href="/usr/share/doc/default-jdk-doc/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="/usr/share/doc/default-jdk-doc/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&gt;&nbsp;theater_definitions)
                                throws <a href="/usr/share/doc/default-jdk-doc/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></pre>
<div class="block">Add a list of Theater definitions to the Profile.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>theater_definitions</code> - A List containing Theater definitions. If
                null or empty nothing is done.</dd>
<dt><span class="strong">Returns:</span></dt><dd>This Profile.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="/usr/share/doc/default-jdk-doc/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - If any Theater definition in the
                theater_definitions is not <a href="../../../PIRL/Conductor/Maestro/Profile.html#Validate_Theater_Definition(java.util.List)"><code>valid</code></a>.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../PIRL/Conductor/Maestro/Profile.html#Add_Theater_Definition(java.util.List)"><code>Add_Theater_Definition(List)</code></a></dd></dl>
</li>
</ul>
<a name="Add_Theater_Definition(java.util.List)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Add_Theater_Definition</h4>
<pre>public&nbsp;<a href="../../../PIRL/Conductor/Maestro/Profile.html" title="class in PIRL.Conductor.Maestro">Profile</a>&nbsp;Add_Theater_Definition(<a href="/usr/share/doc/default-jdk-doc/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;theater_definition)
                               throws <a href="/usr/share/doc/default-jdk-doc/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></pre>
<div class="block">Add a Theater definition to the Profile.
<p>
        The theater definition is first <a href="../../../PIRL/Conductor/Maestro/Profile.html#Validate_Theater_Definition(java.util.List)"><code>validated</code></a>. It is then copied and
        added to the Profile.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>theater_definition</code> - A List containing a Theater definition.
                If null or empty nothing is done.</dd>
<dt><span class="strong">Returns:</span></dt><dd>This Profile.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="/usr/share/doc/default-jdk-doc/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - If the theater_definition is not
                valid.</dd></dl>
</li>
</ul>
<a name="Add_Theater_Definition(java.lang.String)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Add_Theater_Definition</h4>
<pre>public&nbsp;<a href="../../../PIRL/Conductor/Maestro/Profile.html" title="class in PIRL.Conductor.Maestro">Profile</a>&nbsp;Add_Theater_Definition(<a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;theater_location)</pre>
<div class="block">Add a general Theater definition.
<p>
        A general Theater definition has a Theater location but no Conductor
        name (this will be null) or count (this will be zero).
<p>
        Adding a general Theater definition for a location that already has
        a Theater definition in the Profile will have no effect; a general
        definition does not override a specific definition.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>theater_location</code> - A Theater location String. If this is null
                or empty nothing will be done.</dd>
<dt><span class="strong">Returns:</span></dt><dd>This Profile.</dd></dl>
</li>
</ul>
<a name="Validate_Theater_Definition(java.util.List)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Validate_Theater_Definition</h4>
<pre>public static&nbsp;void&nbsp;Validate_Theater_Definition(<a href="/usr/share/doc/default-jdk-doc/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;theater_definition)
                                        throws <a href="/usr/share/doc/default-jdk-doc/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></pre>
<div class="block">Validate a Theater definition.
<p>
        A valid Theater definition Vector contains three entries:
<dl>
<dt>Theater Location
<dd>The Theater location String is in the form:
<p>
        <i>host</i>[<b>:</b><i>port</i>]
<p>
        The <i>host</i> may be a hostname, short or fully qualified, or IP
        address. The optional <i>port</i> is the system port number used to
        connect to the Stage_Manager.

<dt>Conductor Name
<dd>The Conductor name String is the name of a <a href="../../../PIRL/Conductor/Maestro/Profile.html#Conductor_Definition(java.lang.String)"><code>Conductor_Definition</code></a> in the Profile.
        This may be null to indicate that the Conductors on the Theater are
        to be used as-is ("discovered").

<dt>Conductor Count
<dd>The Conductor count Integer specifies the number of Conductors as
        defined by the Conductor_Defintiion having the Conductor name that
        are to be run on the Theater.
</dl>
        The Theater location must always be the first entry in the definition.
        The Conductor name and count need not be in that order. <b>N.B.</b>:
        If the Conductor name and count are not in that order their order in
        the Vector will be swapped.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>theater_definition</code> - A List containing a Theater definition.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="/usr/share/doc/default-jdk-doc/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - If the theater_definition is invalid.</dd></dl>
</li>
</ul>
<a name="Validate_Theater_Definitions(java.util.List)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Validate_Theater_Definitions</h4>
<pre>public static&nbsp;void&nbsp;Validate_Theater_Definitions(<a href="/usr/share/doc/default-jdk-doc/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="/usr/share/doc/default-jdk-doc/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&gt;&nbsp;theater_definitions)
                                         throws <a href="/usr/share/doc/default-jdk-doc/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></pre>
<div class="block">Validate a Theater definitions list.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>theater_definitions</code> - The List that is to be validated. If null
                or empty nothing is validated.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="/usr/share/doc/default-jdk-doc/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - If a theater_definitions entry
                is invalid.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../PIRL/Conductor/Maestro/Profile.html#Validate_Theater_Definition(java.util.List)"><code>Validate_Theater_Definition(List)</code></a></dd></dl>
</li>
</ul>
<a name="Theater_Definition(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Theater_Definition</h4>
<pre>public&nbsp;<a href="/usr/share/doc/default-jdk-doc/api/java/util/Vector.html?is-external=true" title="class or interface in java.util">Vector</a>&lt;<a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;Theater_Definition(int&nbsp;index)</pre>
<div class="block">Get a Theater definition at its Profile index.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>index</code> - A Profile Theater definition index.</dd>
<dt><span class="strong">Returns:</span></dt><dd>A reference to the Theater definition Vector in this
                Profile; the definition is not copied. This will be null if the
                index is invalid.</dd></dl>
</li>
</ul>
<a name="Next_Theater_Index(java.lang.String, int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Next_Theater_Index</h4>
<pre>public&nbsp;int&nbsp;Next_Theater_Index(<a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;theater_location,
                     int&nbsp;index)</pre>
<div class="block">Get the Profile index of the next Theater definition for a Theater
        location starting after a given index.
<p>
        Starting at the Profile index immediately following the specified
        index, the index of the next Theater definition for the specified
        location is returned.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>theater_location</code> - A Theater location String.</dd><dd><code>index</code> - The Profile index after which the search for the
                next Theater definition for the the location will begin.
                If less than zero the search begins with the first definition.</dd>
<dt><span class="strong">Returns:</span></dt><dd>The Profile index of the next Theater definition that
                contains a matching location, or -1 if no match is found or the
                theater location is null or the empty String.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../PIRL/Conductor/Maestro/Profile.html#Theater_Definition(int)"><code>Theater_Definition(int)</code></a></dd></dl>
</li>
</ul>
<a name="Theater_Definitions()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Theater_Definitions</h4>
<pre>public&nbsp;<a href="/usr/share/doc/default-jdk-doc/api/java/util/Vector.html?is-external=true" title="class or interface in java.util">Vector</a>&lt;<a href="/usr/share/doc/default-jdk-doc/api/java/util/Vector.html?is-external=true" title="class or interface in java.util">Vector</a>&lt;<a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&gt;&nbsp;Theater_Definitions()</pre>
<div class="block">Get the list of Theater definitions.
<p></div>
<dl><dt><span class="strong">Returns:</span></dt><dd>A Vector containing a copy of the Theater definitions list
                in this Profile.</dd></dl>
</li>
</ul>
<a name="Theater_Definition(java.lang.String, java.lang.String)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Theater_Definition</h4>
<pre>public&nbsp;<a href="/usr/share/doc/default-jdk-doc/api/java/util/Vector.html?is-external=true" title="class or interface in java.util">Vector</a>&lt;<a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;Theater_Definition(<a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;theater_location,
                                <a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;conductor_name)</pre>
<div class="block">Get the Theater definition for a Theater location and Conductor name.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>theater_location</code> - A Theater location String. If null, null
                is returned.</dd><dd><code>conductor_name</code> - A Conductor name. If null, null is
                returned.</dd>
<dt><span class="strong">Returns:</span></dt><dd>A Theater definition Vector. <b>N.B.</b>: This is a reference
                to the definition in the Profile; copy first if it is to be
                modified. This will be null if the matching Theater definition
                could not be found.</dd></dl>
</li>
</ul>
<a name="Canonical_Theater_Definitions()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Canonical_Theater_Definitions</h4>
<pre>public&nbsp;<a href="/usr/share/doc/default-jdk-doc/api/java/util/Vector.html?is-external=true" title="class or interface in java.util">Vector</a>&lt;<a href="/usr/share/doc/default-jdk-doc/api/java/util/Vector.html?is-external=true" title="class or interface in java.util">Vector</a>&lt;<a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&gt;&nbsp;Canonical_Theater_Definitions()</pre>
<div class="block">Get the canonical Theater definitions list.
<p>
        <b>N.B.</b>: The <a href="../../../PIRL/Conductor/Maestro/Profile.html#CONDUCTOR_NAME_INDEX"><code>CONDUCTOR_NAME_INDEX</code></a> entry in the
        definition Vector will be the full Conductor_Definition, not just its
        name. This will be null if the definition for the Theater does not
        specify any Conductors.
<p></div>
<dl><dt><span class="strong">Returns:</span></dt><dd>A Vector containing of all the Theater definitions in the
                Profile. <b>N.B.</b>: The Conductor_Definitions in the Theater
                definition Vectors will be references to the objects in
                the Profile, not copies.</dd></dl>
</li>
</ul>
<a name="Contains_Theater_Definition(java.lang.String)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Contains_Theater_Definition</h4>
<pre>public&nbsp;boolean&nbsp;Contains_Theater_Definition(<a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;theater_location)</pre>
<div class="block">Test if any Theater definition for a location is present in this Profile.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>theater_location</code> - A Theater location String. If null or empty
                false is returned.</dd>
<dt><span class="strong">Returns:</span></dt><dd>true if at least one Theater defifinition for the theater_location
                is present in this Profile; false otherwise.</dd></dl>
</li>
</ul>
<a name="Theater_Definition_Index(java.util.List, java.lang.String, java.lang.String)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Theater_Definition_Index</h4>
<pre>public static&nbsp;int&nbsp;Theater_Definition_Index(<a href="/usr/share/doc/default-jdk-doc/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&nbsp;theater_definitions,
                           <a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;theater_location,
                           <a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;conductor_name)</pre>
<div class="block">Get the index of a Theater definition for a Theater location and
        Conductor name in a Vector of Theater definitions.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>theater_definitions</code> - A Vector of Theater definitions. If null
                or empty -1 is returned. <b>N.B.</b>: This must be a
                <a href="../../../PIRL/Conductor/Maestro/Profile.html#Validate_Theater_Definitions(java.util.List)"><code>valid Theater definitions
                list</code></a>.</dd><dd><code>theater_location</code> - A Theater location String. If null or
                empty -1 is returned.</dd><dd><code>conductor_name</code> - A Conductor name String. May be null.</dd>
<dt><span class="strong">Returns:</span></dt><dd>The index of the Theater definition in the theater_definitions.
                This will be -1 if a Theater definition with the theater_location
                and conductor_name could not be found.</dd></dl>
</li>
</ul>
<a name="Total_Theater_Definitions()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Total_Theater_Definitions</h4>
<pre>public&nbsp;int&nbsp;Total_Theater_Definitions()</pre>
<div class="block">Get the number of Theater definitions in the Profile.
<p></div>
<dl><dt><span class="strong">Returns:</span></dt><dd>The number of Theater definitions in the Profile.</dd></dl>
</li>
</ul>
<a name="Remove_Theater_Definition(java.lang.String, java.lang.String)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Remove_Theater_Definition</h4>
<pre>public&nbsp;<a href="/usr/share/doc/default-jdk-doc/api/java/util/Vector.html?is-external=true" title="class or interface in java.util">Vector</a>&lt;<a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;Remove_Theater_Definition(<a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;theater_location,
                                       <a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;conductor_name)</pre>
<div class="block">Remove a Theater definition from the Profile for a Theater location
        and Conductor name.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>theater_location</code> - A Theater location String. If null or
                empty null will be returned.</dd><dd><code>conductor_name</code> - A Conductor name String. May be null.</dd>
<dt><span class="strong">Returns:</span></dt><dd>The Theater definition Vector that was removed from the Profile.
                This will be null if a matching definition could not be found.</dd></dl>
</li>
</ul>
<a name="Remove_Theater_Definition(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Remove_Theater_Definition</h4>
<pre>public&nbsp;<a href="/usr/share/doc/default-jdk-doc/api/java/util/Vector.html?is-external=true" title="class or interface in java.util">Vector</a>&lt;<a href="/usr/share/doc/default-jdk-doc/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;Remove_Theater_Definition(int&nbsp;index)</pre>
<div class="block">Removes a Theater definition at a <a href="../../../PIRL/Conductor/Maestro/Profile.html#Theater_Definitions()"><code>Theater_Definitions()</code></a> index.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>index</code> - The index of a Theater definition in this Profile.</dd>
<dt><span class="strong">Returns:</span></dt><dd>The Theater definition Vector that was removed from the Profile.
                This will be null if index is not valid.</dd></dl>
</li>
</ul>
<a name="Clear_Theater_Definitions()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Clear_Theater_Definitions</h4>
<pre>public&nbsp;<a href="../../../PIRL/Conductor/Maestro/Profile.html" title="class in PIRL.Conductor.Maestro">Profile</a>&nbsp;Clear_Theater_Definitions()</pre>
<div class="block">Clear the Theater definitions list.
<p></div>
<dl><dt><span class="strong">Returns:</span></dt><dd>This Profile.</dd></dl>
</li>
</ul>
<a name="Add_Conductor_Definitions(java.util.List)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Add_Conductor_Definitions</h4>
<pre>public&nbsp;<a href="../../../PIRL/Conductor/Maestro/Profile.html" title="class in PIRL.Conductor.Maestro">Profile</a>&nbsp;Add_Conductor_Definitions(<a href="/usr/share/doc/default-jdk-doc/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../PIRL/Conductor/Maestro/Conductor_Definition.html" title="class in PIRL.Conductor.Maestro">Conductor_Definition</a>&gt;&nbsp;conductor_definitions)
                                  throws <a href="/usr/share/doc/default-jdk-doc/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></pre>
<div class="block">Add Conductor_Definitions to the Profile.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>conductor_definitions</code> - A List of Conductor_Definitions.</dd>
<dt><span class="strong">Returns:</span></dt><dd>This Profile.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="/usr/share/doc/default-jdk-doc/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - If a definition conflicts with an
                existing definition of the same name.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../PIRL/Conductor/Maestro/Profile.html#Add_Conductor_Definition(PIRL.Messenger.Message)"><code>Add_Conductor_Definition(Message)</code></a></dd></dl>
</li>
</ul>
<a name="Add_Conductor_Definition(PIRL.Messenger.Message)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Add_Conductor_Definition</h4>
<pre>public&nbsp;<a href="../../../PIRL/Conductor/Maestro/Profile.html" title="class in PIRL.Conductor.Maestro">Profile</a>&nbsp;Add_Conductor_Definition(<a href="../../../PIRL/Messenger/Message.html" title="class in PIRL.Messenger">Message</a>&nbsp;message)
                                 throws <a href="/usr/share/doc/default-jdk-doc/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></pre>
<div class="block">Adds a Conductor definition from a Message.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>message</code> - A Message containing a Conductor definition to be
                added to this Profile.</dd>
<dt><span class="strong">Returns:</span></dt><dd>This Profile.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="/usr/share/doc/default-jdk-doc/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - If the Message does not contain a
                valid Conductor definition or contains a conflicting definition
                with a definition of the same name already in the Profile.</dd></dl>
</li>
</ul>
<a name="Contains_Conductor_Definition(PIRL.Messenger.Message)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Contains_Conductor_Definition</h4>
<pre>public&nbsp;boolean&nbsp;Contains_Conductor_Definition(<a href="../../../PIRL/Messenger/Message.html" title="class in PIRL.Messenger">Message</a>&nbsp;message)</pre>
<div class="block">Test if this Profile contains a Conductor_Definition matching a Message.
<p>
        Each Conductor_Definition contained in this Profile is compared
        against the contents of the Message for a <a href="../../../PIRL/Conductor/Maestro/Conductor_Definition.html#Matches(PIRL.Messenger.Message)"><code>matching definition</code></a>. <b>N.B.</b>:
        The name of the Message does not need to match the name of a
        Conductor_Definition, only the contents must logically match.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>message</code> - A Message. If null false is returned.</dd>
<dt><span class="strong">Returns:</span></dt><dd>true if this Profile contains a Conductor_Definition that
                logically matches the Message contents; false if no match is
                found.</dd></dl>
</li>
</ul>
<a name="Conductor_Definitions()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Conductor_Definitions</h4>
<pre>public&nbsp;<a href="/usr/share/doc/default-jdk-doc/api/java/util/Vector.html?is-external=true" title="class or interface in java.util">Vector</a>&lt;<a href="../../../PIRL/Conductor/Maestro/Conductor_Definition.html" title="class in PIRL.Conductor.Maestro">Conductor_Definition</a>&gt;&nbsp;Conductor_Definitions()</pre>
<div class="block">Get the list of Conductor_Definitions.
<p></div>
<dl><dt><span class="strong">Returns:</span></dt><dd>A Vector of Conductor_Definitions. This is a copy of the
                Conductor definitions list contained in this Profile.</dd></dl>
</li>
</ul>
<a name="Conductor_Definition_Index(java.util.List, java.lang.String)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Conductor_Definition_Index</h4>
<pre>public static&nbsp;int&nbsp;Conductor_Definition_Index(<a href="/usr/share/doc/default-jdk-doc/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../PIRL/Conductor/Maestro/Conductor_Definition.html" title="class in PIRL.Conductor.Maestro">Conductor_Definition</a>&gt;&nbsp;conductor_definitions,
                             <a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;conductor_name)</pre>
<div class="block">Get a Conductor_Definition index from a list of Conductor_Definition
        objects using its name.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>conductor_definitions</code> - A List of Conductor_Definition objects.</dd><dd><code>conductor_name</code> - The Conductor_Definition name.</dd>
<dt><span class="strong">Returns:</span></dt><dd>The index of the definition in the Conductor_Definitions Vector.</dd></dl>
</li>
</ul>
<a name="Conductor_Definition(java.lang.String)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Conductor_Definition</h4>
<pre>public&nbsp;<a href="../../../PIRL/Conductor/Maestro/Conductor_Definition.html" title="class in PIRL.Conductor.Maestro">Conductor_Definition</a>&nbsp;Conductor_Definition(<a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;conductor_name)</pre>
<div class="block">Get the Conductor_Definition for a Conductor name.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>conductor_name</code> - A Conductor_Definition name String. If null,
                null is returned.</dd>
<dt><span class="strong">Returns:</span></dt><dd>The Conductor_Definition in the Profile (not a copy) having
                the conductor_name. This will be null if a Conductor_Definition
                with the conductor_name could not be found.</dd></dl>
</li>
</ul>
<a name="Total_Conductor_Definitions()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Total_Conductor_Definitions</h4>
<pre>public&nbsp;int&nbsp;Total_Conductor_Definitions()</pre>
<div class="block">Get the number of Conductor_Definitions in the Profile.
<p></div>
<dl><dt><span class="strong">Returns:</span></dt><dd>The number of Conductor_Definitions in the Profile.</dd></dl>
</li>
</ul>
<a name="Remove_Conductor_Definition(java.lang.String)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Remove_Conductor_Definition</h4>
<pre>public&nbsp;<a href="../../../PIRL/Conductor/Maestro/Conductor_Definition.html" title="class in PIRL.Conductor.Maestro">Conductor_Definition</a>&nbsp;Remove_Conductor_Definition(<a href="/usr/share/doc/default-jdk-doc/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;conductor_name)</pre>
<div class="block">Remove a Conductor_Definition by name.
<p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>conductor_name</code> - A Conductor name.</dd>
<dt><span class="strong">Returns:</span></dt><dd>The Conductor_Definition that was removed. This will be null
                if a Conductor_Definition with the specified name could not be
                found.</dd></dl>
</li>
</ul>
<a name="Remove_Conductor_Definition(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Remove_Conductor_Definition</h4>
<pre>public&nbsp;void&nbsp;Remove_Conductor_Definition(int&nbsp;index)</pre>
<div class="block">Removes a definition from the Conductor_Definitions Vector based on the index.
<p></div>
</li>
</ul>
<a name="Clear_Conductor_Definitions()">
<!--   -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>Clear_Conductor_Definitions</h4>
<pre>public&nbsp;<a href="../../../PIRL/Conductor/Maestro/Profile.html" title="class in PIRL.Conductor.Maestro">Profile</a>&nbsp;Clear_Conductor_Definitions()</pre>
<div class="block">Clears the Conductor_Definitions Vector.
<p></div>
<dl><dt><span class="strong">Returns:</span></dt><dd>This Profile.</dd></dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!--   -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../PIRL/Conductor/Maestro/New_Conductor_Dialog.html" title="class in PIRL.Conductor.Maestro"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../PIRL/Conductor/Maestro/Remote_Management_Exception.html" title="class in PIRL.Conductor.Maestro"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?PIRL/Conductor/Maestro/Profile.html" target="_top">Frames</a></li>
<li><a href="Profile.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_bottom");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!--   -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>