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 void
SoftwareSerializer. serialize(Software software, com.fasterxml.jackson.core.JsonGenerator jg, com.fasterxml.jackson.databind.SerializerProvider sp)
void
SoftwareSerializer. 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 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. -
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 Software
MZTabParserContext. addSoftware(Metadata metadata, Software software)
Add a software to metadata, which used to analyze the data and obtain the reported results.Software
MZTabParserContext. addSoftwareParameter(Metadata metadata, Integer id, Parameter param)
Add a software[id] parameter.Software
MZTabParserContext. 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 Software
MZTabParserContext. addSoftware(Metadata metadata, Software software)
Add a software to metadata, which used to analyze the data and obtain the reported results.
-