Point.java

Go to the documentation of this file.
00001 package de.psi.telco.sumoplayer.util;
00002 
00003 public interface Point {
00004     public double getX();
00005     public double getY();
00006 }

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