Uses of Class
de.isas.mztab2.model.SpectraRef
-
Packages that use SpectraRef Package Description de.isas.mztab2.model Base package for the jmztab-m data model, generated from the mzTab_m_swagger.yml specification. -
-
Uses of SpectraRef in de.isas.mztab2.model
Methods in de.isas.mztab2.model that return SpectraRef Modifier and Type Method Description SpectraRef
SpectraRef. msRun(MsRun msRun)
Builder method for msRun.SpectraRef
SpectraRef. reference(String reference)
Builder method for reference.Methods in de.isas.mztab2.model that return types with arguments of type SpectraRef Modifier and Type Method Description @NotNull @Valid List<SpectraRef>
SmallMoleculeEvidence. getSpectraRef()
Reference to a spectrum in a spectrum file, for example a fragmentation spectrum has been used to support the identification.Methods in de.isas.mztab2.model with parameters of type SpectraRef Modifier and Type Method Description SmallMoleculeEvidence
SmallMoleculeEvidence. addSpectraRefItem(SpectraRef spectraRefItem)
Add a single spectraRefItem to the spectraRef collection.Method parameters in de.isas.mztab2.model with type arguments of type SpectraRef Modifier and Type Method Description void
SmallMoleculeEvidence. setSpectraRef(List<SpectraRef> spectraRef)
Set spectraRef.SmallMoleculeEvidence
SmallMoleculeEvidence. spectraRef(List<SpectraRef> spectraRef)
Builder method for spectraRef.
-