:mod:`dfba.exchange` ==================== .. py:module:: dfba.exchange .. autoapi-nested-parse:: Definition of `ExchangeFlux` class. Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: dfba.exchange.ExchangeFlux .. py:class:: ExchangeFlux(name: str, *args, **kwargs) Bases: :class:`optlang.symbolics.Symbol` Class for holding information for an exchange flux in a `DfbaModel` object. .. attribute:: id The identifier to associate with this exchange flux. :type: string .. attribute:: lower_bound_expression The symbolic expression for calculating the lower bound of this exchange flux. :type: optlang.symbolics expression .. attribute:: upper_bound_expression The Symbolic expression for calculating the upper bound of this exchange flux. :type: optlang.symbolics expression .. attribute:: id :annotation: :str For convenience, synonym with .name from `symbolics.Symbol`. .. attribute:: lower_bound_expression :annotation: :Expression Relate the exchange rate to some symbolic expression. .. attribute:: upper_bound_expression :annotation: :Expression Relate the exchange rate to some symbolic expression.