Uses of Class
de.isas.mztab2.model.Software
-
Packages that use Software Package Description de.isas.mztab2.io.serialization This package contains classes that implement custom Jackson serializers for the mzTab-M model objects.de.isas.mztab2.model Base package for the jmztab-m data model, generated from the mzTab_m_swagger.yml specification.uk.ac.ebi.pride.jmztab2.utils.parser This package contains text file line parser implementations for the mzTab-M document sections. -
-
Uses of Software in de.isas.mztab2.io.serialization
Methods in de.isas.mztab2.io.serialization with parameters of type Software Modifier and Type Method Description voidSoftwareSerializer. serialize(Software software, com.fasterxml.jackson.core.JsonGenerator jg, com.fasterxml.jackson.databind.SerializerProvider sp)voidSoftwareSerializer. serializeWithType(Software value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers, com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer)Constructor parameters in de.isas.mztab2.io.serialization with type arguments of type Software Constructor Description SoftwareSerializer(Class<Software> t)Constructor for SoftwareSerializer. -
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. -
Uses of Software in uk.ac.ebi.pride.jmztab2.utils.parser
Methods in uk.ac.ebi.pride.jmztab2.utils.parser that return Software Modifier and Type Method Description SoftwareMZTabParserContext. addSoftware(Metadata metadata, Software software)Add a software to metadata, which used to analyze the data and obtain the reported results.SoftwareMZTabParserContext. addSoftwareParameter(Metadata metadata, Integer id, Parameter param)Add a software[id] parameter.SoftwareMZTabParserContext. addSoftwareSetting(Metadata metadata, Integer id, String setting)Add a software[id]-setting.Methods in uk.ac.ebi.pride.jmztab2.utils.parser with parameters of type Software Modifier and Type Method Description SoftwareMZTabParserContext. addSoftware(Metadata metadata, Software software)Add a software to metadata, which used to analyze the data and obtain the reported results.
-