public class Reaction extends Object
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 String getID()
public String getName()
public double getForwardRate()
public double getReverseRate()
public void add(Object obj)
public int[][] getReactantIndices()
public int[][] getProductIndices()
Copyright © 2016. All rights reserved.