com.azalient.api.b.parking
Interface IParkingHop


public interface IParkingHop

A parking hop represents the "hop" made from a parking origin zone to a parking destination zone


Method Summary
 IZone destination()
          Returns the destination parking zone of the parking hop
 IParkingLane originLane()
          Returns the origin parking lane of the parking hop
 IZone originZone()
          Returns the origin zone of the parking hop
 

Method Detail

originZone

IZone originZone()
Returns the origin zone of the parking hop


originLane

IParkingLane originLane()
Returns the origin parking lane of the parking hop


destination

IZone destination()
Returns the destination parking zone of the parking hop