Home
last modified time | relevance | path

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

/dports/science/opsin/dan2097-opsin-9b25f7546b67/opsin-core/src/main/java/uk/ac/cam/ch/wwmm/opsin/
H A DXmlDeclarations.java536 static final String INLOCANTS_DEFAULT = "default"; field in XmlDeclarations
H A DStructureBuildingMethods.java1606 if (inLocantsString.equals(INLOCANTS_DEFAULT)){ in performMultiplicativeOperations()
1609 inLocants.add(INLOCANTS_DEFAULT); in performMultiplicativeOperations()
1641 if (inLocants.get(0).equals(INLOCANTS_DEFAULT)){ in performMultiplicativeOperations()
1684 if (!multipliedParent.getAttributeValue(INLOCANTS_ATR).equals(INLOCANTS_DEFAULT)) { in performMultiplicativeOperations()
1695 …if (locant.equals(INLOCANTS_DEFAULT)){//note that if one entry in inLocantArray is default then th… in performMultiplicativeOperations()
H A DComponentProcessor.java4959 rightMostElement.addAttribute(new Attribute(INLOCANTS_ATR, INLOCANTS_DEFAULT)); in assignLocantsToMultipliedRootIfPresent()