Mutant Class Reference
#include <Node.h>
List of all members.
Public Member Functions |
| Mutant (const string &n, const string &m) |
| constructor for Mutant
|
string | getType (void) |
| returns mutation
|
string | getName (void) |
| returns name
|
Private Attributes |
string | name |
string | mutation |
Constructor & Destructor Documentation
Mutant::Mutant |
( |
const string & |
n, |
|
|
const string & |
m | |
|
) |
| | [inline] |
Member Function Documentation
string Mutant::getName |
( |
void |
|
) |
[inline] |
string Mutant::getType |
( |
void |
|
) |
[inline] |
Member Data Documentation
The documentation for this class was generated from the following file: