fuzzyrule Class Reference

Reprezentuje jedno pravidlo rozhodovania. More...

#include <fuzzyrule.h>


Public Member Functions

 fuzzyrule ()
 fuzzyrule (int inputs1)
 ~fuzzyrule ()
void setinput (int input1, int mf)
void setoutputgroup (int outputgroup)
void setoutput (int mf)

Data Fields

int outputgroup
 cislo vystupnej fuzzygroup reprezentovanej vo fuzzyregulatore cFuzzyObj::output
int inputs
int output
int * input


Detailed Description

Reprezentuje jedno pravidlo rozhodovania.

Definition at line 4 of file fuzzyrule.h.


Constructor & Destructor Documentation

fuzzyrule::fuzzyrule (  ) 

Definition at line 4 of file fuzzyrule.cpp.

References input, inputs, output, and outputgroup.

fuzzyrule::fuzzyrule ( int  inputs1  ) 

Definition at line 11 of file fuzzyrule.cpp.

References input, inputs, output, and outputgroup.

fuzzyrule::~fuzzyrule (  ) 

Definition at line 21 of file fuzzyrule.cpp.

References input.


Member Function Documentation

void fuzzyrule::setinput ( int  input1,
int  mf 
)

Definition at line 25 of file fuzzyrule.cpp.

References input.

void fuzzyrule::setoutputgroup ( int  outputgroup  ) 

Definition at line 29 of file fuzzyrule.cpp.

References outputgroup.

Referenced by cFuzzyObj::AddRule().

void fuzzyrule::setoutput ( int  mf  ) 

Definition at line 33 of file fuzzyrule.cpp.

References output.

Referenced by cFuzzyObj::AddRule().


Field Documentation

int fuzzyrule::outputgroup

cislo vystupnej fuzzygroup reprezentovanej vo fuzzyregulatore cFuzzyObj::output

Definition at line 8 of file fuzzyrule.h.

Referenced by fuzzyrule(), and setoutputgroup().

int fuzzyrule::inputs

Definition at line 9 of file fuzzyrule.h.

Referenced by cFuzzyObj::CountResult(), and fuzzyrule().

int fuzzyrule::output

Definition at line 10 of file fuzzyrule.h.

Referenced by cFuzzyObj::CountResult(), fuzzyrule(), and setoutput().

int* fuzzyrule::input

Definition at line 11 of file fuzzyrule.h.

Referenced by fuzzyrule(), setinput(), and ~fuzzyrule().


The documentation for this class was generated from the following files:
Generated on Thu Apr 26 22:45:31 2007 for GangOfSix(GOS)-RoboCupTeamProject by  doxygen 1.5.1-p1