|
Methods defined here:
- __init__(self, *args, **keywords)
- __repr__(self)
- Return representation of instance.
@return: representation of instance
@rtype: string
- setValue(self, variable, value)
- Set value to adjectives of variable.
@param variable: variable which adjective to set
@type variable: L{fuzzy.Variable.Variable}
@param variable: value to set the adjectives
@type: any
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|