Uses of Class
de.isas.mztab2.model.Instrument
- 
Packages that use Instrument Package Description de.isas.mztab2.model Base package for the jmztab-m data model, generated from the mzTab_m_swagger.yml specification. - 
- 
Uses of Instrument in de.isas.mztab2.model
Methods in de.isas.mztab2.model that return Instrument Modifier and Type Method Description InstrumentInstrument. addAnalyzerItem(Parameter analyzerItem)Add a single analyzerItem to the analyzer collection.InstrumentInstrument. analyzer(List<Parameter> analyzer)Builder method for analyzer.InstrumentInstrument. detector(Parameter detector)Builder method for detector.@Valid InstrumentMsRun. getInstrumentRef()The instrument on which this msRun was measured.InstrumentInstrument. id(Integer id)Builder method for id.InstrumentInstrument. name(Parameter name)Builder method for name.InstrumentInstrument. source(Parameter source)Builder method for source.Methods in de.isas.mztab2.model that return types with arguments of type Instrument Modifier and Type Method Description @Valid List<Instrument>Metadata. getInstrument()The name, source, analyzer and detector of the instruments used in the experiment.Methods in de.isas.mztab2.model with parameters of type Instrument Modifier and Type Method Description MetadataMetadata. addInstrumentItem(Instrument instrumentItem)Add a single instrumentItem to the instrument collection.MsRunMsRun. instrumentRef(Instrument instrumentRef)Builder method for instrumentRef.voidMsRun. setInstrumentRef(Instrument instrumentRef)Set instrumentRef.Method parameters in de.isas.mztab2.model with type arguments of type Instrument Modifier and Type Method Description MetadataMetadata. instrument(List<Instrument> instrument)Builder method for instrument.voidMetadata. setInstrument(List<Instrument> instrument)Set instrument. 
 -