Uses of Class
fern.network.modification.ModifierNetwork

Packages that use ModifierNetwork
fern.network.modification Provides classes for modifications of networks. 
 

Uses of ModifierNetwork in fern.network.modification
 

Subclasses of ModifierNetwork in fern.network.modification
 class CatalysedNetwork
          Modifies the network by adding reactions X+C -> Y+C (where C is each catalyst of the original reaction).
 class ExtractSubNetwork
          Extracts some reactions / species from a given net to form a new network.
 class MultiplierNetwork
          Multiplies the whole network by a factor.
 class 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.