Uses of Class
peakml.io.MeasurementInfo

Packages that use MeasurementInfo
peakml.io   
 

Uses of MeasurementInfo in peakml.io
 

Methods in peakml.io that return MeasurementInfo
 MeasurementInfo Header.getMeasurementInfo(int id)
          Returns the measurement information with the given id.
 

Methods in peakml.io that return types with arguments of type MeasurementInfo
 java.util.Vector<MeasurementInfo> Header.getMeasurementInfos()
          Returns the list of measurement informations associated with the header.
 java.util.Vector<MeasurementInfo> Header.getMeasurementInfos(SetInfo set)
          Returns the list of measurement informations associated to the given set.
 

Methods in peakml.io with parameters of type MeasurementInfo
 void Header.addMeasurementInfo(MeasurementInfo measurement)
          Adds the given measurement information to the header.
 

Method parameters in peakml.io with type arguments of type MeasurementInfo
 void Header.addMeasurementInfos(java.util.Collection<MeasurementInfo> measurements)
          Adds the given measurement informations to the header.
 

Constructors in peakml.io with parameters of type MeasurementInfo
MeasurementInfo(int id, MeasurementInfo other)
          Copy-constructor which copies the contents of the given measurement information into this instance.