Uses of Class
com.actelion.research.chem.mmp.MMPFragmenter.MoleculeIndexID
-
Packages that use MMPFragmenter.MoleculeIndexID Package Description com.actelion.research.chem.mmp -
-
Uses of MMPFragmenter.MoleculeIndexID in com.actelion.research.chem.mmp
Methods in com.actelion.research.chem.mmp that return types with arguments of type MMPFragmenter.MoleculeIndexID Modifier and Type Method Description java.util.List<MMPFragmenter.MoleculeIndexID>
MMPFragmenter. getMoleculeIndexesID()
java.util.List<MMPFragmenter.MoleculeIndexID>
MMPFragmenter. getMoleculeIndexesID(boolean generateWholeMoleculeVariations)
Returns an ArrayList of MoleculeIndexID containing
IDCodes of keys and values of single and double cuts.Methods in com.actelion.research.chem.mmp with parameters of type MMPFragmenter.MoleculeIndexID Modifier and Type Method Description void
MMPFragments. addFragments(int moleculeIndex, MMPFragmenter.MoleculeIndexID moleculeIndexID)
Adds a new molecule fragmentMethod parameters in com.actelion.research.chem.mmp with type arguments of type MMPFragmenter.MoleculeIndexID Modifier and Type Method Description void
MMPFragments. addFragments(int moleculeIndex, java.util.List<MMPFragmenter.MoleculeIndexID> moleculeIndexesID)
Adds all molecule fragmentation variations
-