All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.fudaa.dodico.reflux.io.RefluxSolutionInterface Maven / Gradle / Ivy

There is a newer version: 2.7
Show newest version
/*
 *  @creation     20 d?c. 2005
 *  @modification $Date: 2007-01-10 09:04:25 $
 *  @license      GNU General Public License 2
 *  @copyright    (c)1998-2001 CETMEF 2 bd Gambetta F-60231 Compiegne
 * @mail [email protected]
 */
package org.fudaa.dodico.reflux.io;

import org.fudaa.ctulu.collection.CtuluCollectionDouble;

/**
 * @author Fred Deniger
 * @version $Id: RefluxSolutionInterface.java,v 1.4 2007-01-10 09:04:25 deniger Exp $
 */
public interface RefluxSolutionInterface {

  /**
   * @return le nombre de pas de temps
   */
  int getNbTimeStep();

  double getTimeStep(int _i);

  int getNbValue();

  int getNbPt();

  CtuluCollectionDouble getData(int _idxVar, int _time);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy