fuzzy.operator.Input
index
/fuzzy/operator/Input.py @ Get pyfuzzy at SourceForge.net. Fast, secure and Free Open Source software downloads

Special operator class which gets it value from a fuzzy adjective.

 
Classes
       
fuzzy.operator.Operator.Operator(__builtin__.object)
Input

 
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)

 
Data
        __revision__ = '$Id: Input.py,v 1.16 2010-10-29 19:24:41 rliebscher Exp $'