Uses of Class
com.actelion.research.chem.RingCollection
-
Packages that use RingCollection Package Description com.actelion.research.chem com.actelion.research.chem.descriptor.pharmacophoretree com.actelion.research.chem.io.pdb.converter -
-
Uses of RingCollection in com.actelion.research.chem
Methods in com.actelion.research.chem that return RingCollection Modifier and Type Method Description RingCollection
ExtendedMolecule. getRingSet()
RingCollection
ExtendedMolecule. getRingSetSimple()
-
Uses of RingCollection in com.actelion.research.chem.descriptor.pharmacophoretree
Methods in com.actelion.research.chem.descriptor.pharmacophoretree with parameters of type RingCollection Modifier and Type Method Description static java.util.List<java.lang.Integer>
PharmacophoreTreeGenerator. getSmallestRingsOfAtom(RingCollection rc, int atom)
-
Uses of RingCollection in com.actelion.research.chem.io.pdb.converter
Methods in com.actelion.research.chem.io.pdb.converter with parameters of type RingCollection Modifier and Type Method Description static boolean
BondsCalculator. aromatize(StereoMolecule mol, java.util.ArrayList<java.lang.Integer>[] atomToRings, RingCollection ringSet, java.util.Set<java.lang.Integer> aromaticAtoms, java.util.Set<java.lang.Integer> aromaticBonds)
-