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 SoftwareSoftware. addSettingItem(String settingItem)Add a single settingItem to the setting collection.SoftwareSoftware. id(Integer id)Builder method for id.SoftwareSoftware. parameter(Parameter parameter)Builder method for parameter.SoftwareSoftware. 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 MetadataMetadata. 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 voidMetadata. setSoftware(List<Software> software)Set software.MetadataMetadata. software(List<Software> software)Builder method for software. 
 -