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 |
---|---|
RMatrix |
GlobalEntropyCalculator.getMatrix(int index)
Returns the RMatrix in idx-th position
|
RMatrix |
BondChangeAnnotator.getRMatrix() |
RMatrix |
BondChangeCalculator.getRMatrix() |
Modifier and Type | Method and Description |
---|---|
void |
GlobalEntropyCalculator.addMatrix(int index,
RMatrix m)
The method adds a RMatrix to the ArrayList maintaining the set of
RMatrices.
|
int |
GlobalEntropyCalculator.getMatrixIndex(RMatrix m)
Returns the index of the RMatrix.
|
Modifier and Type | Method and Description |
---|---|
static void |
MatrixPrinter.printReactionMatrix(RMatrix rMatrix)
This method prints the matrix to the standard output
|
static void |
MatrixPrinter.writeReactionMatrix(java.io.File outputFile,
RMatrix rMatrix) |
Modifier and Type | Method and Description |
---|---|
RMatrix |
IChangeCalculator.getRMatrix() |