class Walkable

This interface enables to slow the derived classes

Inheritance:


Public Methods

Walkable(int slow) throw()
Will call virtualWalk() all the "slow" calls to walk()
int walk() throw(Exception)
FINAL (Java meaning)
int getSlow() const throw()
virtual void setSlow(int slow) throw()

Protected Fields

int s
int t
int returnWalk

Protected Methods

int virtual virtualWalk() throw(Exception)

Documentation

This interface enables to slow the derived classes. The caller of the object must call the 'walk' method to perform a step in the object progress (pseudo-parallelism). The inherited classes must defined virtualWalk() and NOT walk() !
int s

int t

int returnWalk

int virtual virtualWalk() throw(Exception)

Walkable(int slow) throw()
Will call virtualWalk() all the "slow" calls to walk()

int walk() throw(Exception)
FINAL (Java meaning)

int getSlow() const throw()

virtual void setSlow(int slow) throw()


Direct child classes:
Trembleur
Redirector
Pageable
PageChanger
Main
Leaver
Keyer
FlashPalette
Counter
ArtificialIntelligenceContainer
ArtificialIntelligence
Author:
David FAUTHOUX

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