Subversion Repositories public iLand

Rev

Rev 863 | Rev 873 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

#ifndef AGENTTYPE_H
#define AGENTTYPE_H

namespace AMIE {


/** AgentType is the archtype agent including the
 *  agents decision logic. The 'Agent' class describes an indivdual agent.
 *
 **/

class AgentType
{
public:
    AgentType();
    // factory functions to create agents.... (

};

} // namespace
#endif // AGENTTYPE_H