Package com.actelion.research.chem.mcs
Class SubStructSearchBondIndex
- java.lang.Object
-
- com.actelion.research.chem.mcs.SubStructSearchBondIndex
-
public class SubStructSearchBondIndex extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SubStructSearchBondIndex()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
findFragmentInMolecule()
void
setBondIndex(IntVec ivBondIndex)
void
setFragment(StereoMolecule frag)
void
setMolecule(StereoMolecule mol)
-
-
-
Method Detail
-
setMolecule
public void setMolecule(StereoMolecule mol)
-
setFragment
public void setFragment(StereoMolecule frag)
-
setBondIndex
public void setBondIndex(IntVec ivBondIndex)
-
findFragmentInMolecule
public int findFragmentInMolecule()
-
-