Uses of Class
de.isas.mztab2.model.Software
-
Packages that use Software Package Description de.isas.mztab2.model Base package for the jmztab-m data model, generated from the mzTab_m_swagger.yml specification. -
-
Uses of Software in de.isas.mztab2.model
Methods in de.isas.mztab2.model that return Software Modifier and Type Method Description Software
Software. addSettingItem(String settingItem)
Add a single settingItem to the setting collection.Software
Software. id(Integer id)
Builder method for id.Software
Software. parameter(Parameter parameter)
Builder method for parameter.Software
Software. setting(List<String> setting)
Builder method for setting.Methods in de.isas.mztab2.model that return types with arguments of type Software Modifier and Type Method Description @NotNull @Valid List<Software>
Metadata. getSoftware()
Software used to analyze the data and obtain the reported results.Methods in de.isas.mztab2.model with parameters of type Software Modifier and Type Method Description Metadata
Metadata. addSoftwareItem(Software softwareItem)
Add a single softwareItem to the software collection.Method parameters in de.isas.mztab2.model with type arguments of type Software Modifier and Type Method Description void
Metadata. setSoftware(List<Software> software)
Set software.Metadata
Metadata. software(List<Software> software)
Builder method for software.
-