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

Load a fuzzy system from FCL file, stream or string.

 
Modules
       
antlr3
sys

 
Classes
       
__builtin__.object
Reader

 
class Reader(__builtin__.object)
    Parses a FCL file to a fuzzy.System.System instance
 
  Methods defined here:
load_from_file(self, filename)
Load a fuzzy system from FCL file.
load_from_stream(self, stream)
Load a fuzzy system from FCL stream.
load_from_string(self, str)
Load a fuzzy system from FCL string.

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

 
Data
        __revision__ = '$Id: Reader.py,v 1.6 2013-01-09 20:10:19 rliebscher Exp $'