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

fr.profi.mzdb.model.ILcContext Maven / Gradle / Ivy

There is a newer version: 0.0.27
Show newest version
/*
 * Package fr.profi.mzdb.model
 * @author David Bouyssie
 */
package fr.profi.mzdb.model;

// TODO: Auto-generated Javadoc
/**
 * The Interface ILcContext.
 * 
 * @author David Bouyssie
 */
public interface ILcContext {

	/**
	 * Gets the spectrum id.
	 * 
	 * @return the spectrum id
	 */
	long getSpectrumId();

	/**
	 * Gets the elution time.
	 * 
	 * @return the elution time
	 */
	float getElutionTime();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy