All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ch.jp.robwar.Stimuli

java.lang.Object
   |
   +----ch.jp.robwar.Stimuli

public class Stimuli
extends Object
implements Serializable

Variable Index

 o feltImpact
true if this robot was hit by a bullet during the previous round
 o heardImpact
true if any robot was hit by a bullet during the previous round.
 o heardRocketLaunch
true if any robot fired a rocket during the previous round
 o heardShot
true if any robot in the game fired a shot (bullet) during the previous round.
 o hitObstacle
true whenever the robot hit an obstacle (excluding bullets and rockets)
 o time

Constructor Index

 o Stimuli()

Method Index

 o mix(Stimuli)

Variables

 o hitObstacle
 public boolean hitObstacle
true whenever the robot hit an obstacle (excluding bullets and rockets)

 o heardShot
 public boolean heardShot
true if any robot in the game fired a shot (bullet) during the previous round.

 o heardRocketLaunch
 public boolean heardRocketLaunch
true if any robot fired a rocket during the previous round

 o heardImpact
 public boolean heardImpact
true if any robot was hit by a bullet during the previous round.

 o feltImpact
 public boolean feltImpact
true if this robot was hit by a bullet during the previous round

 o time
 public int time

Constructors

 o Stimuli
 public Stimuli()

Methods

 o mix
 public void mix(Stimuli w)

All Packages  Class Hierarchy  This Package  Previous  Next  Index