Package externaldata.theoricaltimefile

Examples of externaldata.theoricaltimefile.TheoricalTrainData


     
      for (RealTrainData tmp_real_data : trainsInStation.datas) {
       
        // TODO: faire le -1 sur le id_RealTrainData
       
        TheoricalTrainData tmp_theorical_data = daoTheoricalTrainData.findWithNumGare(tmp_real_data.id_RealTrainData, stationDUA);
       
        if (tmp_theorical_data != null) {
       
          // Pari possible ? (au moins 10 minutes avant l'arriv�e th�orique du train)
          if (TimeTester.compareTimes(trainsInStation.time, tmp_theorical_data.arrivalTime) >= 10) {
View Full Code Here

TOP

Related Classes of externaldata.theoricaltimefile.TheoricalTrainData

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.