Home
last modified time | relevance | path

Searched defs:substituent (Results 1 – 12 of 12) sorted by relevance

/dports/science/opsin/dan2097-opsin-9b25f7546b67/opsin-core/src/test/java/uk/ac/cam/ch/wwmm/opsin/
H A DComponentGeneration_StereochemistryTest.java14 Element substituent = new GroupingEl(SUBSTITUENT_EL); in testUnlocantedS() local
31 Element substituent = new GroupingEl(SUBSTITUENT_EL); in testMultipleUnLocanted() local
54 Element substituent = new GroupingEl(SUBSTITUENT_EL); in testLocantedR() local
71 Element substituent = new GroupingEl(SUBSTITUENT_EL); in testMultipleRorSLocanted() local
101 Element substituent = new GroupingEl(SUBSTITUENT_EL); in testUnLocantedE() local
118 Element substituent = new GroupingEl(SUBSTITUENT_EL); in testLocantedZ() local
135 Element substituent = new GroupingEl(SUBSTITUENT_EL); in testMultipleRorSorEorZ() local
164 Element substituent = new GroupingEl(SUBSTITUENT_EL); in testDashInsteadOfComma() local
193 Element substituent = new GroupingEl(SUBSTITUENT_EL); in testBracketedLocantedCisTrans() local
216 Element substituent = new GroupingEl(SUBSTITUENT_EL); in testBracketedUnlocantedCisTrans() local
[all …]
H A DComponentGeneration_AmbiguitiesAndIrregularitiesTest.java12 Element substituent = new GroupingEl(SUBSTITUENT_EL); in testCorrectlyTokenisedAlkane() local
29 Element substituent = new GroupingEl(SUBSTITUENT_EL); in testCorrectlyTokenisedAlkane2() local
48 Element substituent = new GroupingEl(SUBSTITUENT_EL); in testCorrectlyTokenisedAlkane3() local
66 Element substituent = new GroupingEl(SUBSTITUENT_EL); in testMisTokenisedAlkane() local
79 Element substituent = new GroupingEl(SUBSTITUENT_EL); in testLocantsIndicatingTokenizationIsCorrect() local
99 Element substituent = new GroupingEl(SUBSTITUENT_EL); in testLocantsIndicatingTokenizationIsIncorrect() local
115 Element substituent = new GroupingEl(SUBSTITUENT_EL); in testTetraphenShouldBeTetra_Phen1() local
129 Element substituent = new GroupingEl(SUBSTITUENT_EL); in testTetraphenShouldBeTetra_Phen2() local
143 Element substituent = new GroupingEl(SUBSTITUENT_EL); in testTetraphenShouldBeTetraphen1() local
163 Element substituent = new GroupingEl(SUBSTITUENT_EL); in testTetraphenShouldBeTetraphen2() local
[all …]
H A DStructureBuildingMethodsTest.java16 Element substituent = new GroupingEl(SUBSTITUENT_EL); in bracketedPrimeNotSpecialCase() local
28 Element substituent = new GroupingEl(SUBSTITUENT_EL); in bracketedPrimeSpecialCase1() local
46 Element substituent = new GroupingEl(SUBSTITUENT_EL); in bracketedPrimeSpecialCase2() local
66 Element substituent = new GroupingEl(SUBSTITUENT_EL); in notPhosphoSubstitution() local
92 Element substituent = new GroupingEl(SUBSTITUENT_EL); in phosphoUnlocantedSubstitution() local
118 Element substituent = new GroupingEl(SUBSTITUENT_EL); in phosphoLocantedSubstitution() local
H A DComponentProcessorTest.java15 Element substituent = new GroupingEl(SUBSTITUENT_EL); in testSubtractiveWithNoGroupToAttachTo() local
26 Element substituent = new GroupingEl(SUBSTITUENT_EL); in testSubtractiveWithBiochemicalToAttachTo() local
46 Element substituent = new GroupingEl(SUBSTITUENT_EL); in testSubtractiveRightMostPreferred() local
73 Element substituent = new GroupingEl(SUBSTITUENT_EL); in testSubtractiveBiochemicalPreferredToRightMost() local
99 Element substituent = new GroupingEl(SUBSTITUENT_EL); in testSubtractiveWithMultiplierAndLocants() local
H A DComponentGeneration_ProcesslocantsTest.java12 private Element substituent; field in ComponentGeneration_ProcesslocantsTest
/dports/science/opsin/dan2097-opsin-9b25f7546b67/opsin-core/src/main/java/uk/ac/cam/ch/wwmm/opsin/
H A DWordType.java12 substituent, enumConstant
H A DWordRule.java30 substituent enumConstant
H A DComponentProcessor.java153 Element substituent = substituents.get(j); in processParse() local
713 …private boolean removeAndMoveToAppropriateGroupIfHydroSubstituent(Element substituent) throws Comp… in removeAndMoveToAppropriateGroupIfHydroSubstituent()
820 …static boolean removeAndMoveToAppropriateGroupIfSubtractivePrefix(Element substituent) throws Comp… in removeAndMoveToAppropriateGroupIfSubtractivePrefix()
898 …private boolean removeAndMoveToAppropriateGroupIfRingBridge(Element substituent) throws ComponentG… in removeAndMoveToAppropriateGroupIfRingBridge()
4423 …private boolean locantedEsterImplicitBracketSpecialCase(Element substituent, Element elementBefore… in locantedEsterImplicitBracketSpecialCase()
4755 Element substituent = OpsinTools.getPreviousSibling(bioLinkLocant); in processBiochemicalLinkageDescriptors() local
4780 …private void checkAndApplyFirstLocantOfBiochemicalLinkage(Element substituent, String biochemicalL… in checkAndApplyFirstLocantOfBiochemicalLinkage()
4815 …private void moveSubstituentDetachableHetAtomRepl(Element substituent) throws ComponentGenerationE… in moveSubstituentDetachableHetAtomRepl()
4904 …private void addImplicitBracketsWhenFirstSubstituentHasTwoMultipliers(Element substituent, List<El… in addImplicitBracketsWhenFirstSubstituentHasTwoMultipliers()
4987 …private void addImplicitBracketsWhenSubstituentHasTwoLocants(Element substituent, List<Element> br… in addImplicitBracketsWhenSubstituentHasTwoLocants()
[all …]
H A DFunctionalReplacement.java135 Element substituent = group.getParent(); in processPrefixFunctionalReplacementNomenclature() local
H A DComponentGenerator.java2610 Element substituent = OpsinTools.getPreviousSibling(group.getParent()); in handleGroupIrregularities() local
/dports/science/cdk/cdk-cdk-2.3/tool/sdg/src/main/java/org/openscience/cdk/layout/
H A DCorrectGeometricConfiguration.java226 private IAtom[] getAtoms(IAtom focus, IAtom substituent, IAtom otherFocus) { in getAtoms()
/dports/devel/py-pyxb/PyXB-1.2.6/pyxb/binding/
H A Dgenerate.py1963 def addLocationPrefixRewrite (self, prefix, substituent): argument