| Package | Description | 
|---|---|
| fern.example | |
| fern.network.sbml | |
| fern.simulation | |
| fern.simulation.observer | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CellGrowthObserver
Does not observe anything, but it controls the reaction networks cell. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SBMLEventHandlerObserver
Observer which handles an event of a sbml model. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Observer | 
Simulator.addObserver(Observer observer)
Adds an observer to the list of observers. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Observer | 
Simulator.addObserver(Observer observer)
Adds an observer to the list of observers. 
 | 
void | 
Simulator.registerNewTheta(Observer obs,
                double theta)
Is called by  
setTheta(double). | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AmountAtMomentObserver
Observes the amount of some molecule species at a certain moment. 
 | 
class  | 
AmountIntervalObserver
Observes amounts of molecule species repeatedly after certain intervals. 
 | 
class  | 
FireTypeObserver
Observes the different types of firings. 
 | 
class  | 
InstantOutputObserver
Simply prints out every event that the simulator reports to the observer. 
 | 
class  | 
IntervalObserver
Base class for observing certain aspects repeatedly after a given interval. 
 | 
class  | 
LeapObserver
Observes the amount of given molecule species at each  
step. | 
class  | 
MultiAmountIntervalObserver
Observes amounts of molecule species repeatedly after certain intervals. 
 | 
class  | 
RandomNumberGeneratorCallObserver
Observes the calls to the random number generator and count the number of drawn random number of
 different distributions. 
 | 
class  | 
ReactionIntervalObserver
Observes number of firings of reactions repeatedly after certain intervals. 
 | 
class  | 
TriggerObserver  | 
Copyright © 2007–2021. All rights reserved.