Home
last modified time | relevance | path

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

/dports/science/opsin/dan2097-opsin-9b25f7546b67/opsin-core/src/main/java/uk/ac/cam/ch/wwmm/opsin/
H A DStructureBuildingMethods.java93 if (subBracketOrRoot.getName().equals(BRACKET_EL)){ in recursivelyResolveLocantedFeatures()
95 if (potentiallyCanSubstitute(subBracketOrRoot)){ in recursivelyResolveLocantedFeatures()
124 if (subBracketOrRoot.getName().equals(BRACKET_EL)){ in recursivelyResolveUnLocantedFeatures()
126 if (potentiallyCanSubstitute(subBracketOrRoot)){ in recursivelyResolveUnLocantedFeatures()
162 if (subBracketOrRoot.getName().equals(BRACKET_EL)) { in performLocantedSubstitutiveOperations()
178 multiplyOutAndSubstitute(state, subBracketOrRoot); in performLocantedSubstitutiveOperations()
230 if (subBracketOrRoot.getName().equals(BRACKET_EL)){ in performUnLocantedSubstitutiveOperations()
394 if (subBracketOrRoot.getName().equals(BRACKET_EL)){ in performUnlocantedSubstitutiveOperations()
440 subBracketOrRoot = multipliedElements.get(i); in performUnlocantedSubstitutiveOperations()
2438 Element parent = subBracketOrRoot.getParent(); in potentiallyCanSubstitute()
[all …]
H A DComponentProcessor.java223 for (Element subBracketOrRoot : substituentsAndRootAndBrackets) { in processParse()
224 assignLocantsAndMultipliers(subBracketOrRoot); in processParse()
5146 private boolean wordLevelLocantsAllowed(Element subBracketOrRoot, int numberOflocants) { in wordLevelLocantsAllowed() argument
5147 Element parentElem = subBracketOrRoot.getParent(); in wordLevelLocantsAllowed()
5149 && (OpsinTools.getNextSibling(subBracketOrRoot)==null || numberOflocants>=2)){ in wordLevelLocantsAllowed()
5155 …(state.currentWordRule == WordRule.ester && (OpsinTools.getNextSibling(subBracketOrRoot)==null |… in wordLevelLocantsAllowed()
5165 (OpsinTools.getNextSibling(subBracketOrRoot)==null || numberOflocants>=2)) { in wordLevelLocantsAllowed()