sbrt.kernel.fba
Interface ExchangeRxn

All Superinterfaces:
ChemRxn
All Known Implementing Classes:
AbstractExchangeRxn, RevExchRxn, SinkRxn, SourceRxn

public interface ExchangeRxn
extends ChemRxn

This interface is used to represent exchange reactions. Exchange reactions allow a chemical system to interact with its surroundings by allowing chemical species to cross the system boundary. Each exchange reaction is associated with a single chemical species.

Author:
This class was written and documented by Jeremiah Wright while in the Wagner Lab.

Method Summary
 java.lang.String getSpecies()
          Returns the chemical species associated with this exchange reaction.
 
Methods inherited from interface sbrt.kernel.fba.ChemRxn
equals, getProducts, getReactants, hashCode, isReversible, toString
 

Method Detail

getSpecies

java.lang.String getSpecies()
Returns the chemical species associated with this exchange reaction.

Returns:
the chemical species associated with this exchange reaction.