Class ATrafficLightPredicate

java.lang.Object
  extended by ATrafficLightPredicate
All Implemented Interfaces:
becker.robots.IPredicate

public class ATrafficLightPredicate
extends java.lang.Object
implements becker.robots.IPredicate

This class provides support for the Drivers' Ed project found here. Called by the Annex object (do not reference this class yourself).

Author:
Chris Darcy

Field Summary
 
Fields inherited from interface becker.robots.IPredicate
aFlasher, aLight, anyFlasher, anyLight, anyRobot, anyStreetlight, anyThing, anyWall, aRobot, aStreetlight, aThing, aWall, canBeCarried
 
Constructor Summary
ATrafficLightPredicate()
           
 
Method Summary
 boolean isOK(becker.robots.Sim s)
          Return true of the Sim is a TrafficLight; false otherwise
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ATrafficLightPredicate

public ATrafficLightPredicate()
Method Detail

isOK

public boolean isOK(becker.robots.Sim s)
Return true of the Sim is a TrafficLight; false otherwise

Specified by:
isOK in interface becker.robots.IPredicate