class Input(fuzzy.operator.Operator.Operator) |
|
Special operator which gets it value from a fuzzy adjective.
@ivar adjective: from which adjective get the membership value.
@type adjective: L{fuzzy.Adjective.Adjective} |
|
- Method resolution order:
- Input
- fuzzy.operator.Operator.Operator
- __builtin__.object
Methods defined here:
- __call__(self)
- return membership of given adjective.
- __init__(self, adjective)
- Constructor.
@param adjective: from which adjective get the membership value.
@type adjective: L{fuzzy.Adjective.Adjective}
- __repr__(self)
- Return representation of instance.
@return: representation of instance
@rtype: string
Data descriptors inherited from fuzzy.operator.Operator.Operator:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|