Home
last modified time | relevance | path

Searched refs:UNSATURATOR_EL (Results 1 – 6 of 6) sorted by relevance

/dports/science/opsin/dan2097-opsin-9b25f7546b67/opsin-core/src/main/java/uk/ac/cam/ch/wwmm/opsin/
H A DXmlDeclarations.java179 static final String UNSATURATOR_EL ="unsaturator"; field in XmlDeclarations
H A DComponentGenerator.java667 …if (possibleUnsaturator !=null && possibleUnsaturator.getName().equals(UNSATURATOR_EL) && possible… in processHeterogenousHydrides()
686 if (possiblyAnUnsaturator !=null && possiblyAnUnsaturator.getName().equals(UNSATURATOR_EL)){ in processHeterogenousHydrides()
1120 if (name.equals(UNSATURATOR_EL) || name.equals(SUFFIX_EL)) { in duplicateLocantFromStereoTermIfAdjacentToEneOrYlidene()
1121 if ((name.equals(UNSATURATOR_EL) && eneOrYlidene.getAttributeValue(VALUE_ATR).equals("2")) in duplicateLocantFromStereoTermIfAdjacentToEneOrYlidene()
1130 if (name.equals(UNSATURATOR_EL)){ in duplicateLocantFromStereoTermIfAdjacentToEneOrYlidene()
1732 if (unsaturator != null && unsaturator.getName().equals(UNSATURATOR_EL)) { in detectAlkaneFusedRingBridges()
1733 …idgeFormer = OpsinTools.getNextSiblingIgnoringCertainElements(group, new String[]{UNSATURATOR_EL}); in detectAlkaneFusedRingBridges()
2516 …if (unsaturator !=null && unsaturator.getName().equals(UNSATURATOR_EL) && unsaturator.getValue().e… in handleGroupIrregularities()
H A DFusedRingBuilder.java327 List<Element> unsaturators = OpsinTools.getNextAdjacentSiblingsOfType(group, UNSATURATOR_EL); in processPartiallyUnsaturatedHWSystems()
355 while (next!=null && next.getName().equals(UNSATURATOR_EL)){ in aromatiseCyclicAlkane()
H A DComponentProcessor.java1025 …|| afterMultiplier.getName().equals(UNSATURATOR_EL) || afterMultiplier.getName().equals(GROUP_EL))… in determineLocantMeaning()
1483 !elName.equals(UNSATURATOR_EL) && in processCarbohydrates()
1919 if(nextName.equals(UNSATURATOR_EL) || in processMultipliers()
2156 …ATR) == null && referent.getAttribute(MULTIPLIED_ATR) == null && (refName.equals(UNSATURATOR_EL) ||
2896 Element newUnsaturator = new TokenEl(UNSATURATOR_EL);
3185 …else if (currentEl.getName().equals(UNSATURATOR_EL) && currentEl.getAttribute(LOCANT_ATR) == null)… in determineElementsToResolveIntoRingAssembly()
4253 …= OpsinTools.getNextSiblingIgnoringCertainElements(substituentGroup, new String[]{UNSATURATOR_EL}); in implicitlyBracketToPreviousSubstituentIfAppropriate()
4574 …if (name.equals(SUFFIX_EL) || name.equals(UNSATURATOR_EL) || name.equals(CONJUNCTIVESUFFIXGROUP_EL… in findElementsMissingIndirectLocants()
H A DStructureBuildingMethods.java481 if (elName.equals(UNSATURATOR_EL)){ in resolveLocantedFeatures()
820 if (elName.equals(UNSATURATOR_EL)) { in resolveUnLocantedFeatures()
/dports/science/opsin/dan2097-opsin-9b25f7546b67/opsin-core/src/test/java/uk/ac/cam/ch/wwmm/opsin/
H A DComponentGeneration_StereochemistryTest.java511 Element unsaturator = new TokenEl(UNSATURATOR_EL, "ene"); in testEandZUnbrackettedBeforeEne()
534 assertEquals(UNSATURATOR_EL, children.get(4).getName()); in testEandZUnbrackettedBeforeEne()