| Package | Description | 
|---|---|
| fern.example | |
| fern.network.sbml | |
| fern.simulation | |
| fern.simulation.observer | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CellGrowthObserver.activateReaction(int mu,
                double tau,
                Simulator.FireType fireType,
                int times)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SBMLEventHandlerObserver.activateReaction(int mu,
                double tau,
                Simulator.FireType fireType,
                int times)  | 
| Modifier and Type | Method and Description | 
|---|---|
static Simulator.FireType | 
Simulator.FireType.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static Simulator.FireType[] | 
Simulator.FireType.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ReactionIntervalObserver.activateReaction(int mu,
                double t,
                Simulator.FireType fireType,
                int times)
Record the firing of mu, if mu is registered. 
 | 
abstract void | 
Observer.activateReaction(int mu,
                double tau,
                Simulator.FireType fireType,
                int times)
Gets called before a reaction fires. 
 | 
void | 
AmountAtMomentObserver.activateReaction(int mu,
                double tau,
                Simulator.FireType fireType,
                int times)
Do nothing 
 | 
void | 
InstantOutputObserver.activateReaction(int mu,
                double tau,
                Simulator.FireType fireType,
                int times)
Prints event. 
 | 
void | 
IntervalObserver.activateReaction(int mu,
                double tau,
                Simulator.FireType fireType,
                int times)
Do nothing. 
 | 
void | 
FireTypeObserver.activateReaction(int mu,
                double tau,
                Simulator.FireType fireType,
                int times)
Counts the firing for the given  
Simulator.FireType | 
void | 
LeapObserver.activateReaction(int mu,
                double tau,
                Simulator.FireType fireType,
                int times)
Do nothing. 
 | 
void | 
RandomNumberGeneratorCallObserver.activateReaction(int mu,
                double tau,
                Simulator.FireType fireType,
                int times)
Do nothing. 
 | 
Copyright © 2007–2021. All rights reserved.