| Class | Description |
|---|---|
| CatalysedNetwork |
Modifies the network by adding reactions X+C → Y+C (where C is each catalyst of the original
reaction).
|
| ExtractSubNetwork |
Extracts some reactions / species from a given net to form a new network.
|
| ModifierNetwork |
Base class for modified networks, which implements the full
Network interface. |
| ReversibleNetwork |
Doubles each reaction in a way that each original unidirectional reaction becomes reversible.As
proposed by
ModifierNetwork, the reactions are not copied but the indices are
redirected. |
Copyright © 2007–2021. All rights reserved.