Package | Description |
---|---|
uk.ac.ebi.reactionblast.mechanism | |
uk.ac.ebi.reactionblast.mechanism.helper | |
uk.ac.ebi.reactionblast.mechanism.interfaces |
Modifier and Type | Method and Description |
---|---|
BEMatrix |
BondChangeAnnotator.getEductBEMatrix() |
BEMatrix |
BondChangeCalculator.getEductBEMatrix() |
BEMatrix |
BondChangeAnnotator.getProductBEMatrix() |
BEMatrix |
BondChangeCalculator.getProductBEMatrix() |
BEMatrix |
RMatrix.getProductBEMatrix() |
BEMatrix |
RMatrix.getReactantBEMatrix() |
Modifier and Type | Method and Description |
---|---|
void |
RMatrix.setProductBEMatrix(BEMatrix productBEMatrix) |
void |
RMatrix.setReactantBEMatrix(BEMatrix reactantBEMatrix) |
Constructor and Description |
---|
RMatrix(BEMatrix reactantBE,
BEMatrix productBE,
AtomAtomMappingContainer mapping)
Class constructor.
|
Modifier and Type | Method and Description |
---|---|
static void |
MatrixPrinter.printBEMatrix(BEMatrix beMatrix)
This method prints the matrix to the standard output
|
static void |
MatrixPrinter.writeBEMatrix(java.io.File outputFile,
BEMatrix beMatrix) |
Modifier and Type | Method and Description |
---|---|
BEMatrix |
IChangeCalculator.getEductBEMatrix() |
BEMatrix |
IChangeCalculator.getProductBEMatrix() |