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