Home
last modified time | relevance | path

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

/dports/science/opsin/dan2097-opsin-9b25f7546b67/opsin-core/src/test/java/uk/ac/cam/ch/wwmm/opsin/
H A DComponentGeneration_StereochemistryTest.java16 stereochem.addAttribute(new Attribute(TYPE_ATR, STEREOCHEMISTRYBRACKET_TYPE_VAL)); in testUnlocantedS()
33 stereochem.addAttribute(new Attribute(TYPE_ATR, STEREOCHEMISTRYBRACKET_TYPE_VAL)); in testMultipleUnLocanted()
56 stereochem.addAttribute(new Attribute(TYPE_ATR, STEREOCHEMISTRYBRACKET_TYPE_VAL)); in testLocantedR()
73 stereochem.addAttribute(new Attribute(TYPE_ATR, STEREOCHEMISTRYBRACKET_TYPE_VAL)); in testMultipleRorSLocanted()
103 stereochem.addAttribute(new Attribute(TYPE_ATR, STEREOCHEMISTRYBRACKET_TYPE_VAL)); in testUnLocantedE()
120 stereochem.addAttribute(new Attribute(TYPE_ATR, STEREOCHEMISTRYBRACKET_TYPE_VAL)); in testLocantedZ()
137 stereochem.addAttribute(new Attribute(TYPE_ATR, STEREOCHEMISTRYBRACKET_TYPE_VAL)); in testMultipleRorSorEorZ()
166 stereochem.addAttribute(new Attribute(TYPE_ATR, STEREOCHEMISTRYBRACKET_TYPE_VAL)); in testDashInsteadOfComma()
195 stereochem.addAttribute(new Attribute(TYPE_ATR, STEREOCHEMISTRYBRACKET_TYPE_VAL)); in testBracketedLocantedCisTrans()
218 stereochem.addAttribute(new Attribute(TYPE_ATR, STEREOCHEMISTRYBRACKET_TYPE_VAL)); in testBracketedUnlocantedCisTrans()
[all …]
H A DComponentGeneration_ProcesslocantsTest.java171 assertEquals(STEREOCHEMISTRYBRACKET_TYPE_VAL, stereochemistry.getAttributeValue(TYPE_ATR)); in testStereochemistryInLocant1()
183 assertEquals(STEREOCHEMISTRYBRACKET_TYPE_VAL, stereochemistry.getAttributeValue(TYPE_ATR)); in testStereochemistryInLocant2()
195 assertEquals(STEREOCHEMISTRYBRACKET_TYPE_VAL, stereochemistry.getAttributeValue(TYPE_ATR)); in testStereochemistryInLocant3()
207 assertEquals(STEREOCHEMISTRYBRACKET_TYPE_VAL, stereochemistry.getAttributeValue(TYPE_ATR)); in testStereochemistryInLocant4()
219 assertEquals(STEREOCHEMISTRYBRACKET_TYPE_VAL, stereochemistry.getAttributeValue(TYPE_ATR)); in testStereochemistryInLocant5()
231 assertEquals(STEREOCHEMISTRYBRACKET_TYPE_VAL, stereochemistry.getAttributeValue(TYPE_ATR)); in testStereochemistryInLocant6()
251 assertEquals(STEREOCHEMISTRYBRACKET_TYPE_VAL, stereochemistry.getAttributeValue(TYPE_ATR)); in testMultipleTypesTogether()
/dports/science/opsin/dan2097-opsin-9b25f7546b67/opsin-core/src/main/java/uk/ac/cam/ch/wwmm/opsin/
H A DXmlDeclarations.java427 static final String STEREOCHEMISTRYBRACKET_TYPE_VAL ="stereochemistryBracket"; field in XmlDeclarations
H A DComponentGenerator.java280 newStereoChemEl.addAttribute(new Attribute(TYPE_ATR, STEREOCHEMISTRYBRACKET_TYPE_VAL)); in processLocants()
852 if (stereoChemistryElement.getAttributeValue(TYPE_ATR).equals(STEREOCHEMISTRYBRACKET_TYPE_VAL)){ in processStereochemistry()