Public Member Functions | |
| Vertex (const std::string &name) | |
| Vertex (const std::string &name, Module *module) | |
| Vertex (const Vertex &old) | |
| Vertex & | operator= (const Vertex &old) |
| const std::string & | getName () const |
| void | setModule (Module *module) |
| Module * | getModule () |
Private Attributes | |
| std::string | name_ |
| Module * | module_ |