fern.simulation.algorithm
Class GroupContainer

java.lang.Object
  extended by fern.simulation.algorithm.GroupContainer

public class GroupContainer
extends Object


Constructor Summary
GroupContainer(Simulator sim)
           
 
Method Summary
 int drawReaction(Stochastics s, double[] a)
           
 double getA_sum()
           
 void initialize(double[] a)
           
 void propensityChanged(int reaction, double a_old, double a_new)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupContainer

public GroupContainer(Simulator sim)
Method Detail

getA_sum

public double getA_sum()

initialize

public void initialize(double[] a)

drawReaction

public int drawReaction(Stochastics s,
                        double[] a)

propensityChanged

public void propensityChanged(int reaction,
                              double a_old,
                              double a_new)