Home
last modified time | relevance | path

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

/dports/science/opsin/dan2097-opsin-9b25f7546b67/opsin-core/src/main/java/uk/ac/cam/ch/wwmm/opsin/
H A DFusedRingBuilder.java943 …private void benzoSpecificFusion(Element benzoEl, Element parentEl) throws StructureBuildingExcept… in benzoSpecificFusion() argument
947 Fragment benzoRing = benzoEl.getFrag(); in benzoSpecificFusion()
954 setBenzoHeteroatomPositioning(benzoEl, fusedRing); in benzoSpecificFusion()
963 …private void setBenzoHeteroatomPositioning(Element benzoEl, Fragment fusedRing) throws StructureBu… in setBenzoHeteroatomPositioning() argument
964 Element locantEl = OpsinTools.getPreviousSibling(benzoEl); in setBenzoHeteroatomPositioning()
967 if (locantsCouldApplyToHeteroatomPositions(locants, benzoEl)) { in setBenzoHeteroatomPositioning()
980 …&& ComponentProcessor.checkLocantPresentOnPotentialRoot(state, benzoEl.getParent(), locants[0]))) { in setBenzoHeteroatomPositioning()
997 private boolean locantsCouldApplyToHeteroatomPositions(String[] locants, Element benzoEl) { in locantsCouldApplyToHeteroatomPositions() argument
1001 List<Element> suffixes = benzoEl.getParent().getChildElements(SUFFIX_EL); in locantsCouldApplyToHeteroatomPositions()