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 int
getMoleculeRegNo(int mol)
int
getReactionRegNo()
int
getReactionYield()
void
setMoleculeRegNo(int mol, int regNo)
void
setReactionRegNo(int regNo)
void
setReactionYield(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, removeAtomMapping, 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)
-
-