#include <procedures.hpp>
 | 
| template<class Mirror >  | 
| void  | reflect (Mirror &mirror) | 
|   | 
| 
void  | read (std::istream &stream) | 
|   | 
| 
void  | write (std::ostream &stream) | 
|   | 
| 
virtual void  | reset (uint time, Model &model) | 
|   | 
| 
virtual void  | operate (uint time, Model &model) | 
|   | 
| 
virtual double  | control (void) const  | 
|   | 
BRule management procedure 
 
template<class Mirror > 
  
  
      
        
          | void IOSKJ::BRule::reflect  | 
          ( | 
          Mirror &  | 
          mirror | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
      
        
          | int IOSKJ::BRule::frequency = 2 | 
        
      
 
Frequency of stock status estimates 
 
 
      
        
          | double IOSKJ::BRule::limit | 
        
      
 
Limit B (stock status) below which F is 0 
 
 
      
        
          | double IOSKJ::BRule::precision = 0.1 | 
        
      
 
Precision with which B (stock status) is estimated 
 
 
      
        
          | double IOSKJ::BRule::target | 
        
      
 
Target (maximum) F (fishing mortality) 
 
 
      
        
          | double IOSKJ::BRule::thresh | 
        
      
 
Threshold B (stock status) below which F is reduced 
 
 
The documentation for this class was generated from the following file: