openchemlib 9.17.0 → 9.18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/openchemlib.d.ts +20 -3
- package/dist/openchemlib.debug.js +156 -121
- package/dist/openchemlib.js +10 -10
- package/package.json +1 -1
|
@@ -1478,9 +1478,30 @@ function extendToMolfile(Molecule2) {
|
|
|
1478
1478
|
};
|
|
1479
1479
|
}
|
|
1480
1480
|
|
|
1481
|
+
// lib/extend/extendToRxn.js
|
|
1482
|
+
function extendToRxn(Reaction2) {
|
|
1483
|
+
const _toRxn = Reaction2.prototype.toRxn;
|
|
1484
|
+
const _toRxnV3 = Reaction2.prototype.toRxnV3;
|
|
1485
|
+
Reaction2.prototype.toRxn = function toRxn(options = {}) {
|
|
1486
|
+
return internalToRxn(this, _toRxn, options);
|
|
1487
|
+
};
|
|
1488
|
+
Reaction2.prototype.toRxnV3 = function toRxnV3(options = {}) {
|
|
1489
|
+
return internalToRxn(this, _toRxnV3, options);
|
|
1490
|
+
};
|
|
1491
|
+
}
|
|
1492
|
+
function internalToRxn(reaction, rxnFct, options) {
|
|
1493
|
+
const { programName = "", keepIdCode = false } = options;
|
|
1494
|
+
const rxn = rxnFct.call(reaction, programName);
|
|
1495
|
+
if (keepIdCode) {
|
|
1496
|
+
return rxn;
|
|
1497
|
+
} else {
|
|
1498
|
+
return rxn.replace(/^OCL_RXN_V1.0:.*$/m, "");
|
|
1499
|
+
}
|
|
1500
|
+
}
|
|
1501
|
+
|
|
1481
1502
|
// lib/extend/index.js
|
|
1482
1503
|
function extendOCL(OCL) {
|
|
1483
|
-
const { ConformerGenerator: ConformerGenerator2, ForceFieldMMFF94: ForceFieldMMFF942, Molecule: Molecule2 } = OCL;
|
|
1504
|
+
const { ConformerGenerator: ConformerGenerator2, ForceFieldMMFF94: ForceFieldMMFF942, Molecule: Molecule2, Reaction: Reaction2 } = OCL;
|
|
1484
1505
|
ConformerGenerator2.prototype.molecules = function* molecules() {
|
|
1485
1506
|
let nextConformer;
|
|
1486
1507
|
while ((nextConformer = this.getNextConformerAsMolecule()) !== null) {
|
|
@@ -1505,6 +1526,7 @@ function extendOCL(OCL) {
|
|
|
1505
1526
|
};
|
|
1506
1527
|
extendFromMolfile(Molecule2);
|
|
1507
1528
|
extendToMolfile(Molecule2);
|
|
1529
|
+
extendToRxn(Reaction2, Molecule2);
|
|
1508
1530
|
appendGetNextCustomAtomLabel(Molecule2);
|
|
1509
1531
|
function parseMoleculeFromText(text) {
|
|
1510
1532
|
if (!text) {
|
|
@@ -3948,7 +3970,7 @@ function getExports($wnd) {
|
|
|
3948
3970
|
jl.RuntimeException_1.call(this, message);
|
|
3949
3971
|
this.$init_275();
|
|
3950
3972
|
};
|
|
3951
|
-
defineClass(
|
|
3973
|
+
defineClass(83, 23, { 4: 1, 12: 1, 1: 1, 23: 1, 18: 1 }, jl.IndexOutOfBoundsException, jl.IndexOutOfBoundsException_0);
|
|
3952
3974
|
_.$init_275 = function $init_275() {
|
|
3953
3975
|
};
|
|
3954
3976
|
jl.$clinit_Integer = function $clinit_Integer() {
|
|
@@ -4991,7 +5013,7 @@ function getExports($wnd) {
|
|
|
4991
5013
|
jl.IndexOutOfBoundsException_0.call(this, message);
|
|
4992
5014
|
this.$init_303();
|
|
4993
5015
|
};
|
|
4994
|
-
defineClass(255,
|
|
5016
|
+
defineClass(255, 83, { 4: 1, 12: 1, 1: 1, 23: 1, 18: 1 }, jl.StringIndexOutOfBoundsException);
|
|
4995
5017
|
_.$init_303 = function $init_303() {
|
|
4996
5018
|
};
|
|
4997
5019
|
jl.$clinit_Throwable$NativeError = function $clinit_Throwable$NativeError() {
|
|
@@ -5690,7 +5712,7 @@ function getExports($wnd) {
|
|
|
5690
5712
|
cggl.Ljava_lang_Number_2_classLit = createForClass("java.lang", "Number", 19, cggl.Ljava_lang_Object_2_classLit);
|
|
5691
5713
|
cggl.Ljava_lang_Double_2_classLit = createForClass("java.lang", "Double", 364, cggl.Ljava_lang_Number_2_classLit);
|
|
5692
5714
|
cggl.Ljava_lang_IllegalStateException_2_classLit = createForClass("java.lang", "IllegalStateException", 140, cggl.Ljava_lang_RuntimeException_2_classLit);
|
|
5693
|
-
cggl.Ljava_lang_IndexOutOfBoundsException_2_classLit = createForClass("java.lang", "IndexOutOfBoundsException",
|
|
5715
|
+
cggl.Ljava_lang_IndexOutOfBoundsException_2_classLit = createForClass("java.lang", "IndexOutOfBoundsException", 83, cggl.Ljava_lang_RuntimeException_2_classLit);
|
|
5694
5716
|
cggl.Ljava_lang_Integer_2_classLit = createForClass("java.lang", "Integer", 35, cggl.Ljava_lang_Number_2_classLit);
|
|
5695
5717
|
cggl.Ljava_lang_NullPointerException_2_classLit = createForClass("java.lang", "NullPointerException", 75, cggl.Ljava_lang_JsException_2_classLit);
|
|
5696
5718
|
cggl.Ljava_lang_String_2_classLit = createForClass("java.lang", "String", 2, cggl.Ljava_lang_Object_2_classLit);
|
|
@@ -8141,14 +8163,14 @@ function getExports($wnd) {
|
|
|
8141
8163
|
Object_0.call(this);
|
|
8142
8164
|
this.$init_3();
|
|
8143
8165
|
};
|
|
8144
|
-
defineClass(
|
|
8166
|
+
defineClass(82, 1, { 1: 1 }, carc2.AbstractDepictor$DepictorLine);
|
|
8145
8167
|
_.$init_3 = function $init_3() {
|
|
8146
8168
|
};
|
|
8147
8169
|
_.x1 = 0;
|
|
8148
8170
|
_.x2 = 0;
|
|
8149
8171
|
_.y1 = 0;
|
|
8150
8172
|
_.y2 = 0;
|
|
8151
|
-
cggl.Lcom_actelion_research_chem_AbstractDepictor$DepictorLine_2_classLit = createForClass("com.actelion.research.chem", "AbstractDepictor/DepictorLine",
|
|
8173
|
+
cggl.Lcom_actelion_research_chem_AbstractDepictor$DepictorLine_2_classLit = createForClass("com.actelion.research.chem", "AbstractDepictor/DepictorLine", 82, cggl.Ljava_lang_Object_2_classLit);
|
|
8152
8174
|
carc2.$clinit_AbstractDrawingObject = function $clinit_AbstractDrawingObject() {
|
|
8153
8175
|
carc2.$clinit_AbstractDrawingObject = emptyMethod;
|
|
8154
8176
|
jl.$clinit_Object();
|
|
@@ -14194,7 +14216,7 @@ function getExports($wnd) {
|
|
|
14194
14216
|
};
|
|
14195
14217
|
ju.copyOf_12 = function copyOf_12(coll) {
|
|
14196
14218
|
ju.$clinit_List();
|
|
14197
|
-
return castTo(coll.stream().collect_0(jus.toUnmodifiableList()),
|
|
14219
|
+
return castTo(coll.stream().collect_0(jus.toUnmodifiableList()), 60);
|
|
14198
14220
|
};
|
|
14199
14221
|
ju.of_0 = function of_0() {
|
|
14200
14222
|
return ju.unmodifiableList(ju.emptyList());
|
|
@@ -14249,7 +14271,7 @@ function getExports($wnd) {
|
|
|
14249
14271
|
ju.AbstractCollection.call(this);
|
|
14250
14272
|
this.$init_22();
|
|
14251
14273
|
};
|
|
14252
|
-
defineClass(138, 137, { 1: 1, 29: 1,
|
|
14274
|
+
defineClass(138, 137, { 1: 1, 29: 1, 60: 1 });
|
|
14253
14275
|
_.$init_22 = function $init_22() {
|
|
14254
14276
|
};
|
|
14255
14277
|
_.replaceAll = function replaceAll(operator) {
|
|
@@ -14287,10 +14309,10 @@ function getExports($wnd) {
|
|
|
14287
14309
|
if (maskUndefined(o) === maskUndefined(this)) {
|
|
14288
14310
|
return true;
|
|
14289
14311
|
}
|
|
14290
|
-
if (!instanceOf(o,
|
|
14312
|
+
if (!instanceOf(o, 60)) {
|
|
14291
14313
|
return false;
|
|
14292
14314
|
}
|
|
14293
|
-
other = castTo(o,
|
|
14315
|
+
other = castTo(o, 60);
|
|
14294
14316
|
if (this.size() != other.size()) {
|
|
14295
14317
|
return false;
|
|
14296
14318
|
}
|
|
@@ -14385,7 +14407,7 @@ function getExports($wnd) {
|
|
|
14385
14407
|
this.$init_23();
|
|
14386
14408
|
ji2.checkArgument_0(initialCapacity >= 0, "Initial capacity must not be negative");
|
|
14387
14409
|
};
|
|
14388
|
-
defineClass(16, 138, { 4: 1, 1: 1, 16: 1, 29: 1,
|
|
14410
|
+
defineClass(16, 138, { 4: 1, 1: 1, 16: 1, 29: 1, 60: 1, 127: 1 }, ju.ArrayList, ju.ArrayList_0);
|
|
14389
14411
|
_.$init_23 = function $init_23() {
|
|
14390
14412
|
this.array = castToArray(initUnidimensionalArray(cggl.Ljava_lang_Object_2_classLit, { 4: 1, 1: 1, 7: 1 }, 1, 0, 5, 1));
|
|
14391
14413
|
};
|
|
@@ -14570,7 +14592,7 @@ function getExports($wnd) {
|
|
|
14570
14592
|
index2 = jl.indexOf_II_I__devirtual$(objectString, 10, index1);
|
|
14571
14593
|
}
|
|
14572
14594
|
};
|
|
14573
|
-
defineClass(119, 16, { 4: 1, 1: 1, 16: 1, 29: 1,
|
|
14595
|
+
defineClass(119, 16, { 4: 1, 1: 1, 16: 1, 29: 1, 60: 1, 127: 1 }, carc2.DrawingObjectList, carc2.DrawingObjectList_0, carc2.DrawingObjectList_1);
|
|
14574
14596
|
_.$init_24 = function $init_24() {
|
|
14575
14597
|
};
|
|
14576
14598
|
_.toString_0 = function toString_8() {
|
|
@@ -15341,7 +15363,7 @@ function getExports($wnd) {
|
|
|
15341
15363
|
carc2.$clinit_Molecule();
|
|
15342
15364
|
carc2.sDefaultAVBL = defaultAVBL;
|
|
15343
15365
|
};
|
|
15344
|
-
defineClass(
|
|
15366
|
+
defineClass(61, 1, { 61: 1, 4: 1, 1: 1 }, carc2.Molecule);
|
|
15345
15367
|
_.$init_29 = function $init_29() {
|
|
15346
15368
|
};
|
|
15347
15369
|
_.adaptBondTypeToQueryFeatures = function adaptBondTypeToQueryFeatures(bond) {
|
|
@@ -17592,7 +17614,7 @@ function getExports($wnd) {
|
|
|
17592
17614
|
carc2.cPseudoAtomsRGroups = 2;
|
|
17593
17615
|
carc2.sDefaultAVBL = 24;
|
|
17594
17616
|
carc2.serialVersionUID_1 = 539103536;
|
|
17595
|
-
cggl.Lcom_actelion_research_chem_Molecule_2_classLit = createForClass("com.actelion.research.chem", "Molecule",
|
|
17617
|
+
cggl.Lcom_actelion_research_chem_Molecule_2_classLit = createForClass("com.actelion.research.chem", "Molecule", 61, cggl.Ljava_lang_Object_2_classLit);
|
|
17596
17618
|
carc2.$clinit_ExtendedMolecule = function $clinit_ExtendedMolecule() {
|
|
17597
17619
|
carc2.$clinit_ExtendedMolecule = emptyMethod;
|
|
17598
17620
|
carc2.$clinit_Molecule();
|
|
@@ -17615,7 +17637,7 @@ function getExports($wnd) {
|
|
|
17615
17637
|
if (isNotNull(mol))
|
|
17616
17638
|
mol.copyMolecule_0(this);
|
|
17617
17639
|
};
|
|
17618
|
-
defineClass(150,
|
|
17640
|
+
defineClass(150, 61, { 61: 1, 4: 1, 1: 1 });
|
|
17619
17641
|
_.$init_30 = function $init_30() {
|
|
17620
17642
|
};
|
|
17621
17643
|
_.addFragment_0 = function addFragment(sourceMol, rootAtom, atomMap) {
|
|
@@ -20095,7 +20117,7 @@ function getExports($wnd) {
|
|
|
20095
20117
|
};
|
|
20096
20118
|
_.validateBondType = function validateBondType_0(bond, type_0) {
|
|
20097
20119
|
var ok;
|
|
20098
|
-
ok = getClassPrototype(
|
|
20120
|
+
ok = getClassPrototype(61).validateBondType.call(this, bond, type_0);
|
|
20099
20121
|
if (ok && type_0 == 386) {
|
|
20100
20122
|
this.ensureHelperArrays_0(7);
|
|
20101
20123
|
ok = ok & !this.isSmallRingBond_0(bond);
|
|
@@ -28379,14 +28401,14 @@ function getExports($wnd) {
|
|
|
28379
28401
|
if (this.mError)
|
|
28380
28402
|
return 3;
|
|
28381
28403
|
for (neighbour$iterator = this.mNeighbourList.iterator(); neighbour$iterator.hasNext_0(); ) {
|
|
28382
|
-
neighbour = castTo(neighbour$iterator.next_3(),
|
|
28404
|
+
neighbour = castTo(neighbour$iterator.next_3(), 80);
|
|
28383
28405
|
if (neighbour.mAtom != 2147483646 && neighbour.mAtom != 2147483647)
|
|
28384
28406
|
neighbour.mAtom = handleHydrogenAtomMap[neighbour.mAtom];
|
|
28385
28407
|
}
|
|
28386
28408
|
isInverse = false;
|
|
28387
28409
|
switch (this.mNeighbourList.size()) {
|
|
28388
28410
|
case 2:
|
|
28389
|
-
if (castTo(this.mNeighbourList.getAtIndex(0),
|
|
28411
|
+
if (castTo(this.mNeighbourList.getAtIndex(0), 80).mAtom >= 2147483646 || castTo(this.mNeighbourList.getAtIndex(1), 80).mAtom >= 2147483646)
|
|
28390
28412
|
return 3;
|
|
28391
28413
|
isInverse = this.isInverseOrderAllene(handleHydrogenAtomMap);
|
|
28392
28414
|
break;
|
|
@@ -28403,7 +28425,7 @@ function getExports($wnd) {
|
|
|
28403
28425
|
_.checkAlleneInversion = function checkAlleneInversion(smiles2MolMap, index_0, inversion) {
|
|
28404
28426
|
var a1, a2, b, b1, b2, bond, c, centerAtom, connAtom, connAtoms, connBonds, hasConnections, hasImplicitH, i, isFirst, mMol, n, nConnected, otherAtom, p, p1, p2, positions, positions1, positions2, smilesAtom;
|
|
28405
28427
|
mMol = this.this$01.mMol;
|
|
28406
|
-
a1 = castTo(this.mNeighbourList.getAtIndex(index_0),
|
|
28428
|
+
a1 = castTo(this.mNeighbourList.getAtIndex(index_0), 80);
|
|
28407
28429
|
smilesAtom = a1.mAtom;
|
|
28408
28430
|
centerAtom = smiles2MolMap[this.mCentralAtom];
|
|
28409
28431
|
hasImplicitH = mMol.getImplicitHydrogens_1(smilesAtom) > 0 && mMol.getConnAtoms_0(smilesAtom) == mMol.getAllConnAtoms_0(smilesAtom);
|
|
@@ -28511,9 +28533,9 @@ function getExports($wnd) {
|
|
|
28511
28533
|
inversion = false;
|
|
28512
28534
|
for (i = 1; i < this.mNeighbourList.size(); i++) {
|
|
28513
28535
|
for (j = 0; j < i; j++) {
|
|
28514
|
-
if (castTo(this.mNeighbourList.getAtIndex(j),
|
|
28536
|
+
if (castTo(this.mNeighbourList.getAtIndex(j), 80).mAtom > castTo(this.mNeighbourList.getAtIndex(i), 80).mAtom)
|
|
28515
28537
|
inversion = !inversion;
|
|
28516
|
-
if (castTo(this.mNeighbourList.getAtIndex(j),
|
|
28538
|
+
if (castTo(this.mNeighbourList.getAtIndex(j), 80).mPosition > castTo(this.mNeighbourList.getAtIndex(i), 80).mPosition)
|
|
28517
28539
|
inversion = !inversion;
|
|
28518
28540
|
}
|
|
28519
28541
|
}
|
|
@@ -28538,7 +28560,7 @@ function getExports($wnd) {
|
|
|
28538
28560
|
this.mAtom = atom;
|
|
28539
28561
|
this.mPosition = position;
|
|
28540
28562
|
};
|
|
28541
|
-
defineClass(
|
|
28563
|
+
defineClass(80, 1, { 80: 1, 1: 1 }, carc2.SmilesParser$THParity$ParityNeighbour);
|
|
28542
28564
|
_.$init_54 = function $init_54() {
|
|
28543
28565
|
};
|
|
28544
28566
|
_.toString_0 = function toString_13() {
|
|
@@ -28546,7 +28568,7 @@ function getExports($wnd) {
|
|
|
28546
28568
|
};
|
|
28547
28569
|
_.mAtom = 0;
|
|
28548
28570
|
_.mPosition = 0;
|
|
28549
|
-
cggl.Lcom_actelion_research_chem_SmilesParser$THParity$ParityNeighbour_2_classLit = createForClass("com.actelion.research.chem", "SmilesParser/THParity/ParityNeighbour",
|
|
28571
|
+
cggl.Lcom_actelion_research_chem_SmilesParser$THParity$ParityNeighbour_2_classLit = createForClass("com.actelion.research.chem", "SmilesParser/THParity/ParityNeighbour", 80, cggl.Ljava_lang_Object_2_classLit);
|
|
28550
28572
|
carc2.$clinit_SortedStringList = function $clinit_SortedStringList() {
|
|
28551
28573
|
carc2.$clinit_SortedStringList = emptyMethod;
|
|
28552
28574
|
jl.$clinit_Object();
|
|
@@ -28657,15 +28679,15 @@ function getExports($wnd) {
|
|
|
28657
28679
|
carc2.ExtendedMolecule_1.call(this, mol);
|
|
28658
28680
|
this.$init_56();
|
|
28659
28681
|
};
|
|
28660
|
-
defineClass(17, 150, {
|
|
28682
|
+
defineClass(17, 150, { 61: 1, 17: 1, 4: 1, 1: 1 }, carc2.StereoMolecule, carc2.StereoMolecule_0, carc2.StereoMolecule_1);
|
|
28661
28683
|
_.$init_56 = function $init_56() {
|
|
28662
28684
|
};
|
|
28663
28685
|
_.clear_0 = function clear_5() {
|
|
28664
|
-
getClassPrototype(
|
|
28686
|
+
getClassPrototype(61).clear_0.call(this);
|
|
28665
28687
|
this.mCanonizer = null;
|
|
28666
28688
|
};
|
|
28667
28689
|
_.copyMoleculeProperties_0 = function copyMoleculeProperties_0(destMol) {
|
|
28668
|
-
getClassPrototype(
|
|
28690
|
+
getClassPrototype(61).copyMoleculeProperties_0.call(this, destMol);
|
|
28669
28691
|
if (isNotNull(this.mCanonizer))
|
|
28670
28692
|
destMol.mValidHelperArrays = 0;
|
|
28671
28693
|
};
|
|
@@ -30200,11 +30222,11 @@ function getExports($wnd) {
|
|
|
30200
30222
|
this.mName = jsEquals(c.mName, null) || jl.endsWith_Ljava_lang_String__Z__devirtual$(c.mName, " (copy)") ? c.mName : jl.concat_Ljava_lang_String__Ljava_lang_String___devirtual$(c.mName, " (copy)");
|
|
30201
30223
|
this.mEnergy = NaN;
|
|
30202
30224
|
};
|
|
30203
|
-
defineClass(
|
|
30225
|
+
defineClass(62, 1, { 62: 1, 22: 1, 1: 1 }, carcc.Conformer_0);
|
|
30204
30226
|
_.$init_63 = function $init_63() {
|
|
30205
30227
|
};
|
|
30206
30228
|
_.compareTo_1 = function compareTo_14(conformer) {
|
|
30207
|
-
return this.compareTo_7(castTo(conformer,
|
|
30229
|
+
return this.compareTo_7(castTo(conformer, 62));
|
|
30208
30230
|
};
|
|
30209
30231
|
_.calculateDescriptor = function calculateDescriptor(rotatableBond) {
|
|
30210
30232
|
this.mTorsionDescriptor = new carcc.TorsionDescriptorHelper_0(this.getMolecule_0(), rotatableBond).getTorsionDescriptor(this);
|
|
@@ -30335,7 +30357,7 @@ function getExports($wnd) {
|
|
|
30335
30357
|
};
|
|
30336
30358
|
_.mEnergy = 0;
|
|
30337
30359
|
_.mLikelihood_0 = 0;
|
|
30338
|
-
cggl.Lcom_actelion_research_chem_conf_Conformer_2_classLit = createForClass("com.actelion.research.chem.conf", "Conformer",
|
|
30360
|
+
cggl.Lcom_actelion_research_chem_conf_Conformer_2_classLit = createForClass("com.actelion.research.chem.conf", "Conformer", 62, cggl.Ljava_lang_Object_2_classLit);
|
|
30339
30361
|
carcc.$clinit_TorsionDB = function $clinit_TorsionDB() {
|
|
30340
30362
|
carcc.$clinit_TorsionDB = emptyMethod;
|
|
30341
30363
|
jl.$clinit_Object();
|
|
@@ -32235,7 +32257,7 @@ function getExports($wnd) {
|
|
|
32235
32257
|
return compare_25(c1, c2);
|
|
32236
32258
|
}
|
|
32237
32259
|
};
|
|
32238
|
-
defineClass(
|
|
32260
|
+
defineClass(85, 1, { 1: 1 }, carcc3.CoordinateInventor, carcc3.CoordinateInventor_0);
|
|
32239
32261
|
_.$init_70 = function $init_70() {
|
|
32240
32262
|
};
|
|
32241
32263
|
_.addRingFragment = function addRingFragment(ringAtom, ringBond) {
|
|
@@ -32366,7 +32388,7 @@ function getExports($wnd) {
|
|
|
32366
32388
|
if (fragmentCharge != 0) {
|
|
32367
32389
|
chargeList.sort_0(new carcc3.CoordinateInventor$lambda$0$Type());
|
|
32368
32390
|
for (ic$iterator = chargeList.iterator(); ic$iterator.hasNext_0(); ) {
|
|
32369
|
-
ic = castTo(ic$iterator.next_3(),
|
|
32391
|
+
ic = castTo(ic$iterator.next_3(), 59);
|
|
32370
32392
|
if (fragmentCharge * ic.charge > 0) {
|
|
32371
32393
|
charge = $wnd.Math.abs(fragmentCharge) >= $wnd.Math.abs(ic.charge) ? ic.charge : fragmentCharge;
|
|
32372
32394
|
fragmentCharge -= charge;
|
|
@@ -32382,9 +32404,9 @@ function getExports($wnd) {
|
|
|
32382
32404
|
posChargeList.sort_0(new carcc3.CoordinateInventor$2(this));
|
|
32383
32405
|
negChargeList.sort_0(new carcc3.CoordinateInventor$3(this));
|
|
32384
32406
|
for (pc$iterator0 = posChargeList.iterator(); pc$iterator0.hasNext_0(); ) {
|
|
32385
|
-
pc = castTo(pc$iterator0.next_3(),
|
|
32407
|
+
pc = castTo(pc$iterator0.next_3(), 59);
|
|
32386
32408
|
for (nc$iterator = negChargeList.iterator(); nc$iterator.hasNext_0(); ) {
|
|
32387
|
-
nc = castTo(nc$iterator.next_3(),
|
|
32409
|
+
nc = castTo(nc$iterator.next_3(), 59);
|
|
32388
32410
|
if (pc.charge == -nc.charge) {
|
|
32389
32411
|
this.mUnPairedCharge[pc.fragment_0.getGlobalAtom(pc.atom)] -= pc.charge;
|
|
32390
32412
|
this.mUnPairedCharge[nc.fragment_0.getGlobalAtom(nc.atom)] -= nc.charge;
|
|
@@ -32393,9 +32415,9 @@ function getExports($wnd) {
|
|
|
32393
32415
|
}
|
|
32394
32416
|
}
|
|
32395
32417
|
for (pc$iterator1 = posChargeList.iterator(); pc$iterator1.hasNext_0(); ) {
|
|
32396
|
-
pc = castTo(pc$iterator1.next_3(),
|
|
32418
|
+
pc = castTo(pc$iterator1.next_3(), 59);
|
|
32397
32419
|
for (nc$iterator = negChargeList.iterator(); nc$iterator.hasNext_0(); ) {
|
|
32398
|
-
nc = castTo(nc$iterator.next_3(),
|
|
32420
|
+
nc = castTo(nc$iterator.next_3(), 59);
|
|
32399
32421
|
if (pc.charge > -nc.charge) {
|
|
32400
32422
|
this.mUnPairedCharge[pc.fragment_0.getGlobalAtom(pc.atom)] += nc.charge;
|
|
32401
32423
|
this.mUnPairedCharge[nc.fragment_0.getGlobalAtom(nc.atom)] -= nc.charge;
|
|
@@ -32404,9 +32426,9 @@ function getExports($wnd) {
|
|
|
32404
32426
|
}
|
|
32405
32427
|
}
|
|
32406
32428
|
for (pc$iterator = posChargeList.iterator(); pc$iterator.hasNext_0(); ) {
|
|
32407
|
-
pc = castTo(pc$iterator.next_3(),
|
|
32429
|
+
pc = castTo(pc$iterator.next_3(), 59);
|
|
32408
32430
|
for (nc$iterator = negChargeList.iterator(); nc$iterator.hasNext_0(); ) {
|
|
32409
|
-
nc = castTo(nc$iterator.next_3(),
|
|
32431
|
+
nc = castTo(nc$iterator.next_3(), 59);
|
|
32410
32432
|
if (pc.charge < -nc.charge) {
|
|
32411
32433
|
this.mUnPairedCharge[pc.fragment_0.getGlobalAtom(pc.atom)] -= pc.charge;
|
|
32412
32434
|
this.mUnPairedCharge[nc.fragment_0.getGlobalAtom(nc.atom)] += pc.charge;
|
|
@@ -33693,7 +33715,7 @@ function getExports($wnd) {
|
|
|
33693
33715
|
carcc3.POSSIBLE_FLIPS = 64;
|
|
33694
33716
|
carcc3.PREFERRED_FLIPS = 32;
|
|
33695
33717
|
carcc3.TOTAL_FLIPS = 0;
|
|
33696
|
-
cggl.Lcom_actelion_research_chem_coords_CoordinateInventor_2_classLit = createForClass("com.actelion.research.chem.coords", "CoordinateInventor",
|
|
33718
|
+
cggl.Lcom_actelion_research_chem_coords_CoordinateInventor_2_classLit = createForClass("com.actelion.research.chem.coords", "CoordinateInventor", 85, cggl.Ljava_lang_Object_2_classLit);
|
|
33697
33719
|
carcc3.$clinit_CoordinateInventor$1 = function $clinit_CoordinateInventor$1() {
|
|
33698
33720
|
carcc3.$clinit_CoordinateInventor$1 = emptyMethod;
|
|
33699
33721
|
ju.$clinit_ArrayList();
|
|
@@ -33704,7 +33726,7 @@ function getExports($wnd) {
|
|
|
33704
33726
|
ju.ArrayList.call(this);
|
|
33705
33727
|
this.$init_71();
|
|
33706
33728
|
};
|
|
33707
|
-
defineClass(375, 16, { 4: 1, 1: 1, 16: 1, 29: 1,
|
|
33729
|
+
defineClass(375, 16, { 4: 1, 1: 1, 16: 1, 29: 1, 60: 1, 127: 1 }, carcc3.CoordinateInventor$1);
|
|
33708
33730
|
_.$init_71 = function $init_71() {
|
|
33709
33731
|
};
|
|
33710
33732
|
_.add = function add_11(f) {
|
|
@@ -33735,7 +33757,7 @@ function getExports($wnd) {
|
|
|
33735
33757
|
_.$init_72 = function $init_72() {
|
|
33736
33758
|
};
|
|
33737
33759
|
_.compare_0 = function compare_8(o1, o2) {
|
|
33738
|
-
return this.compare_3(castTo(o1,
|
|
33760
|
+
return this.compare_3(castTo(o1, 59), castTo(o2, 59));
|
|
33739
33761
|
};
|
|
33740
33762
|
_.equals_0 = function equals_10(other) {
|
|
33741
33763
|
return getClassPrototype(1).equals_0.call(this, other);
|
|
@@ -33762,7 +33784,7 @@ function getExports($wnd) {
|
|
|
33762
33784
|
_.$init_73 = function $init_73() {
|
|
33763
33785
|
};
|
|
33764
33786
|
_.compare_0 = function compare_10(o1, o2) {
|
|
33765
|
-
return this.compare_3(castTo(o1,
|
|
33787
|
+
return this.compare_3(castTo(o1, 59), castTo(o2, 59));
|
|
33766
33788
|
};
|
|
33767
33789
|
_.equals_0 = function equals_11(other) {
|
|
33768
33790
|
return getClassPrototype(1).equals_0.call(this, other);
|
|
@@ -33782,7 +33804,7 @@ function getExports($wnd) {
|
|
|
33782
33804
|
};
|
|
33783
33805
|
defineClass(376, 1, { 1: 1, 36: 1 }, carcc3.CoordinateInventor$lambda$0$Type);
|
|
33784
33806
|
_.compare_0 = function compare_11(arg0, arg1) {
|
|
33785
|
-
return carcc3.lambda$0_0(castTo(arg0,
|
|
33807
|
+
return carcc3.lambda$0_0(castTo(arg0, 59), castTo(arg1, 59));
|
|
33786
33808
|
};
|
|
33787
33809
|
_.equals_0 = function equals_12(other) {
|
|
33788
33810
|
return getClassPrototype(1).equals_0.call(this, other);
|
|
@@ -33976,12 +33998,12 @@ function getExports($wnd) {
|
|
|
33976
33998
|
this.atom = atom;
|
|
33977
33999
|
this.charge = charge;
|
|
33978
34000
|
};
|
|
33979
|
-
defineClass(
|
|
34001
|
+
defineClass(59, 1, { 59: 1, 1: 1 }, carcc3.InventorCharge);
|
|
33980
34002
|
_.$init_77 = function $init_77() {
|
|
33981
34003
|
};
|
|
33982
34004
|
_.atom = 0;
|
|
33983
34005
|
_.charge = 0;
|
|
33984
|
-
cggl.Lcom_actelion_research_chem_coords_InventorCharge_2_classLit = createForClass("com.actelion.research.chem.coords", "InventorCharge",
|
|
34006
|
+
cggl.Lcom_actelion_research_chem_coords_InventorCharge_2_classLit = createForClass("com.actelion.research.chem.coords", "InventorCharge", 59, cggl.Ljava_lang_Object_2_classLit);
|
|
33985
34007
|
carcc3.$clinit_InventorDefaultTemplateList = function $clinit_InventorDefaultTemplateList() {
|
|
33986
34008
|
carcc3.$clinit_InventorDefaultTemplateList = emptyMethod;
|
|
33987
34009
|
ju.$clinit_ArrayList();
|
|
@@ -34002,7 +34024,7 @@ function getExports($wnd) {
|
|
|
34002
34024
|
this.add(template);
|
|
34003
34025
|
}
|
|
34004
34026
|
};
|
|
34005
|
-
defineClass(458, 16, { 4: 1, 1: 1, 16: 1, 29: 1,
|
|
34027
|
+
defineClass(458, 16, { 4: 1, 1: 1, 16: 1, 29: 1, 60: 1, 127: 1 }, carcc3.InventorDefaultTemplateList);
|
|
34006
34028
|
_.$init_78 = function $init_78() {
|
|
34007
34029
|
};
|
|
34008
34030
|
cggl.Lcom_actelion_research_chem_coords_InventorDefaultTemplateList_2_classLit = createForClass("com.actelion.research.chem.coords", "InventorDefaultTemplateList", 458, cggl.Ljava_util_ArrayList_2_classLit);
|
|
@@ -35164,7 +35186,7 @@ function getExports($wnd) {
|
|
|
35164
35186
|
throw toJs(new carcfm.BadAtomTypeException("Couldn't assign an atom type to atom " + i + " (" + this.getAtomLabel_0(i) + ")"));
|
|
35165
35187
|
}
|
|
35166
35188
|
};
|
|
35167
|
-
defineClass(319, 17, {
|
|
35189
|
+
defineClass(319, 17, { 61: 1, 17: 1, 4: 1, 1: 1 }, carcfm.MMFFMolecule);
|
|
35168
35190
|
_.$init_91 = function $init_91() {
|
|
35169
35191
|
};
|
|
35170
35192
|
_.getAtomType = function getAtomType_0(a) {
|
|
@@ -36717,7 +36739,7 @@ function getExports($wnd) {
|
|
|
36717
36739
|
this.v2 = jl.doubleValue__D__devirtual$(castTo(this$0.table[index_0][6], 19));
|
|
36718
36740
|
this.v3 = jl.doubleValue__D__devirtual$(castTo(this$0.table[index_0][7], 19));
|
|
36719
36741
|
};
|
|
36720
|
-
defineClass(
|
|
36742
|
+
defineClass(58, 1, { 1: 1 }, carcfmt.Torsion$Kb, carcfmt.Torsion$Kb_0, carcfmt.Torsion$Kb_1);
|
|
36721
36743
|
_.$init_115 = function $init_115() {
|
|
36722
36744
|
};
|
|
36723
36745
|
_.toString_0 = function toString_18() {
|
|
@@ -36726,7 +36748,7 @@ function getExports($wnd) {
|
|
|
36726
36748
|
_.v1 = 0;
|
|
36727
36749
|
_.v2 = 0;
|
|
36728
36750
|
_.v3 = 0;
|
|
36729
|
-
cggl.Lcom_actelion_research_chem_forcefield_mmff_table_Torsion$Kb_2_classLit = createForClass("com.actelion.research.chem.forcefield.mmff.table", "Torsion/Kb",
|
|
36751
|
+
cggl.Lcom_actelion_research_chem_forcefield_mmff_table_Torsion$Kb_2_classLit = createForClass("com.actelion.research.chem.forcefield.mmff.table", "Torsion/Kb", 58, cggl.Ljava_lang_Object_2_classLit);
|
|
36730
36752
|
carcfmt.$clinit_VanDerWaals_0 = function $clinit_VanDerWaals_0() {
|
|
36731
36753
|
carcfmt.$clinit_VanDerWaals_0 = emptyMethod;
|
|
36732
36754
|
jl.$clinit_Object();
|
|
@@ -38321,7 +38343,7 @@ function getExports($wnd) {
|
|
|
38321
38343
|
this.$init_121();
|
|
38322
38344
|
this.mNoOfRecords = -1;
|
|
38323
38345
|
this.mFieldName = fieldName;
|
|
38324
|
-
this.mReader = instanceOf(reader,
|
|
38346
|
+
this.mReader = instanceOf(reader, 63) ? castTo(reader, 63) : new ji.BufferedReader(reader);
|
|
38325
38347
|
this.init_4();
|
|
38326
38348
|
};
|
|
38327
38349
|
defineClass(324, 325, { 1: 1 }, carci.SDFileParser);
|
|
@@ -39410,7 +39432,12 @@ function getExports($wnd) {
|
|
|
39410
39432
|
this.mName = rxn.mName;
|
|
39411
39433
|
this.mIsFragment = rxn.isFragment_0();
|
|
39412
39434
|
};
|
|
39413
|
-
carcr.Reaction_1 = function Reaction_1(
|
|
39435
|
+
carcr.Reaction_1 = function Reaction_1(name_0) {
|
|
39436
|
+
carcr.$clinit_Reaction();
|
|
39437
|
+
carcr.Reaction.call(this);
|
|
39438
|
+
this.mName = name_0;
|
|
39439
|
+
};
|
|
39440
|
+
carcr.Reaction_2 = function Reaction_2(mol, reactantCount) {
|
|
39414
39441
|
carcr.$clinit_Reaction();
|
|
39415
39442
|
carcr.Reaction.call(this);
|
|
39416
39443
|
if (jsNotEquals(mol, null)) {
|
|
@@ -39419,7 +39446,7 @@ function getExports($wnd) {
|
|
|
39419
39446
|
}
|
|
39420
39447
|
this.mIsFragment = this.determineFragment();
|
|
39421
39448
|
};
|
|
39422
|
-
defineClass(
|
|
39449
|
+
defineClass(57, 1, { 4: 1, 1: 1 }, carcr.Reaction, carcr.Reaction_0, carcr.Reaction_1, carcr.Reaction_2);
|
|
39423
39450
|
_.$init_132 = function $init_132() {
|
|
39424
39451
|
};
|
|
39425
39452
|
_.addCatalyst_0 = function addCatalyst(catalyst) {
|
|
@@ -39505,15 +39532,15 @@ function getExports($wnd) {
|
|
|
39505
39532
|
var i, mergedReaction, product, reactant;
|
|
39506
39533
|
mergedReaction = new carcr.Reaction();
|
|
39507
39534
|
if (!this.mReactant.isEmpty()) {
|
|
39508
|
-
reactant = new carc2.StereoMolecule_1(castTo(this.mReactant.getAtIndex(0),
|
|
39535
|
+
reactant = new carc2.StereoMolecule_1(castTo(this.mReactant.getAtIndex(0), 61));
|
|
39509
39536
|
for (i = 1; i < this.mReactant.size(); i++)
|
|
39510
|
-
reactant.addMolecule_0(castTo(this.mReactant.getAtIndex(i),
|
|
39537
|
+
reactant.addMolecule_0(castTo(this.mReactant.getAtIndex(i), 61));
|
|
39511
39538
|
mergedReaction.addReactant_0(reactant);
|
|
39512
39539
|
}
|
|
39513
39540
|
if (!this.mProduct.isEmpty()) {
|
|
39514
|
-
product = new carc2.StereoMolecule_1(castTo(this.mProduct.getAtIndex(0),
|
|
39541
|
+
product = new carc2.StereoMolecule_1(castTo(this.mProduct.getAtIndex(0), 61));
|
|
39515
39542
|
for (i = 1; i < this.mProduct.size(); i++)
|
|
39516
|
-
product.addMolecule_0(castTo(this.mProduct.getAtIndex(i),
|
|
39543
|
+
product.addMolecule_0(castTo(this.mProduct.getAtIndex(i), 61));
|
|
39517
39544
|
mergedReaction.addProduct_0(product);
|
|
39518
39545
|
}
|
|
39519
39546
|
return mergedReaction;
|
|
@@ -39792,7 +39819,7 @@ function getExports($wnd) {
|
|
|
39792
39819
|
_.mIsFragment = false;
|
|
39793
39820
|
_.mMaxMapNo = 0;
|
|
39794
39821
|
carcr.serialVersionUID_6 = 537316094;
|
|
39795
|
-
cggl.Lcom_actelion_research_chem_reaction_Reaction_2_classLit = createForClass("com.actelion.research.chem.reaction", "Reaction",
|
|
39822
|
+
cggl.Lcom_actelion_research_chem_reaction_Reaction_2_classLit = createForClass("com.actelion.research.chem.reaction", "Reaction", 57, cggl.Ljava_lang_Object_2_classLit);
|
|
39796
39823
|
carcr.$clinit_ReactionArrow = function $clinit_ReactionArrow() {
|
|
39797
39824
|
carcr.$clinit_ReactionArrow = emptyMethod;
|
|
39798
39825
|
carc2.$clinit_AbstractDrawingObject();
|
|
@@ -41715,7 +41742,7 @@ function getExports($wnd) {
|
|
|
41715
41742
|
for (atom0 = 0; atom0 < reactant.getAtoms_0(); atom0++) {
|
|
41716
41743
|
if (reactantMapNo[atom0] == 0) {
|
|
41717
41744
|
atomClass = reactant.getAtomicNo_0(atom0) + (reactant.getAtomMass_0(atom0) << 16);
|
|
41718
|
-
uca = castTo(atomClassMap.get(jl.valueOf_12(atomClass)),
|
|
41745
|
+
uca = castTo(atomClassMap.get(jl.valueOf_12(atomClass)), 84);
|
|
41719
41746
|
if (isNull(uca)) {
|
|
41720
41747
|
uca = new carcrm.ReactionCenterMapper$UnmappedCenterAtoms(this);
|
|
41721
41748
|
atomClassMap.put(jl.valueOf_12(atomClass), uca);
|
|
@@ -41726,7 +41753,7 @@ function getExports($wnd) {
|
|
|
41726
41753
|
for (atom = 0; atom < product.getAtoms_0(); atom++) {
|
|
41727
41754
|
if (productMapNo[atom] == 0) {
|
|
41728
41755
|
atomClass = product.getAtomicNo_0(atom) + (product.getAtomMass_0(atom) << 16);
|
|
41729
|
-
uca = castTo(atomClassMap.get(jl.valueOf_12(atomClass)),
|
|
41756
|
+
uca = castTo(atomClassMap.get(jl.valueOf_12(atomClass)), 84);
|
|
41730
41757
|
if (isNull(uca)) {
|
|
41731
41758
|
uca = new carcrm.ReactionCenterMapper$UnmappedCenterAtoms(this);
|
|
41732
41759
|
atomClassMap.put(jl.valueOf_12(atomClass), uca);
|
|
@@ -41736,7 +41763,7 @@ function getExports($wnd) {
|
|
|
41736
41763
|
}
|
|
41737
41764
|
this.mAtomClasses = new ju.ArrayList();
|
|
41738
41765
|
for (uca$iterator = atomClassMap.values().iterator(); uca$iterator.hasNext_0(); ) {
|
|
41739
|
-
uca = castTo(uca$iterator.next_3(),
|
|
41766
|
+
uca = castTo(uca$iterator.next_3(), 84);
|
|
41740
41767
|
if (!uca.mapObviousAtoms())
|
|
41741
41768
|
this.mAtomClasses.add(uca);
|
|
41742
41769
|
}
|
|
@@ -41752,7 +41779,7 @@ function getExports($wnd) {
|
|
|
41752
41779
|
return scorer.scoreMapping(reactantToProductAtom);
|
|
41753
41780
|
totalPermutationCount = 1;
|
|
41754
41781
|
for (uca$iterator = this.mAtomClasses.iterator(); uca$iterator.hasNext_0(); ) {
|
|
41755
|
-
uca = castTo(uca$iterator.next_3(),
|
|
41782
|
+
uca = castTo(uca$iterator.next_3(), 84);
|
|
41756
41783
|
totalPermutationCount *= uca.getPermutationCount();
|
|
41757
41784
|
}
|
|
41758
41785
|
if (totalPermutationCount > 4e6) {
|
|
@@ -41763,7 +41790,7 @@ function getExports($wnd) {
|
|
|
41763
41790
|
cumulatedAtomCount = initUnidimensionalArray(cggl.I_classLit, { 6: 1, 4: 1, 1: 1 }, 5, this.mAtomClasses.size(), 15, 1);
|
|
41764
41791
|
permutationCount = initUnidimensionalArray(cggl.I_classLit, { 6: 1, 4: 1, 1: 1 }, 5, this.mAtomClasses.size(), 15, 1);
|
|
41765
41792
|
for (i0 = 0; i0 < this.mAtomClasses.size(); i0++) {
|
|
41766
|
-
uca = castTo(this.mAtomClasses.getAtIndex(i0),
|
|
41793
|
+
uca = castTo(this.mAtomClasses.getAtIndex(i0), 84);
|
|
41767
41794
|
permutationCount[i0] = uca.initializePermutations();
|
|
41768
41795
|
cumulatedAtomCount[i0] = atomCount;
|
|
41769
41796
|
atomCount += uca.getMappableAtomCount();
|
|
@@ -41777,7 +41804,7 @@ function getExports($wnd) {
|
|
|
41777
41804
|
veto = false;
|
|
41778
41805
|
if (jsNotEquals(this.mVetoMatrix, null)) {
|
|
41779
41806
|
for (i1 = 0; i1 < this.mAtomClasses.size(); i1++) {
|
|
41780
|
-
if (castTo(this.mAtomClasses.getAtIndex(i1),
|
|
41807
|
+
if (castTo(this.mAtomClasses.getAtIndex(i1), 84).isVetoPermutation(permutationIndex[i1], this.mVetoMatrix)) {
|
|
41781
41808
|
veto = true;
|
|
41782
41809
|
break;
|
|
41783
41810
|
}
|
|
@@ -41785,7 +41812,7 @@ function getExports($wnd) {
|
|
|
41785
41812
|
}
|
|
41786
41813
|
if (!veto) {
|
|
41787
41814
|
for (i1 = 0; i1 < this.mAtomClasses.size(); i1++)
|
|
41788
|
-
castTo(this.mAtomClasses.getAtIndex(i1),
|
|
41815
|
+
castTo(this.mAtomClasses.getAtIndex(i1), 84).completeReactantToProductAtomMap(permutationIndex[i1], reactantToProductAtom);
|
|
41789
41816
|
score = scorer.scoreMapping(reactantToProductAtom);
|
|
41790
41817
|
if (bestScore < score) {
|
|
41791
41818
|
bestScore = score;
|
|
@@ -41793,7 +41820,7 @@ function getExports($wnd) {
|
|
|
41793
41820
|
bestProductAtom = initUnidimensionalArray(cggl.I_classLit, { 6: 1, 4: 1, 1: 1 }, 5, atomCount, 15, 1);
|
|
41794
41821
|
atomOffset = 0;
|
|
41795
41822
|
for (i2 = 0; i2 < this.mAtomClasses.size(); i2++) {
|
|
41796
|
-
uca = castTo(this.mAtomClasses.getAtIndex(i2),
|
|
41823
|
+
uca = castTo(this.mAtomClasses.getAtIndex(i2), 84);
|
|
41797
41824
|
uca.getReactantAtoms(permutationIndex[i2], bestReactantAtom, atomOffset);
|
|
41798
41825
|
uca.getProductAtoms(permutationIndex[i2], bestProductAtom, atomOffset);
|
|
41799
41826
|
atomOffset += uca.mMappableAtomCount;
|
|
@@ -41837,7 +41864,7 @@ function getExports($wnd) {
|
|
|
41837
41864
|
Object_0.call(this);
|
|
41838
41865
|
this.$init_143();
|
|
41839
41866
|
};
|
|
41840
|
-
defineClass(
|
|
41867
|
+
defineClass(84, 1, { 84: 1, 1: 1 }, carcrm.ReactionCenterMapper$UnmappedCenterAtoms);
|
|
41841
41868
|
_.$init_143 = function $init_143() {
|
|
41842
41869
|
this.mReactantAtom = initUnidimensionalArray(cggl.I_classLit, { 6: 1, 4: 1, 1: 1 }, 5, 0, 15, 1);
|
|
41843
41870
|
this.mProductAtom = initUnidimensionalArray(cggl.I_classLit, { 6: 1, 4: 1, 1: 1 }, 5, 0, 15, 1);
|
|
@@ -41988,7 +42015,7 @@ function getExports($wnd) {
|
|
|
41988
42015
|
}
|
|
41989
42016
|
};
|
|
41990
42017
|
_.mMappableAtomCount = 0;
|
|
41991
|
-
cggl.Lcom_actelion_research_chem_reaction_mapping_ReactionCenterMapper$UnmappedCenterAtoms_2_classLit = createForClass("com.actelion.research.chem.reaction.mapping", "ReactionCenterMapper/UnmappedCenterAtoms",
|
|
42018
|
+
cggl.Lcom_actelion_research_chem_reaction_mapping_ReactionCenterMapper$UnmappedCenterAtoms_2_classLit = createForClass("com.actelion.research.chem.reaction.mapping", "ReactionCenterMapper/UnmappedCenterAtoms", 84, cggl.Ljava_lang_Object_2_classLit);
|
|
41992
42019
|
carcrm.$clinit_RootAtomPair = function $clinit_RootAtomPair() {
|
|
41993
42020
|
carcrm.$clinit_RootAtomPair = emptyMethod;
|
|
41994
42021
|
jl.$clinit_Object();
|
|
@@ -43176,7 +43203,7 @@ function getExports($wnd) {
|
|
|
43176
43203
|
_.$init_150 = function $init_150() {
|
|
43177
43204
|
};
|
|
43178
43205
|
_.eventHappened_0 = function eventHappened_0(e) {
|
|
43179
|
-
this.eventHappened(castTo(e,
|
|
43206
|
+
this.eventHappened(castTo(e, 81));
|
|
43180
43207
|
};
|
|
43181
43208
|
_.lambda$0 = function lambda$0_1(cb_1) {
|
|
43182
43209
|
carge.$clinit_AtomQueryFeatureDialogBuilder();
|
|
@@ -43928,7 +43955,7 @@ function getExports($wnd) {
|
|
|
43928
43955
|
_.$init_151 = function $init_151() {
|
|
43929
43956
|
};
|
|
43930
43957
|
_.eventHappened_0 = function eventHappened_2(e) {
|
|
43931
|
-
this.eventHappened(castTo(e,
|
|
43958
|
+
this.eventHappened(castTo(e, 81));
|
|
43932
43959
|
};
|
|
43933
43960
|
_.lambda$0_0 = function lambda$0_2(cb_1) {
|
|
43934
43961
|
carge.$clinit_BondQueryFeatureDialogBuilder();
|
|
@@ -44229,7 +44256,7 @@ function getExports($wnd) {
|
|
|
44229
44256
|
_.$init_152 = function $init_152() {
|
|
44230
44257
|
};
|
|
44231
44258
|
_.eventHappened_0 = function eventHappened_4(e) {
|
|
44232
|
-
this.eventHappened(castTo(e,
|
|
44259
|
+
this.eventHappened(castTo(e, 81));
|
|
44233
44260
|
};
|
|
44234
44261
|
_.lambda$0_1 = function lambda$0_3(cb_1) {
|
|
44235
44262
|
carge.$clinit_CustomAtomDialogBuilder();
|
|
@@ -45074,8 +45101,8 @@ function getExports($wnd) {
|
|
|
45074
45101
|
}
|
|
45075
45102
|
};
|
|
45076
45103
|
_.eventHappened_0 = function eventHappened_6(e) {
|
|
45077
|
-
if (instanceOf(e,
|
|
45078
|
-
this.eventHappened_1(castTo(e,
|
|
45104
|
+
if (instanceOf(e, 81))
|
|
45105
|
+
this.eventHappened_1(castTo(e, 81));
|
|
45079
45106
|
else if (instanceOf(e, 134))
|
|
45080
45107
|
this.eventHappened_2(castTo(e, 134));
|
|
45081
45108
|
else if (instanceOf(e, 121))
|
|
@@ -46360,7 +46387,7 @@ function getExports($wnd) {
|
|
|
46360
46387
|
if (this.mUpdateMode != 0) {
|
|
46361
46388
|
if ((this.mMode & 1) != 0 && this.mUpdateMode != 5)
|
|
46362
46389
|
this.analyzeFragmentMembership();
|
|
46363
|
-
this.mDepictor = (this.mMode & 4) != 0 ? new carc2.ExtendedDepictor_0(new carcr.
|
|
46390
|
+
this.mDepictor = (this.mMode & 4) != 0 ? new carc2.ExtendedDepictor_0(new carcr.Reaction_2(this.mFragment, this.mReactantCount), this.mDrawingObjectList, false) : (this.mMode & 2) != 0 ? new carc2.ExtendedDepictor_1(this.mFragment, this.mReactantCount, this.mDrawingObjectList) : (this.mMode & 1) != 0 ? new carc2.ExtendedDepictor_2(this.mFragment, this.mDrawingObjectList) : new carc2.ExtendedDepictor(this.mMol, this.mDrawingObjectList);
|
|
46364
46391
|
this.mDepictor.setForegroundColor(foreground, background);
|
|
46365
46392
|
this.mDepictor.setDefaultAVBL(this.mMaxAVBL);
|
|
46366
46393
|
this.mDepictor.setFragmentNoColor((this.mMode & 1) == 0 ? 0 : carg.isDarkLookAndFeel() ? caru.brighter(background, 0.8500000238418579) : caru.darker(background, 0.8500000238418579));
|
|
@@ -47566,7 +47593,7 @@ function getExports($wnd) {
|
|
|
47566
47593
|
_.$init_158 = function $init_158() {
|
|
47567
47594
|
};
|
|
47568
47595
|
_.eventHappened_0 = function eventHappened_13(e) {
|
|
47569
|
-
this.eventHappened(castTo(e,
|
|
47596
|
+
this.eventHappened(castTo(e, 81));
|
|
47570
47597
|
};
|
|
47571
47598
|
_.lambda$0_4 = function lambda$0_6(cb_1) {
|
|
47572
47599
|
carge.$clinit_TextDrawingObjectDialogBuilder();
|
|
@@ -47655,7 +47682,7 @@ function getExports($wnd) {
|
|
|
47655
47682
|
this.$init_159();
|
|
47656
47683
|
this.mValue = value_0;
|
|
47657
47684
|
};
|
|
47658
|
-
defineClass(
|
|
47685
|
+
defineClass(81, 185, { 81: 1, 1: 1 }, cargg.GenericActionEvent);
|
|
47659
47686
|
_.$init_159 = function $init_159() {
|
|
47660
47687
|
};
|
|
47661
47688
|
_.getMessage = function getMessage_0() {
|
|
@@ -47669,7 +47696,7 @@ function getExports($wnd) {
|
|
|
47669
47696
|
cargg.WHAT_ITEM_SELECTED = 2;
|
|
47670
47697
|
cargg.WHAT_OK = 0;
|
|
47671
47698
|
cargg.WHAT_STATE_TOGGLED = 3;
|
|
47672
|
-
cggl.Lcom_actelion_research_gui_generic_GenericActionEvent_2_classLit = createForClass("com.actelion.research.gui.generic", "GenericActionEvent",
|
|
47699
|
+
cggl.Lcom_actelion_research_gui_generic_GenericActionEvent_2_classLit = createForClass("com.actelion.research.gui.generic", "GenericActionEvent", 81, cggl.Lcom_actelion_research_gui_generic_GenericEvent_2_classLit);
|
|
47673
47700
|
cargg.$clinit_GenericCanvas = function $clinit_GenericCanvas() {
|
|
47674
47701
|
cargg.$clinit_GenericCanvas = emptyMethod;
|
|
47675
47702
|
};
|
|
@@ -49942,10 +49969,18 @@ function getExports($wnd) {
|
|
|
49942
49969
|
jl.$clinit_Object();
|
|
49943
49970
|
};
|
|
49944
49971
|
cargja.JSReaction = function JSReaction(reaction) {
|
|
49972
|
+
cargja.$clinit_JSReaction();
|
|
49973
|
+
cargja.JSReaction_0.call(this, null, reaction);
|
|
49974
|
+
};
|
|
49975
|
+
cargja.JSReaction_0 = function JSReaction_0(name_0, reaction) {
|
|
49945
49976
|
cargja.$clinit_JSReaction();
|
|
49946
49977
|
Object_0.call(this);
|
|
49947
49978
|
this.$init_176();
|
|
49948
|
-
|
|
49979
|
+
if (isNotNull(reaction)) {
|
|
49980
|
+
this.oclReaction = reaction;
|
|
49981
|
+
} else {
|
|
49982
|
+
this.oclReaction = new carcr.Reaction_1(name_0);
|
|
49983
|
+
}
|
|
49949
49984
|
};
|
|
49950
49985
|
cargja.create = function create() {
|
|
49951
49986
|
cargja.$clinit_JSReaction();
|
|
@@ -49958,7 +49993,7 @@ function getExports($wnd) {
|
|
|
49958
49993
|
for (i = 0; i < mol.length; i++) {
|
|
49959
49994
|
setCheck(oclMol, i, mol[i].getStereoMolecule());
|
|
49960
49995
|
}
|
|
49961
|
-
return new cargja.JSReaction(new carcr.
|
|
49996
|
+
return new cargja.JSReaction(new carcr.Reaction_2(oclMol, reactantCount));
|
|
49962
49997
|
};
|
|
49963
49998
|
cargja.fromRxn = function fromRxn(rxn) {
|
|
49964
49999
|
cargja.$clinit_JSReaction();
|
|
@@ -49972,7 +50007,7 @@ function getExports($wnd) {
|
|
|
49972
50007
|
reaction = new carc2.SmilesParser().parseReaction_1(jl.getBytes___B__devirtual$(smiles));
|
|
49973
50008
|
return new cargja.JSReaction(reaction);
|
|
49974
50009
|
};
|
|
49975
|
-
defineClass(
|
|
50010
|
+
defineClass(79, 1, { 1: 1 }, cargja.JSReaction, cargja.JSReaction_0);
|
|
49976
50011
|
_.$init_176 = function $init_176() {
|
|
49977
50012
|
};
|
|
49978
50013
|
_.addCatalyst = function addCatalyst_1(catalyst) {
|
|
@@ -50078,7 +50113,7 @@ function getExports($wnd) {
|
|
|
50078
50113
|
_.validateMapping = function validateMapping_0() {
|
|
50079
50114
|
this.oclReaction.validateMapping_0();
|
|
50080
50115
|
};
|
|
50081
|
-
cggl.Lcom_actelion_research_gwt_js_api_JSReaction_2_classLit = createForClass("com.actelion.research.gwt.js.api", "JSReaction",
|
|
50116
|
+
cggl.Lcom_actelion_research_gwt_js_api_JSReaction_2_classLit = createForClass("com.actelion.research.gwt.js.api", "JSReaction", 79, cggl.Ljava_lang_Object_2_classLit);
|
|
50082
50117
|
cargja.$clinit_JSReactionEncoder = function $clinit_JSReactionEncoder() {
|
|
50083
50118
|
cargja.$clinit_JSReactionEncoder = emptyMethod;
|
|
50084
50119
|
jl.$clinit_Object();
|
|
@@ -51049,7 +51084,7 @@ function getExports($wnd) {
|
|
|
51049
51084
|
_.$init_193 = function $init_193() {
|
|
51050
51085
|
};
|
|
51051
51086
|
_.fireEvent = function fireEvent_1(event_0) {
|
|
51052
|
-
this.fireEvent_0(castTo(event_0,
|
|
51087
|
+
this.fireEvent_0(castTo(event_0, 81));
|
|
51053
51088
|
};
|
|
51054
51089
|
_.addEventConsumer = function addEventConsumer(consumer) {
|
|
51055
51090
|
this.mConsumerList.add(consumer);
|
|
@@ -54808,7 +54843,7 @@ function getExports($wnd) {
|
|
|
54808
54843
|
hsbvals[2] = brightness;
|
|
54809
54844
|
return hsbvals;
|
|
54810
54845
|
};
|
|
54811
|
-
defineClass(
|
|
54846
|
+
defineClass(64, 1, { 1: 1 }, ja.Color, ja.Color_0, ja.Color_1);
|
|
54812
54847
|
_.$init_249 = function $init_249() {
|
|
54813
54848
|
this.realRGBValues = null;
|
|
54814
54849
|
this.alphaValue = 0;
|
|
@@ -54848,7 +54883,7 @@ function getExports($wnd) {
|
|
|
54848
54883
|
};
|
|
54849
54884
|
_.alphaValue = 0;
|
|
54850
54885
|
_.rgbValue = 0;
|
|
54851
|
-
cggl.Ljava_awt_Color_2_classLit = createForClass("java.awt", "Color",
|
|
54886
|
+
cggl.Ljava_awt_Color_2_classLit = createForClass("java.awt", "Color", 64, cggl.Ljava_lang_Object_2_classLit);
|
|
54852
54887
|
ja.$clinit_Font = function $clinit_Font() {
|
|
54853
54888
|
ja.$clinit_Font = emptyMethod;
|
|
54854
54889
|
jl.$clinit_Object();
|
|
@@ -55198,7 +55233,7 @@ function getExports($wnd) {
|
|
|
55198
55233
|
this.source = source;
|
|
55199
55234
|
this.savedNextChar = -2;
|
|
55200
55235
|
};
|
|
55201
|
-
defineClass(
|
|
55236
|
+
defineClass(63, 184, { 63: 1, 1: 1 }, ji.BufferedReader);
|
|
55202
55237
|
_.$init_261 = function $init_261() {
|
|
55203
55238
|
};
|
|
55204
55239
|
_.close_0 = function close_1() {
|
|
@@ -55248,7 +55283,7 @@ function getExports($wnd) {
|
|
|
55248
55283
|
return sb.toString_0();
|
|
55249
55284
|
};
|
|
55250
55285
|
_.savedNextChar = 0;
|
|
55251
|
-
cggl.Ljava_io_BufferedReader_2_classLit = createForClass("java.io", "BufferedReader",
|
|
55286
|
+
cggl.Ljava_io_BufferedReader_2_classLit = createForClass("java.io", "BufferedReader", 63, cggl.Ljava_io_Reader_2_classLit);
|
|
55252
55287
|
jl.$clinit_Appendable = function $clinit_Appendable() {
|
|
55253
55288
|
jl.$clinit_Appendable = emptyMethod;
|
|
55254
55289
|
};
|
|
@@ -55837,7 +55872,7 @@ function getExports($wnd) {
|
|
|
55837
55872
|
jl.IndexOutOfBoundsException_0.call(this, msg);
|
|
55838
55873
|
this.$init_276();
|
|
55839
55874
|
};
|
|
55840
|
-
defineClass(222,
|
|
55875
|
+
defineClass(222, 83, { 4: 1, 12: 1, 1: 1, 23: 1, 18: 1 }, jl.ArrayIndexOutOfBoundsException, jl.ArrayIndexOutOfBoundsException_0);
|
|
55841
55876
|
_.$init_276 = function $init_276() {
|
|
55842
55877
|
};
|
|
55843
55878
|
cggl.Ljava_lang_ArrayIndexOutOfBoundsException_2_classLit = createForClass("java.lang", "ArrayIndexOutOfBoundsException", 222, cggl.Ljava_lang_IndexOutOfBoundsException_2_classLit);
|
|
@@ -56032,7 +56067,7 @@ function getExports($wnd) {
|
|
|
56032
56067
|
jl.$clinit_CharSequence$lambda$0$Type();
|
|
56033
56068
|
this.$$outer_0 = $$outer_0;
|
|
56034
56069
|
};
|
|
56035
|
-
defineClass(292, 1, { 1: 1,
|
|
56070
|
+
defineClass(292, 1, { 1: 1, 65: 1 }, jl.CharSequence$lambda$0$Type);
|
|
56036
56071
|
_.get_2 = function get_19() {
|
|
56037
56072
|
return jl.$lambda$0(this.$$outer_0);
|
|
56038
56073
|
};
|
|
@@ -60000,7 +60035,7 @@ function getExports($wnd) {
|
|
|
60000
60035
|
this.fromIndex = fromIndex;
|
|
60001
60036
|
this.size_0 = toIndex - fromIndex;
|
|
60002
60037
|
};
|
|
60003
|
-
defineClass(381, 138, { 1: 1, 29: 1,
|
|
60038
|
+
defineClass(381, 138, { 1: 1, 29: 1, 60: 1 }, ju.AbstractList$SubList);
|
|
60004
60039
|
_.$init_321 = function $init_321() {
|
|
60005
60040
|
};
|
|
60006
60041
|
_.addAtIndex = function add_25(index_0, element) {
|
|
@@ -61011,7 +61046,7 @@ function getExports($wnd) {
|
|
|
61011
61046
|
ji2.checkNotNull_0(array);
|
|
61012
61047
|
this.array = array;
|
|
61013
61048
|
};
|
|
61014
|
-
defineClass(422, 138, { 4: 1, 1: 1, 29: 1,
|
|
61049
|
+
defineClass(422, 138, { 4: 1, 1: 1, 29: 1, 60: 1, 127: 1 }, ju.Arrays$ArrayList);
|
|
61015
61050
|
_.$init_338 = function $init_338() {
|
|
61016
61051
|
};
|
|
61017
61052
|
_.contains = function contains_17(o) {
|
|
@@ -61240,7 +61275,7 @@ function getExports($wnd) {
|
|
|
61240
61275
|
};
|
|
61241
61276
|
ju.emptyList = function emptyList() {
|
|
61242
61277
|
ju.$clinit_Collections();
|
|
61243
|
-
return castTo(ju.EMPTY_LIST,
|
|
61278
|
+
return castTo(ju.EMPTY_LIST, 60);
|
|
61244
61279
|
};
|
|
61245
61280
|
ju.emptyListIterator = function emptyListIterator() {
|
|
61246
61281
|
ju.$clinit_Collections();
|
|
@@ -61315,7 +61350,7 @@ function getExports($wnd) {
|
|
|
61315
61350
|
ju.AbstractList.call(this);
|
|
61316
61351
|
this.$init_340();
|
|
61317
61352
|
};
|
|
61318
|
-
defineClass(412, 138, { 4: 1, 1: 1, 29: 1,
|
|
61353
|
+
defineClass(412, 138, { 4: 1, 1: 1, 29: 1, 60: 1, 127: 1 }, ju.Collections$EmptyList);
|
|
61319
61354
|
_.$init_340 = function $init_340() {
|
|
61320
61355
|
};
|
|
61321
61356
|
_.contains = function contains_18(object) {
|
|
@@ -61435,7 +61470,7 @@ function getExports($wnd) {
|
|
|
61435
61470
|
ju.$clinit_Collections$SingletonList = function $clinit_Collections$SingletonList() {
|
|
61436
61471
|
ju.$clinit_Collections$SingletonList = emptyMethod;
|
|
61437
61472
|
};
|
|
61438
|
-
defineClass(714, 138, { 4: 1, 1: 1, 29: 1,
|
|
61473
|
+
defineClass(714, 138, { 4: 1, 1: 1, 29: 1, 60: 1 });
|
|
61439
61474
|
cggl.Ljava_util_Collections$SingletonList_2_classLit = createForClass("java.util", "Collections/SingletonList", 714, cggl.Ljava_util_AbstractList_2_classLit);
|
|
61440
61475
|
ju.$clinit_Collections$UnmodifiableCollection = function $clinit_Collections$UnmodifiableCollection() {
|
|
61441
61476
|
ju.$clinit_Collections$UnmodifiableCollection = emptyMethod;
|
|
@@ -61544,7 +61579,7 @@ function getExports($wnd) {
|
|
|
61544
61579
|
this.$init_346();
|
|
61545
61580
|
this.list = list;
|
|
61546
61581
|
};
|
|
61547
|
-
defineClass(210, 163, { 1: 1, 29: 1,
|
|
61582
|
+
defineClass(210, 163, { 1: 1, 29: 1, 60: 1 }, ju.Collections$UnmodifiableList);
|
|
61548
61583
|
_.$init_346 = function $init_346() {
|
|
61549
61584
|
};
|
|
61550
61585
|
_.spliterator_0 = function spliterator_6() {
|
|
@@ -61855,7 +61890,7 @@ function getExports($wnd) {
|
|
|
61855
61890
|
ju.Collections$UnmodifiableList.call(this, list);
|
|
61856
61891
|
this.$init_353();
|
|
61857
61892
|
};
|
|
61858
|
-
defineClass(418, 210, { 1: 1, 29: 1,
|
|
61893
|
+
defineClass(418, 210, { 1: 1, 29: 1, 60: 1, 127: 1 }, ju.Collections$UnmodifiableRandomAccessList);
|
|
61859
61894
|
_.$init_353 = function $init_353() {
|
|
61860
61895
|
};
|
|
61861
61896
|
cggl.Ljava_util_Collections$UnmodifiableRandomAccessList_2_classLit = createForClass("java.util", "Collections/UnmodifiableRandomAccessList", 418, cggl.Ljava_util_Collections$UnmodifiableList_2_classLit);
|
|
@@ -62945,7 +62980,7 @@ function getExports($wnd) {
|
|
|
62945
62980
|
this.$init_372();
|
|
62946
62981
|
this.setSeed_0(seed);
|
|
62947
62982
|
};
|
|
62948
|
-
defineClass(
|
|
62983
|
+
defineClass(86, 1, { 1: 1 }, ju.Random, ju.Random_0);
|
|
62949
62984
|
_.$init_372 = function $init_372() {
|
|
62950
62985
|
this.haveNextNextGaussian = false;
|
|
62951
62986
|
};
|
|
@@ -63010,7 +63045,7 @@ function getExports($wnd) {
|
|
|
63010
63045
|
ju.twoToTheMinus31 = 4656612873077393e-25;
|
|
63011
63046
|
ju.twoToTheMinus53 = 11102230246251565e-32;
|
|
63012
63047
|
ju.uniqueSeed = 0;
|
|
63013
|
-
cggl.Ljava_util_Random_2_classLit = createForClass("java.util", "Random",
|
|
63048
|
+
cggl.Ljava_util_Random_2_classLit = createForClass("java.util", "Random", 86, cggl.Ljava_lang_Object_2_classLit);
|
|
63014
63049
|
ju.$clinit_Spliterators$IteratorSpliterator = function $clinit_Spliterators$IteratorSpliterator() {
|
|
63015
63050
|
ju.$clinit_Spliterators$IteratorSpliterator = emptyMethod;
|
|
63016
63051
|
jl.$clinit_Object();
|
|
@@ -63989,7 +64024,7 @@ function getExports($wnd) {
|
|
|
63989
64024
|
throw toJs(new jl.ArrayIndexOutOfBoundsException_0(jl.valueOf_18(index_0)));
|
|
63990
64025
|
}
|
|
63991
64026
|
};
|
|
63992
|
-
defineClass(457, 138, { 4: 1, 1: 1, 29: 1,
|
|
64027
|
+
defineClass(457, 138, { 4: 1, 1: 1, 29: 1, 60: 1, 127: 1 }, ju.Vector);
|
|
63993
64028
|
_.$init_390 = function $init_390() {
|
|
63994
64029
|
};
|
|
63995
64030
|
_.addAtIndex = function add_33(index_0, o) {
|
|
@@ -64545,7 +64580,7 @@ function getExports($wnd) {
|
|
|
64545
64580
|
jus.$clinit_Collectors$13methodref$ctor$Type = function $clinit_Collectors$13methodref$ctor$Type() {
|
|
64546
64581
|
jus.$clinit_Collectors$13methodref$ctor$Type = emptyMethod;
|
|
64547
64582
|
};
|
|
64548
|
-
defineClass(687, 1, { 1: 1,
|
|
64583
|
+
defineClass(687, 1, { 1: 1, 65: 1 });
|
|
64549
64584
|
cggl.Ljava_util_stream_Collectors$13methodref$ctor$Type_2_classLit = createForClass("java.util.stream", "Collectors/13methodref$ctor$Type", 687, cggl.Ljava_lang_Object_2_classLit);
|
|
64550
64585
|
jus.$clinit_Collectors$14methodref$of$Type = function $clinit_Collectors$14methodref$of$Type() {
|
|
64551
64586
|
jus.$clinit_Collectors$14methodref$of$Type = emptyMethod;
|
|
@@ -64555,17 +64590,17 @@ function getExports($wnd) {
|
|
|
64555
64590
|
jus.$clinit_Collectors$15methodref$ctor$Type = function $clinit_Collectors$15methodref$ctor$Type() {
|
|
64556
64591
|
jus.$clinit_Collectors$15methodref$ctor$Type = emptyMethod;
|
|
64557
64592
|
};
|
|
64558
|
-
defineClass(695, 1, { 1: 1,
|
|
64593
|
+
defineClass(695, 1, { 1: 1, 65: 1 });
|
|
64559
64594
|
cggl.Ljava_util_stream_Collectors$15methodref$ctor$Type_2_classLit = createForClass("java.util.stream", "Collectors/15methodref$ctor$Type", 695, cggl.Ljava_lang_Object_2_classLit);
|
|
64560
64595
|
jus.$clinit_Collectors$16methodref$ctor$Type = function $clinit_Collectors$16methodref$ctor$Type() {
|
|
64561
64596
|
jus.$clinit_Collectors$16methodref$ctor$Type = emptyMethod;
|
|
64562
64597
|
};
|
|
64563
|
-
defineClass(698, 1, { 1: 1,
|
|
64598
|
+
defineClass(698, 1, { 1: 1, 65: 1 });
|
|
64564
64599
|
cggl.Ljava_util_stream_Collectors$16methodref$ctor$Type_2_classLit = createForClass("java.util.stream", "Collectors/16methodref$ctor$Type", 698, cggl.Ljava_lang_Object_2_classLit);
|
|
64565
64600
|
jus.$clinit_Collectors$17methodref$ctor$Type = function $clinit_Collectors$17methodref$ctor$Type() {
|
|
64566
64601
|
jus.$clinit_Collectors$17methodref$ctor$Type = emptyMethod;
|
|
64567
64602
|
};
|
|
64568
|
-
defineClass(701, 1, { 1: 1,
|
|
64603
|
+
defineClass(701, 1, { 1: 1, 65: 1 });
|
|
64569
64604
|
cggl.Ljava_util_stream_Collectors$17methodref$ctor$Type_2_classLit = createForClass("java.util.stream", "Collectors/17methodref$ctor$Type", 701, cggl.Ljava_lang_Object_2_classLit);
|
|
64570
64605
|
jus.$clinit_Collectors$18methodref$getSum$Type = function $clinit_Collectors$18methodref$getSum$Type() {
|
|
64571
64606
|
jus.$clinit_Collectors$18methodref$getSum$Type = emptyMethod;
|
|
@@ -64599,7 +64634,7 @@ function getExports($wnd) {
|
|
|
64599
64634
|
jus.Collectors$21methodref$ctor$Type = function Collectors$21methodref$ctor$Type() {
|
|
64600
64635
|
jus.$clinit_Collectors$21methodref$ctor$Type();
|
|
64601
64636
|
};
|
|
64602
|
-
defineClass(396, 1, { 1: 1,
|
|
64637
|
+
defineClass(396, 1, { 1: 1, 65: 1 }, jus.Collectors$21methodref$ctor$Type);
|
|
64603
64638
|
_.get_2 = function get_36() {
|
|
64604
64639
|
return new ju.ArrayList();
|
|
64605
64640
|
};
|
|
@@ -64629,7 +64664,7 @@ function getExports($wnd) {
|
|
|
64629
64664
|
return juf.$andThen(this, after);
|
|
64630
64665
|
};
|
|
64631
64666
|
_.apply_1 = function apply_7(arg0) {
|
|
64632
|
-
return ju.unmodifiableList(castTo(arg0,
|
|
64667
|
+
return ju.unmodifiableList(castTo(arg0, 60));
|
|
64633
64668
|
};
|
|
64634
64669
|
cggl.Ljava_util_stream_Collectors$23methodref$unmodifiableList$Type_2_classLit = createForClass("java.util.stream", "Collectors/23methodref$unmodifiableList$Type", 398, cggl.Ljava_lang_Object_2_classLit);
|
|
64635
64670
|
jus.$clinit_Collectors$24methodref$ctor$Type = function $clinit_Collectors$24methodref$ctor$Type() {
|
|
@@ -64638,7 +64673,7 @@ function getExports($wnd) {
|
|
|
64638
64673
|
jus.Collectors$24methodref$ctor$Type = function Collectors$24methodref$ctor$Type() {
|
|
64639
64674
|
jus.$clinit_Collectors$24methodref$ctor$Type();
|
|
64640
64675
|
};
|
|
64641
|
-
defineClass(400, 1, { 1: 1,
|
|
64676
|
+
defineClass(400, 1, { 1: 1, 65: 1 }, jus.Collectors$24methodref$ctor$Type);
|
|
64642
64677
|
_.get_2 = function get_37() {
|
|
64643
64678
|
return new ju.HashMap();
|
|
64644
64679
|
};
|
|
@@ -64682,7 +64717,7 @@ function getExports($wnd) {
|
|
|
64682
64717
|
jus.Collectors$28methodref$ctor$Type = function Collectors$28methodref$ctor$Type() {
|
|
64683
64718
|
jus.$clinit_Collectors$28methodref$ctor$Type();
|
|
64684
64719
|
};
|
|
64685
|
-
defineClass(405, 1, { 1: 1,
|
|
64720
|
+
defineClass(405, 1, { 1: 1, 65: 1 }, jus.Collectors$28methodref$ctor$Type);
|
|
64686
64721
|
_.get_2 = function get_38() {
|
|
64687
64722
|
return new ju.HashSet();
|
|
64688
64723
|
};
|
|
@@ -64734,7 +64769,7 @@ function getExports($wnd) {
|
|
|
64734
64769
|
jus.$clinit_Collectors$3methodref$ctor$Type = function $clinit_Collectors$3methodref$ctor$Type() {
|
|
64735
64770
|
jus.$clinit_Collectors$3methodref$ctor$Type = emptyMethod;
|
|
64736
64771
|
};
|
|
64737
|
-
defineClass(669, 1, { 1: 1,
|
|
64772
|
+
defineClass(669, 1, { 1: 1, 65: 1 });
|
|
64738
64773
|
cggl.Ljava_util_stream_Collectors$3methodref$ctor$Type_2_classLit = createForClass("java.util.stream", "Collectors/3methodref$ctor$Type", 669, cggl.Ljava_lang_Object_2_classLit);
|
|
64739
64774
|
jus.$clinit_Collectors$4methodref$addAll$Type = function $clinit_Collectors$4methodref$addAll$Type() {
|
|
64740
64775
|
jus.$clinit_Collectors$4methodref$addAll$Type = emptyMethod;
|
|
@@ -64744,7 +64779,7 @@ function getExports($wnd) {
|
|
|
64744
64779
|
jus.$clinit_Collectors$5methodref$ctor$Type = function $clinit_Collectors$5methodref$ctor$Type() {
|
|
64745
64780
|
jus.$clinit_Collectors$5methodref$ctor$Type = emptyMethod;
|
|
64746
64781
|
};
|
|
64747
|
-
defineClass(675, 1, { 1: 1,
|
|
64782
|
+
defineClass(675, 1, { 1: 1, 65: 1 });
|
|
64748
64783
|
cggl.Ljava_util_stream_Collectors$5methodref$ctor$Type_2_classLit = createForClass("java.util.stream", "Collectors/5methodref$ctor$Type", 675, cggl.Ljava_lang_Object_2_classLit);
|
|
64749
64784
|
jus.$clinit_Collectors$6methodref$append$Type = function $clinit_Collectors$6methodref$append$Type() {
|
|
64750
64785
|
jus.$clinit_Collectors$6methodref$append$Type = emptyMethod;
|
|
@@ -64769,7 +64804,7 @@ function getExports($wnd) {
|
|
|
64769
64804
|
jus.$clinit_Collectors$lambda$15$Type = function $clinit_Collectors$lambda$15$Type() {
|
|
64770
64805
|
jus.$clinit_Collectors$lambda$15$Type = emptyMethod;
|
|
64771
64806
|
};
|
|
64772
|
-
defineClass(679, 1, { 1: 1,
|
|
64807
|
+
defineClass(679, 1, { 1: 1, 65: 1 });
|
|
64773
64808
|
cggl.Ljava_util_stream_Collectors$lambda$15$Type_2_classLit = createForClass("java.util.stream", "Collectors/lambda$15$Type", 679, cggl.Ljava_lang_Object_2_classLit);
|
|
64774
64809
|
jus.$clinit_Collectors$lambda$19$Type = function $clinit_Collectors$lambda$19$Type() {
|
|
64775
64810
|
jus.$clinit_Collectors$lambda$19$Type = emptyMethod;
|
|
@@ -64802,7 +64837,7 @@ function getExports($wnd) {
|
|
|
64802
64837
|
jus.$clinit_Collectors$lambda$25$Type = function $clinit_Collectors$lambda$25$Type() {
|
|
64803
64838
|
jus.$clinit_Collectors$lambda$25$Type = emptyMethod;
|
|
64804
64839
|
};
|
|
64805
|
-
defineClass(688, 1, { 1: 1,
|
|
64840
|
+
defineClass(688, 1, { 1: 1, 65: 1 });
|
|
64806
64841
|
cggl.Ljava_util_stream_Collectors$lambda$25$Type_2_classLit = createForClass("java.util.stream", "Collectors/lambda$25$Type", 688, cggl.Ljava_lang_Object_2_classLit);
|
|
64807
64842
|
jus.$clinit_Collectors$lambda$27$Type = function $clinit_Collectors$lambda$27$Type() {
|
|
64808
64843
|
jus.$clinit_Collectors$lambda$27$Type = emptyMethod;
|
|
@@ -64812,7 +64847,7 @@ function getExports($wnd) {
|
|
|
64812
64847
|
jus.$clinit_Collectors$lambda$28$Type = function $clinit_Collectors$lambda$28$Type() {
|
|
64813
64848
|
jus.$clinit_Collectors$lambda$28$Type = emptyMethod;
|
|
64814
64849
|
};
|
|
64815
|
-
defineClass(691, 1, { 1: 1,
|
|
64850
|
+
defineClass(691, 1, { 1: 1, 65: 1 });
|
|
64816
64851
|
cggl.Ljava_util_stream_Collectors$lambda$28$Type_2_classLit = createForClass("java.util.stream", "Collectors/lambda$28$Type", 691, cggl.Ljava_lang_Object_2_classLit);
|
|
64817
64852
|
jus.$clinit_Collectors$lambda$29$Type = function $clinit_Collectors$lambda$29$Type() {
|
|
64818
64853
|
jus.$clinit_Collectors$lambda$29$Type = emptyMethod;
|
|
@@ -64950,7 +64985,7 @@ function getExports($wnd) {
|
|
|
64950
64985
|
jus.$clinit_Collectors$lambda$6$Type = function $clinit_Collectors$lambda$6$Type() {
|
|
64951
64986
|
jus.$clinit_Collectors$lambda$6$Type = emptyMethod;
|
|
64952
64987
|
};
|
|
64953
|
-
defineClass(670, 1, { 1: 1,
|
|
64988
|
+
defineClass(670, 1, { 1: 1, 65: 1 });
|
|
64954
64989
|
cggl.Ljava_util_stream_Collectors$lambda$6$Type_2_classLit = createForClass("java.util.stream", "Collectors/lambda$6$Type", 670, cggl.Ljava_lang_Object_2_classLit);
|
|
64955
64990
|
jus.$clinit_Collectors$lambda$7$Type = function $clinit_Collectors$lambda$7$Type() {
|
|
64956
64991
|
jus.$clinit_Collectors$lambda$7$Type = emptyMethod;
|
|
@@ -65162,7 +65197,7 @@ function getExports($wnd) {
|
|
|
65162
65197
|
jus.$clinit_IntStreamImpl$0methodref$ctor$Type = function $clinit_IntStreamImpl$0methodref$ctor$Type() {
|
|
65163
65198
|
jus.$clinit_IntStreamImpl$0methodref$ctor$Type = emptyMethod;
|
|
65164
65199
|
};
|
|
65165
|
-
defineClass(793, 1, { 1: 1,
|
|
65200
|
+
defineClass(793, 1, { 1: 1, 65: 1 });
|
|
65166
65201
|
cggl.Ljava_util_stream_IntStreamImpl$0methodref$ctor$Type_2_classLit = createForClass("java.util.stream", "IntStreamImpl/0methodref$ctor$Type", 793, cggl.Ljava_lang_Object_2_classLit);
|
|
65167
65202
|
jus.$clinit_IntStreamImpl$1 = function $clinit_IntStreamImpl$1() {
|
|
65168
65203
|
jus.$clinit_IntStreamImpl$1 = emptyMethod;
|
|
@@ -65467,7 +65502,7 @@ function getExports($wnd) {
|
|
|
65467
65502
|
};
|
|
65468
65503
|
_.toArray_3 = function toArray_19(generator) {
|
|
65469
65504
|
var collected;
|
|
65470
|
-
collected = castTo(this.collect_0(jus.toList()),
|
|
65505
|
+
collected = castTo(this.collect_0(jus.toList()), 60);
|
|
65471
65506
|
return collected.toArray_0(castToArray(generator.apply_3(collected.size())));
|
|
65472
65507
|
};
|
|
65473
65508
|
cggl.Ljava_util_stream_StreamImpl_2_classLit = createForClass("java.util.stream", "StreamImpl", 256, cggl.Ljava_util_stream_TerminatableStream_2_classLit);
|
|
@@ -65794,7 +65829,7 @@ function getExports($wnd) {
|
|
|
65794
65829
|
return juf.$andThen(this, after);
|
|
65795
65830
|
};
|
|
65796
65831
|
_.apply_1 = function apply_19(arg0) {
|
|
65797
|
-
return castTo(arg0,
|
|
65832
|
+
return castTo(arg0, 65).get_2();
|
|
65798
65833
|
};
|
|
65799
65834
|
cggl.Ljava_util_stream_StreamSupport$1methodref$get$Type_2_classLit = createForClass("java.util.stream", "StreamSupport/1methodref$get$Type", 370, cggl.Ljava_lang_Object_2_classLit);
|
|
65800
65835
|
jus.$clinit_StreamSupport$2methodref$get$Type = function $clinit_StreamSupport$2methodref$get$Type() {
|
|
@@ -66243,7 +66278,7 @@ function getExports($wnd) {
|
|
|
66243
66278
|
m[2][1] = n.z_0 * n.y_0 * invcosAlpha + n.x_0 * sinAlpha;
|
|
66244
66279
|
return m;
|
|
66245
66280
|
};
|
|
66246
|
-
defineClass(198,
|
|
66281
|
+
defineClass(198, 62, { 62: 1, 22: 1, 1: 1, 198: 1 }, ooccg.BaseConformer);
|
|
66247
66282
|
_.$init_407 = function $init_407() {
|
|
66248
66283
|
};
|
|
66249
66284
|
_.calculateCollisionStrain = function calculateCollisionStrain(rotatableBond) {
|
|
@@ -67577,7 +67612,7 @@ function getExports($wnd) {
|
|
|
67577
67612
|
populationSum = 0;
|
|
67578
67613
|
index_0 = 0;
|
|
67579
67614
|
for (i3 = conformerList.size() - 1; i3 >= 0; i3--) {
|
|
67580
|
-
conf = castTo(conformerList.getAtIndex(i3),
|
|
67615
|
+
conf = castTo(conformerList.getAtIndex(i3), 62);
|
|
67581
67616
|
if (isNaN(conf.getEnergy()))
|
|
67582
67617
|
conformerList.removeAtIndex(i3);
|
|
67583
67618
|
else {
|
|
@@ -70301,7 +70336,7 @@ function getExports($wnd) {
|
|
|
70301
70336
|
this.$init_429();
|
|
70302
70337
|
this.copyStrainFrom(conformer);
|
|
70303
70338
|
};
|
|
70304
|
-
defineClass(54,
|
|
70339
|
+
defineClass(54, 62, { 62: 1, 22: 1, 1: 1, 54: 1 }, ooccs.SelfOrganizedConformer, ooccs.SelfOrganizedConformer_0);
|
|
70305
70340
|
_.$init_429 = function $init_429() {
|
|
70306
70341
|
};
|
|
70307
70342
|
_.calculateStrain = function calculateStrain(ruleList) {
|
|
@@ -70321,7 +70356,7 @@ function getExports($wnd) {
|
|
|
70321
70356
|
this.mLikelihood = -1;
|
|
70322
70357
|
};
|
|
70323
70358
|
_.copyFrom_1 = function copyFrom_1(conformer) {
|
|
70324
|
-
getClassPrototype(
|
|
70359
|
+
getClassPrototype(62).copyFrom_0.call(this, conformer);
|
|
70325
70360
|
this.copyStrainFrom(conformer);
|
|
70326
70361
|
};
|
|
70327
70362
|
_.copyStrainFrom = function copyStrainFrom(conformer) {
|
|
@@ -71497,7 +71532,7 @@ function getExports($wnd) {
|
|
|
71497
71532
|
cargja.$clinit_JSMoleculeProperties();
|
|
71498
71533
|
_ = provide("OCL.MoleculeProperties", cargja.JSMoleculeProperties);
|
|
71499
71534
|
cargja.$clinit_JSReaction();
|
|
71500
|
-
_ = provide("OCL.Reaction");
|
|
71535
|
+
_ = provide("OCL.Reaction", cargja.JSReaction_0);
|
|
71501
71536
|
_.create = cargja.create;
|
|
71502
71537
|
_.fromMolecules = cargja.fromMolecules;
|
|
71503
71538
|
_.fromRxn = cargja.fromRxn;
|
|
@@ -71612,7 +71647,7 @@ function getExports($wnd) {
|
|
|
71612
71647
|
$sendStats("moduleStartup", "end");
|
|
71613
71648
|
$gwt && $gwt.permProps && __gwtModuleFunction.__moduleStartupDone($gwt.permProps);
|
|
71614
71649
|
const toReturn = $wnd["OCL"];
|
|
71615
|
-
toReturn.version = "9.
|
|
71650
|
+
toReturn.version = "9.18.0";
|
|
71616
71651
|
return toReturn;
|
|
71617
71652
|
}
|
|
71618
71653
|
var isBrowserWindow = typeof window !== "undefined" && typeof window.document !== "undefined";
|
|
@@ -71756,8 +71791,8 @@ export {
|
|
|
71756
71791
|
};
|
|
71757
71792
|
/**
|
|
71758
71793
|
* openchemlib - Manipulate molecules
|
|
71759
|
-
* @version v9.
|
|
71760
|
-
* @date 2025-11-
|
|
71794
|
+
* @version v9.18.0
|
|
71795
|
+
* @date 2025-11-12T21:01:08.079Z
|
|
71761
71796
|
* @link https://github.com/cheminfo/openchemlib-js
|
|
71762
71797
|
* @license BSD-3-Clause
|
|
71763
71798
|
*/
|