Uses of Class
peakml.io.SampleInfo

Packages that use SampleInfo
peakml.io   
 

Uses of SampleInfo in peakml.io
 

Methods in peakml.io that return SampleInfo
 SampleInfo Header.getSampleInfo(java.lang.String id)
          Returns the sample information with the given id.
 

Methods in peakml.io that return types with arguments of type SampleInfo
 java.util.Vector<SampleInfo> Header.getSampleInfos()
          Returns a list of all the sample information instances associated with the header.
 

Methods in peakml.io with parameters of type SampleInfo
 void Header.addSampleInfo(SampleInfo sample)
          Adds the given sample information instance to the header.