Uses of Class
psidev.psi.mi.jami.tab.extension.MitabOrganism
-
Packages that use MitabOrganism Package Description psidev.psi.mi.jami.tab.extension.datasource psidev.psi.mi.jami.tab.io.parser psidev.psi.mi.jami.tab.listener -
-
Uses of MitabOrganism in psidev.psi.mi.jami.tab.extension.datasource
Method parameters in psidev.psi.mi.jami.tab.extension.datasource with type arguments of type MitabOrganism Modifier and Type Method Description voidAbstractMitabSource. onSeveralHostOrganismFound(Collection<MitabOrganism> organisms, FileSourceContext context)Listen to an event where several host organisms were found in a single experiment and only one was expected.voidAbstractMitabStreamSource. onSeveralHostOrganismFound(Collection<MitabOrganism> organisms, FileSourceContext context)Listen to an event where several host organisms were found in a single experiment and only one was expected.voidDefaultMitabStreamSource. onSeveralHostOrganismFound(Collection<MitabOrganism> organisms, FileSourceContext context)Listen to an event where several host organisms were found in a single experiment and only one was expected.voidAbstractMitabSource. onSeveralOrganismFound(Collection<MitabOrganism> organisms)onSeveralOrganismFound.voidAbstractMitabStreamSource. onSeveralOrganismFound(Collection<MitabOrganism> organisms)onSeveralOrganismFound.voidDefaultMitabStreamSource. onSeveralOrganismFound(Collection<MitabOrganism> organisms)onSeveralOrganismFound. -
Uses of MitabOrganism in psidev.psi.mi.jami.tab.io.parser
Methods in psidev.psi.mi.jami.tab.io.parser that return MitabOrganism Modifier and Type Method Description MitabOrganismMitabLineParser. organism(int columnNumber)Methods in psidev.psi.mi.jami.tab.io.parser that return types with arguments of type MitabOrganism Modifier and Type Method Description Collection<MitabOrganism>MitabLineParser. taxId(int column)Method parameters in psidev.psi.mi.jami.tab.io.parser with type arguments of type MitabOrganism Modifier and Type Method Description protected voidAbstractInteractionEvidenceLineParser. initialiseHostOrganism(Collection<MitabOrganism> organisms, MitabExperiment exp)initialiseHostOrganism.protected voidAbstractInteractionLineParser. initialiseOrganism(Collection<MitabOrganism> organisms, Interactor interactor)initialiseOrganism. -
Uses of MitabOrganism in psidev.psi.mi.jami.tab.listener
Method parameters in psidev.psi.mi.jami.tab.listener with type arguments of type MitabOrganism Modifier and Type Method Description voidMitabParserCompositeListener. onSeveralHostOrganismFound(Collection<MitabOrganism> organisms, FileSourceContext context)Listen to an event where several host organisms were found in a single experiment and only one was expected.voidMitabParserListener. onSeveralHostOrganismFound(Collection<MitabOrganism> organisms, FileSourceContext context)Listen to an event where several host organisms were found in a single experiment and only one was expected.voidMitabParserLogger. onSeveralHostOrganismFound(Collection<MitabOrganism> organisms, FileSourceContext context)Listen to an event where several host organisms were found in a single experiment and only one was expected.voidMitabParserCompositeListener. onSeveralOrganismFound(Collection<MitabOrganism> organisms)onSeveralOrganismFound.voidMitabParserListener. onSeveralOrganismFound(Collection<MitabOrganism> organisms)onSeveralOrganismFound.voidMitabParserLogger. onSeveralOrganismFound(Collection<MitabOrganism> organisms)onSeveralOrganismFound.
-