#include <Entry.h>
Collaboration diagram for Entry:

Definition at line 35 of file Entry.h.
Public Member Functions | |
| Entry () | |
| Entry (const string &name, const AgentState &state) | |
| Entry (const Entry &e) | |
| ~Entry () | |
| int | getId () const |
| string | getName () const |
| AgentState | getState () const |
| void | setApp (MicoleBus *app) |
| Entry & | operator= (const Entry &e) |
| Entry::Entry | ( | const string & | name, | |
| const AgentState & | state | |||
| ) |
| AgentState Entry::getState | ( | ) | const |
1.4.7