Uses of Class
psidev.psi.mi.jami.tab.MitabVersion
-
-
Uses of MitabVersion in psidev.psi.mi.jami.commons
Methods in psidev.psi.mi.jami.commons with parameters of type MitabVersion Modifier and Type Method Description Map<String,Object>
MIWriterOptionFactory. getMitabOptions(boolean writeHeader, MitabVersion version, File outputFile)
Create the options for a MITAB interaction writer.Map<String,Object>
MIWriterOptionFactory. getMitabOptions(boolean writeHeader, MitabVersion version, OutputStream output)
Create the options for a MITAB interaction writer.Map<String,Object>
MIWriterOptionFactory. getMitabOptions(boolean writeHeader, MitabVersion version, Writer writer)
Create the options for a MITAB interaction writer.Map<String,Object>
MIWriterOptionFactory. getMitabOptions(Object output, InteractionCategory objectCategory, ComplexType complexType, ComplexExpansionMethod expansion, boolean writeHeader, MitabVersion version, boolean extended)
Create the options for the MITAB InteractionWriter. -
Uses of MitabVersion in psidev.psi.mi.jami.tab
Methods in psidev.psi.mi.jami.tab that return MitabVersion Modifier and Type Method Description static MitabVersion
MitabVersion. valueOf(String name)
Returns the enum constant of this type with the specified name.static MitabVersion[]
MitabVersion. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MitabVersion in psidev.psi.mi.jami.tab.extension.factory
Methods in psidev.psi.mi.jami.tab.extension.factory with parameters of type MitabVersion Modifier and Type Method Description InteractionWriter
MitabWriterFactory. createMitabBinaryWriter(InteractionCategory interactionCategory, MitabVersion version, boolean extended)
createMitabBinaryWriter.InteractionWriter
MitabWriterFactory. createMitabWriter(InteractionCategory interactionCategory, ComplexType complexType, MitabVersion version, boolean extended)
createMitabWriter.InteractionWriter
MitabWriterFactory. createMitabWriter(InteractionCategory interactionCategory, MitabVersion version, boolean extended)
createMitabWriter. -
Uses of MitabVersion in psidev.psi.mi.jami.tab.io.writer
Methods in psidev.psi.mi.jami.tab.io.writer that return MitabVersion Modifier and Type Method Description MitabVersion
AbstractMitab25BinaryWriter. getVersion()
Getter for the fieldversion
.abstract MitabVersion
AbstractMitabWriter. getVersion()
getVersion.MitabVersion
LightMitab25Writer. getVersion()
getVersion.MitabVersion
LightMitab26Writer. getVersion()
getVersion.MitabVersion
LightMitab27Writer. getVersion()
getVersion.MitabVersion
LightMitab28Writer. getVersion()
getVersion.MitabVersion
Mitab25EvidenceWriter. getVersion()
getVersion.MitabVersion
Mitab25ModelledWriter. getVersion()
getVersion.MitabVersion
Mitab25Writer. getVersion()
getVersion.MitabVersion
Mitab26EvidenceWriter. getVersion()
getVersion.MitabVersion
Mitab26ModelledWriter. getVersion()
getVersion.MitabVersion
Mitab26Writer. getVersion()
getVersion.MitabVersion
Mitab27EvidenceWriter. getVersion()
getVersion.MitabVersion
Mitab27ModelledWriter. getVersion()
getVersion.MitabVersion
Mitab27Writer. getVersion()
getVersion.MitabVersion
Mitab28EvidenceWriter. getVersion()
getVersion.MitabVersion
Mitab28ModelledWriter. getVersion()
getVersion.MitabVersion
Mitab28Writer. getVersion()
getVersion.Methods in psidev.psi.mi.jami.tab.io.writer with parameters of type MitabVersion Modifier and Type Method Description protected void
AbstractMitab25BinaryWriter. setVersion(MitabVersion version)
Setter for the fieldversion
. -
Uses of MitabVersion in psidev.psi.mi.jami.tab.io.writer.extended
Methods in psidev.psi.mi.jami.tab.io.writer.extended that return MitabVersion Modifier and Type Method Description MitabVersion
Mitab25EvidenceWriter. getVersion()
getVersion.MitabVersion
Mitab25ModelledWriter. getVersion()
getVersion.MitabVersion
Mitab25Writer. getVersion()
getVersion.MitabVersion
Mitab26EvidenceWriter. getVersion()
getVersion.MitabVersion
Mitab26ModelledWriter. getVersion()
getVersion.MitabVersion
Mitab26Writer. getVersion()
getVersion.MitabVersion
Mitab27EvidenceWriter. getVersion()
getVersion.MitabVersion
Mitab27ModelledWriter. getVersion()
getVersion.MitabVersion
Mitab27Writer. getVersion()
getVersion.MitabVersion
Mitab28EvidenceWriter. getVersion()
getVersion.MitabVersion
Mitab28ModelledWriter. getVersion()
getVersion.MitabVersion
Mitab28Writer. getVersion()
getVersion. -
Uses of MitabVersion in psidev.psi.mi.jami.tab.utils
Methods in psidev.psi.mi.jami.tab.utils with parameters of type MitabVersion Modifier and Type Method Description static String[]
MitabUtils. buildHeader(MitabVersion version)
Build the header and return an array of String which is an array of column names
-