src/fuzzyrule.h

Go to the documentation of this file.
00001 
00004 class fuzzyrule
00005 {
00006         private:
00007         public:
00008                 int outputgroup;        
00009                 int inputs;
00010                 int output;
00011                 int *input;
00012 
00013                 fuzzyrule();
00014                 fuzzyrule(int inputs1);
00015                 ~fuzzyrule();
00016 
00017                 void setinput(int input1,int mf);
00018                 void setoutputgroup(int outputgroup);
00019                 void setoutput(int mf);
00020 };

Generated on Thu Apr 26 22:45:27 2007 for GangOfSix(GOS)-RoboCupTeamProject by  doxygen 1.5.1-p1