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 MitabVersionMitabVersion. 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 InteractionWriterMitabWriterFactory. createMitabBinaryWriter(InteractionCategory interactionCategory, MitabVersion version, boolean extended)createMitabBinaryWriter.InteractionWriterMitabWriterFactory. createMitabWriter(InteractionCategory interactionCategory, ComplexType complexType, MitabVersion version, boolean extended)createMitabWriter.InteractionWriterMitabWriterFactory. 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 MitabVersionAbstractMitab25BinaryWriter. getVersion()Getter for the fieldversion.abstract MitabVersionAbstractMitabWriter. getVersion()getVersion.MitabVersionLightMitab25Writer. getVersion()getVersion.MitabVersionLightMitab26Writer. getVersion()getVersion.MitabVersionLightMitab27Writer. getVersion()getVersion.MitabVersionLightMitab28Writer. getVersion()getVersion.MitabVersionMitab25EvidenceWriter. getVersion()getVersion.MitabVersionMitab25ModelledWriter. getVersion()getVersion.MitabVersionMitab25Writer. getVersion()getVersion.MitabVersionMitab26EvidenceWriter. getVersion()getVersion.MitabVersionMitab26ModelledWriter. getVersion()getVersion.MitabVersionMitab26Writer. getVersion()getVersion.MitabVersionMitab27EvidenceWriter. getVersion()getVersion.MitabVersionMitab27ModelledWriter. getVersion()getVersion.MitabVersionMitab27Writer. getVersion()getVersion.MitabVersionMitab28EvidenceWriter. getVersion()getVersion.MitabVersionMitab28ModelledWriter. getVersion()getVersion.MitabVersionMitab28Writer. getVersion()getVersion.Methods in psidev.psi.mi.jami.tab.io.writer with parameters of type MitabVersion Modifier and Type Method Description protected voidAbstractMitab25BinaryWriter. 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 MitabVersionMitab25EvidenceWriter. getVersion()getVersion.MitabVersionMitab25ModelledWriter. getVersion()getVersion.MitabVersionMitab25Writer. getVersion()getVersion.MitabVersionMitab26EvidenceWriter. getVersion()getVersion.MitabVersionMitab26ModelledWriter. getVersion()getVersion.MitabVersionMitab26Writer. getVersion()getVersion.MitabVersionMitab27EvidenceWriter. getVersion()getVersion.MitabVersionMitab27ModelledWriter. getVersion()getVersion.MitabVersionMitab27Writer. getVersion()getVersion.MitabVersionMitab28EvidenceWriter. getVersion()getVersion.MitabVersionMitab28ModelledWriter. getVersion()getVersion.MitabVersionMitab28Writer. 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
-