com.TeamHEC.LocomotionCommotion.Map
Class Junction

java.lang.Object
  extended by com.TeamHEC.LocomotionCommotion.Map.MapObj
      extended by com.TeamHEC.LocomotionCommotion.Map.Junction

public class Junction
extends MapObj

Author:
Matthew Taylor

Field Summary
 
Fields inherited from class com.TeamHEC.LocomotionCommotion.Map.MapObj
actor, connections, x, y
 
Constructor Summary
Junction(float xPos, float yPos, java.lang.String name)
          Creates a Junction using it's coordinates as parameters
 
Method Summary
 
Methods inherited from class com.TeamHEC.LocomotionCommotion.Map.MapObj
getActor, getName, getStation
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Junction

public Junction(float xPos,
                float yPos,
                java.lang.String name)
Creates a Junction using it's coordinates as parameters