karel.world
Class Intersection

java.lang.Object
  |
  +--karel.world.Intersection

public class Intersection
extends java.lang.Object


Field Summary
 int beepers
           
 boolean wallEast
           
 boolean wallNorth
           
 
Constructor Summary
Intersection()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

wallNorth

public boolean wallNorth

wallEast

public boolean wallEast

beepers

public int beepers
Constructor Detail

Intersection

public Intersection()