Uses of Interface
fern.network.creation.CatalystIterator

Packages that use CatalystIterator
fern.analysis Provides classes and algorithms for analysing networks like ShortestPath, AutocatalyticDetection. 
fern.network.creation Provides classes for the evolution of networks. 
 

Uses of CatalystIterator in fern.analysis
 

Constructors in fern.analysis with parameters of type CatalystIterator
AutocatalyticNetworkDetection(Network network, CatalystIterator cataIt)
          Creates the AutocatalyticDetection by using the second argument as CatalystIterator.
 

Uses of CatalystIterator in fern.network.creation
 

Classes in fern.network.creation that implement CatalystIterator
 class AutocatalyticNetwork
          Evolve an autocatalytic network.