class ArtificialIntelligence : public Walkable


Inheritance:


Public Methods

ArtificialIntelligence(Ini& ini) throw(Exception)
virtual ~ArtificialIntelligence()
void init(Bonhomme20& bonhomme, Grille& grille) throw()
virtual const String* getId() const throw()
Redefine this function to send the name of the AI

Protected Fields

Ini* const iniRef
Grille* grilleRef
Bonhomme20* bonhomme20Ref

Protected Methods

virtual int walkToInherite() throw()
Redefine this function to move the Bonhomme (bonhomme20Ref)
int virtualWalk() throw()

Inherited from Walkable:

Public Methods

int walk() throw(Exception)
int getSlow() const throw()
virtual void setSlow(int slow) throw()

Protected Fields

int s
int t
int returnWalk

Documentation

Ini* const iniRef

Grille* grilleRef

Bonhomme20* bonhomme20Ref

virtual int walkToInherite() throw()
Redefine this function to move the Bonhomme (bonhomme20Ref)

int virtualWalk() throw()

ArtificialIntelligence(Ini& ini) throw(Exception)

virtual ~ArtificialIntelligence()

void init(Bonhomme20& bonhomme, Grille& grille) throw()

virtual const String* getId() const throw()
Redefine this function to send the name of the AI


Direct child classes:
BasicArtificialIntelligence

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de