|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbecker.robots.Sim
becker.robots.Intersection
CrossRoad
public class CrossRoad
This class provides support for the Drivers' Ed project found here. This class is referenced by the Annex class. There is no need to reference this class yourself.
Constructor Summary | |
---|---|
CrossRoad(becker.robots.City c,
int s,
int a)
|
Method Summary | |
---|---|
boolean |
isExitAvailable(becker.robots.Direction d)
|
Methods inherited from class becker.robots.Intersection |
---|
addSim, countSims, countThings, entryIsBlocked, examineLights, examineRobots, examineThings, examineThings, exitIsBlocked, getAvenue, getIntersection, getLabel, getNeighbor, getStreet, hashCode, removeSim, save, setLabel, toString |
Methods inherited from class becker.robots.Sim |
---|
getCity, getColor, getIcon, keyTyped, notifyObservers, notifyObservers, setColor, setIcon |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CrossRoad(becker.robots.City c, int s, int a)
Method Detail |
---|
public boolean isExitAvailable(becker.robots.Direction d)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |