Source
493
493
return new KcrossJones(msmc);
494
494
495
495
else if (uptype=="GLINXPH" || uptype=="GLINXPH JONES" ||
496
496
uptype=="XY+QU")
497
497
return new GlinXphJones(msmc);
498
498
499
499
else if (uptype=="GLINXPHF" || uptype=="GLINXPHF JONES" ||
500
500
uptype=="XYF+QU")
501
501
return new GlinXphfJones(msmc);
502
502
503
+
else if (uptype=="XPARANG" || uptype=="XPARANG JONES" ||
504
+
uptype=="XPARANG+QU")
505
+
return new XparangJones(msmc);
506
+
507
+
else if (uptype=="XFPARANG" || uptype=="XFPARANG JONES" ||
508
+
uptype=="XFPARANG+QU")
509
+
return new XfparangJones(msmc);
510
+
503
511
else if (uptype=="KMBD" || uptype=="KMBD JONES")
504
512
return new KMBDJones(msmc);
505
513
506
514
else if (uptype.contains("KANTPOS") || uptype.contains("KANTPOS JONES"))
507
515
return new KAntPosJones(msmc);
508
516
509
517
else if (uptype.contains("TSYS"))
510
518
return new StandardTsys(msmc);
511
519
512
520
else if (uptype.contains("EVLASWP"))