Package fuzzy :: Package storage :: Package fcl :: Module Reader :: Class Reader
[hide private]
[frames] | no frames]

Class Reader

source code


Parses a FCL file to a fuzzy.System.System instance

Instance Methods [hide private]
 
__load(self, char_stream)
Common part of load methods.
source code
 
load_from_file(self, filename)
Load a fuzzy system from FCL file.
source code
 
load_from_stream(self, stream)
Load a fuzzy system from FCL stream.
source code
 
load_from_string(self, str)
Load a fuzzy system from FCL string.
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__