#include <Agent.h>
Inheritance diagram for OpenCAL::Agent:


Public Member Functions | |
| const System * | getParent () const |
| bool | isEnabled () const |
| void | enable () |
| void | disable () |
| void | toggle () |
| void | setEnabled (bool enabled) |
| virtual bool | isInitialized () const |
| virtual void | initialize () |
| virtual void | satisfy () |
Protected Member Functions | |
| Agent (System *parent) | |
| protected, so no instance of this base class can be made | |
Protected Attributes | |
| System * | m_parent |
| bool | m_initialized |
| bool | m_enabled |
Definition at line 25 of file Agent.h.
1.3.8