Class DatabaseReaction
- java.lang.Object
-
- com.actelion.research.chem.reaction.Reaction
-
- com.actelion.research.chem.reaction.DatabaseReaction
-
- All Implemented Interfaces:
java.io.Serializable
public class DatabaseReaction extends Reaction
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DatabaseReaction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetMoleculeRegNo(int mol)intgetReactionRegNo()intgetReactionYield()voidsetMoleculeRegNo(int mol, int regNo)voidsetReactionRegNo(int regNo)voidsetReactionYield(int yield)-
Methods inherited from class com.actelion.research.chem.reaction.Reaction
addCatalyst, addCatalyst, addProduct, addProduct, addReactant, addReactant, clear, getAverageBondLength, getCatalyst, getCatalysts, getDrawingObjects, getHighestMapNo, getMergedCopy, getMolecule, getMolecules, getName, getProduct, getProducts, getReactant, getReactants, getReactionCenterAtoms, getReactionCenterMapNos, isEmpty, isFragment, isPerfectlyMapped, isReactionLayoutRequired, removeCatalysts, removeDrawingObjects, setDrawingObjects, setFragment, setName, validateMapping
-
-
-
-
Method Detail
-
setReactionRegNo
public void setReactionRegNo(int regNo)
-
setReactionYield
public void setReactionYield(int yield)
- Parameters:
yield- (-1 = not available)
-
setMoleculeRegNo
public void setMoleculeRegNo(int mol, int regNo)
-
getReactionRegNo
public int getReactionRegNo()
-
getReactionYield
public int getReactionYield()
-
getMoleculeRegNo
public int getMoleculeRegNo(int mol)
-
-