#include <Set.h>
Inheritance diagram for IRIS::Fuzzy::Set:
Public Member Functions | |
Set (const string &name="<noname>") | |
create an empty membership function | |
void | setName (const string &name) |
void | set (const string &name) |
string | getName () const |
get the name of this set | |
void | get (string &name) const |
virtual void | draw () const =0 |
Protected Attributes | |
string | name |
|
create an empty membership function
|
|
draw this set to see what it looks like; included primarily for debugging purposes ... Implemented in IRIS::Fuzzy::BellMF, IRIS::Fuzzy::dSigMF, IRIS::Fuzzy::GaussMF, IRIS::Fuzzy::MembershipFn, IRIS::Fuzzy::Numeric, IRIS::Fuzzy::pSigMF, IRIS::Fuzzy::SigMF, IRIS::Fuzzy::TrapMF, IRIS::Fuzzy::TriMF, and IRIS::Fuzzy::ZMF. |
|
get the name of this set; same as getName()
|
|
get the name of this set
|
|
set the name for this set; same as setName()
|
|
set the name for this set
|
|
|