fern.example
Class AutocatalyticNetworkExample

java.lang.Object
  extended by fern.example.AutocatalyticNetworkExample

public class AutocatalyticNetworkExample
extends Object

Here, the evolution of a reaction network as proposed by [1] is performed. Then, the autocatalytic subset [1] is determined and extracted. This subnet is then simulated to examine the dynamic behaviour of autocatalytic reaction networks. For more information about the evolution and the detection algorithm, please refer AutocatalyticNetwork and AutocatalyticNetworkDetection.

References: [1] Kauffmann S.A, The Origins of Order: Self-Organization and Selection in Evolution. New York: Oxford University Press, (1993)

Author:
Florian Erhard

Constructor Summary
AutocatalyticNetworkExample()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutocatalyticNetworkExample

public AutocatalyticNetworkExample()
Method Detail

main

public static void main(String[] args)
                 throws IOException
Throws:
IOException