|
- Method resolution order:
- Plain
- fuzzy.fuzzify.Base.Base
- __builtin__.object
Methods defined here:
- __init__(self, *args, **keywords)
- setValue(self, variable, value)
- Let adjectives calculate their membership values.
@param variable: variable which adjective to set
@type variable: L{fuzzy.Variable.Variable}
@param variable: value to set the adjectives
@type: float
Methods inherited from fuzzy.fuzzify.Base.Base:
- __repr__(self)
- Return representation of instance.
@return: representation of instance
@rtype: string
Data descriptors inherited from fuzzy.fuzzify.Base.Base:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|