#include <TnormList.h>
Inheritance diagram for IRIS::Fuzzy::TnormList:
Public Types | |
typedef map< string, Symbol * > | bagOfSymbols |
Public Member Functions | |
TnormList () | |
void | addSymbol (const Symbol &symbol) |
Symbol * | getSymbol (const string &name) |
int | getSize () const |
returns number of Symbol objects in this Base | |
Friends | |
ostream & | operator<< (ostream &outs, const Base &source) |
overloaded operator<< |
|
|
|
|
|
allows adding other Symbol objects into this Base
|
|
returns number of Symbol objects in this Base
|
|
returns Symbol object with the given name
|
|
overloaded operator<<
|