| Home | Trees | Indices | Help | 
        
  | 
  
|---|
| 
       | 
  
object --+
         |
        CounterCondition
A counter condition is a range limit on valid counter values.
Instances of this class serve as keys for the counters that represent the configuration of a FAC. The instance also maintains a pointer to application-specific metadata.
    
  | 
|||
      
  | 
  |||
      
  | 
  |||
      
  | 
  |||
      
  | 
  |||
      
  | 
  |||
      
  | 
  |||
      
  | 
  |||
      
  | 
  |||
| 
     Inherited from   | 
  |||
    
  | 
|||
        __min = Nonehash(x)  | 
  |||
        __max = Nonehash(x)  | 
  |||
        __metadata = Nonehash(x)  | 
  |||
    
  | 
|||
| 
        min The minimum legal value for the counter.  | 
  |||
| 
        max The maximum legal value for the counter.  | 
  |||
| 
        metadata A pointer to application metadata provided when the condition was created.  | 
  |||
| 
     Inherited from   | 
  |||
    
  | 
|||
  
 The minimum legal value for the counter. This is a non-negative integer.  | 
  
 The maximum legal value for the counter. This is a positive integer, or   | 
  
 Create a counter condition.  | 
  
 hash(x) 
  | 
  
 str(x) 
  | 
    
  | 
|||
  minThe minimum legal value for the counter. This is a non-negative integer. 
  | 
  maxThe maximum legal value for the counter. This is a positive integer, or  
  | 
  metadataA pointer to application metadata provided when the condition was created. 
  | 
| Home | Trees | Indices | Help | 
        
  | 
  
|---|
| Generated by Epydoc 3.0.1 on Wed Nov 7 19:27:35 2012 | http://epydoc.sourceforge.net |