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 = None hash(x) |
|||
__max = None hash(x) |
|||
__metadata = None hash(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 Apr 17 03:13:55 2013 | http://epydoc.sourceforge.net |