public class Reaction extends Object
Modifier and Type | Field and Description |
---|---|
String |
id |
static org.apache.logging.log4j.Logger |
log |
String |
name |
Double |
Q10 |
Constructor and Description |
---|
Reaction() |
Modifier and Type | Method and Description |
---|---|
void |
add(Object obj) |
protected static String |
formatSide(ArrayList<? extends SpecieRef> list) |
double |
getForwardRate() |
String |
getID() |
String |
getName() |
int[][] |
getProductIndices()
Returns an array [2 x nspecies] containing products and
their counts (n) in reaction.
|
int[][] |
getReactantIndices()
Returns an array [2 x nspecies] containing reactants and
their counts (n) in reaction.
|
double |
getReverseRate() |
void |
resolve(HashMap<String,Specie> sphm) |
public static final org.apache.logging.log4j.Logger log
public String name
public String id
public Double Q10
public String getID()
public String getName()
public double getForwardRate()
public double getReverseRate()
public void add(Object obj)
public int[][] getReactantIndices()
public int[][] getProductIndices()
Copyright © 2019. All rights reserved.