Line.java

Go to the documentation of this file.
00001 package de.psi.telco.sumoplayer.util;
00002 
00009 public interface Line {
00010 
00015     public abstract Point getA();
00016 
00021     public abstract Point getB();
00022 
00023 }

Generated on Wed May 5 00:06:30 2010 for Sumo - Simulation of Urban MObility by  doxygen 1.5.6