Uses of Interface
psidev.psi.mi.jami.model.InteractorPool
-
-
Uses of InteractorPool in psidev.psi.mi.jami.enricher.impl.full
Methods in psidev.psi.mi.jami.enricher.impl.full with parameters of type InteractorPool Modifier and Type Method Description protected void
FullInteractorPoolEnricher. processMembers(InteractorPool poolToEnrich, InteractorPool fetched)
processMembers.protected void
FullInteractorPoolUpdater. processMembers(InteractorPool poolToEnrich, InteractorPool fetched)
processMembers.protected void
FullInteractorPoolEnricher. processOtherProperties(InteractorPool poolToEnrich, InteractorPool fetched)
processOtherProperties.protected void
FullInteractorPoolUpdater. processOtherProperties(InteractorPool poolToEnrich, InteractorPool fetched)
processOtherProperties.Constructor parameters in psidev.psi.mi.jami.enricher.impl.full with type arguments of type InteractorPool Constructor Description FullInteractorPoolEnricher(InteractorFetcher<InteractorPool> fetcher)
Constructor for FullInteractorPoolEnricher.FullInteractorPoolUpdater(InteractorFetcher<InteractorPool> fetcher)
Constructor for FullInteractorPoolUpdater. -
Uses of InteractorPool in psidev.psi.mi.jami.enricher.listener.impl
Methods in psidev.psi.mi.jami.enricher.listener.impl with parameters of type InteractorPool Modifier and Type Method Description void
InteractorPoolEnricherListenerManager. onAddedInteractor(InteractorPool interactor, Interactor added)
Listen to the event where an interactor has been added to the poolvoid
InteractorPoolEnricherListenerManager. onRemovedInteractor(InteractorPool interactor, Interactor removed)
Listen to the event where an interactor has been added to the pool -
Uses of InteractorPool in psidev.psi.mi.jami.enricher.listener.impl.log
Methods in psidev.psi.mi.jami.enricher.listener.impl.log with parameters of type InteractorPool Modifier and Type Method Description void
InteractorPoolEnricherLogger. onEnrichmentComplete(InteractorPool protein, EnrichmentStatus status, String message)
onEnrichmentComplete.void
InteractorPoolEnricherLogger. onEnrichmentError(InteractorPool object, String message, Exception e)
onEnrichmentError. -
Uses of InteractorPool in psidev.psi.mi.jami.enricher.listener.impl.writer
Methods in psidev.psi.mi.jami.enricher.listener.impl.writer with parameters of type InteractorPool Modifier and Type Method Description void
InteractorPoolEnricherStatisticsWriter. onAddedInteractor(InteractorPool interactor, Interactor added)
Listen to the event where an interactor has been added to the poolvoid
InteractorPoolEnricherStatisticsWriter. onRemovedInteractor(InteractorPool interactor, Interactor removed)
Listen to the event where an interactor has been added to the pool -
Uses of InteractorPool in psidev.psi.mi.jami.factory
Methods in psidev.psi.mi.jami.factory that return InteractorPool Modifier and Type Method Description InteractorPool
DefaultInteractorFactory. createInteractorSet(String name, CvTerm type)
Creates an interactor pool from the name and interactor typeInteractorPool
InteractorFactory. createInteractorSet(String name, CvTerm type)
Creates an interactor pool from the name and interactor type -
Uses of InteractorPool in psidev.psi.mi.jami.listener
Methods in psidev.psi.mi.jami.listener with parameters of type InteractorPool Modifier and Type Method Description void
InteractorPoolChangeListener. onAddedInteractor(InteractorPool interactor, Interactor added)
Listen to the event where an interactor has been added to the poolvoid
InteractorPoolChangeListener. onRemovedInteractor(InteractorPool interactor, Interactor removed)
Listen to the event where an interactor has been added to the pool -
Uses of InteractorPool in psidev.psi.mi.jami.listener.impl
Methods in psidev.psi.mi.jami.listener.impl with parameters of type InteractorPool Modifier and Type Method Description void
InteractorPoolChangeLogger. onAddedInteractor(InteractorPool protein, Interactor added)
Listen to the event where an interactor has been added to the poolvoid
InteractorPoolChangeLogger. onRemovedInteractor(InteractorPool protein, Interactor removed)
Listen to the event where an interactor has been added to the pool -
Uses of InteractorPool in psidev.psi.mi.jami.model.impl
Classes in psidev.psi.mi.jami.model.impl that implement InteractorPool Modifier and Type Class Description class
DefaultInteractorPool
Default implementation for interactor poolMethods in psidev.psi.mi.jami.model.impl that return InteractorPool Modifier and Type Method Description InteractorPool
AbstractParticipantPool. getInteractor()
Getter for the fieldinteractor
. -
Uses of InteractorPool in psidev.psi.mi.jami.tab.extension
Classes in psidev.psi.mi.jami.tab.extension that implement InteractorPool Modifier and Type Class Description class
MitabInteractorPool
The mitab extension for InteractorSet -
Uses of InteractorPool in psidev.psi.mi.jami.tab.io.parser
Methods in psidev.psi.mi.jami.tab.io.parser with parameters of type InteractorPool Modifier and Type Method Description protected void
AbstractInteractionLineParser. processInteractorPool(Collection<MitabXref> xref, InteractorPool interactor)
processInteractorPool. -
Uses of InteractorPool in psidev.psi.mi.jami.utils.clone
Methods in psidev.psi.mi.jami.utils.clone with parameters of type InteractorPool Modifier and Type Method Description static void
InteractorCloner. copyAndOverrideBasicInteractorPoolProperties(InteractorPool source, InteractorPool target)
copyAndOverrideBasicInteractorPoolProperties -
Uses of InteractorPool in psidev.psi.mi.jami.utils.comparator.interactor
Methods in psidev.psi.mi.jami.utils.comparator.interactor that return types with arguments of type InteractorPool Modifier and Type Method Description Comparator<InteractorPool>
InteractorComparator. getInteractorCandidatesComparator()
Getter for the fieldinteractorCandidatesComparator
.Methods in psidev.psi.mi.jami.utils.comparator.interactor with parameters of type InteractorPool Modifier and Type Method Description static boolean
DefaultExactInteractorPoolComparator. areEquals(InteractorPool interactorCandidates1, InteractorPool interactorCandidates2)
Use DefaultExactInteractorPoolComparator to know if two interactorCandidates are equals.static boolean
DefaultInteractorPoolComparator. areEquals(InteractorPool interactorCandidates1, InteractorPool interactorCandidates2)
Use DefaultInteractorPoolComparator to know if two interactorCandidates are equals.static boolean
UnambiguousExactInteractorPoolComparator. areEquals(InteractorPool candidat1, InteractorPool candidat2)
Use UnambiguousExactInteractorPoolComparator to know if two interactorCandidates are equals.static boolean
UnambiguousInteractorPoolComparator. areEquals(InteractorPool candidat1, InteractorPool candidat2)
Use UnambiguousInteractorPoolComparator to know if two interactorCandidates are equals.int
InteractorPoolComparator. compare(InteractorPool interactorCandidates1, InteractorPool interactorCandidates2)
It will first compare the collection of Interactors using InteractorComparatorint
UnambiguousExactInteractorPoolComparator. compare(InteractorPool candidat1, InteractorPool candidat2)
int
UnambiguousInteractorPoolComparator. compare(InteractorPool candidat1, InteractorPool candidat2)
-
Uses of InteractorPool in psidev.psi.mi.jami.xml.model.extension.factory
Methods in psidev.psi.mi.jami.xml.model.extension.factory that return InteractorPool Modifier and Type Method Description InteractorPool
XmlInteractorFactory. createInteractorSet(String name, CvTerm type)
Creates an interactor pool from the name and interactor type -
Uses of InteractorPool in psidev.psi.mi.jami.xml.model.extension.xml253
Classes in psidev.psi.mi.jami.xml.model.extension.xml253 that implement InteractorPool Modifier and Type Class Description class
XmlInteractorPool
Xml implementation for InteractorSetMethods in psidev.psi.mi.jami.xml.model.extension.xml253 that return InteractorPool Modifier and Type Method Description InteractorPool
AbstractXmlParticipantPool. getInteractor()
The molecule/complex of molecules which interacts. -
Uses of InteractorPool in psidev.psi.mi.jami.xml.model.extension.xml254
Classes in psidev.psi.mi.jami.xml.model.extension.xml254 that implement InteractorPool Modifier and Type Class Description class
XmlInteractorPool
Xml implementation for InteractorSetMethods in psidev.psi.mi.jami.xml.model.extension.xml254 that return InteractorPool Modifier and Type Method Description InteractorPool
AbstractXmlParticipantPool. getInteractor()
The molecule/complex of molecules which interacts. -
Uses of InteractorPool in psidev.psi.mi.jami.xml.model.extension.xml300
Classes in psidev.psi.mi.jami.xml.model.extension.xml300 that implement InteractorPool Modifier and Type Class Description class
XmlInteractorPool
Xml implementation for InteractorSetMethods in psidev.psi.mi.jami.xml.model.extension.xml300 that return InteractorPool Modifier and Type Method Description InteractorPool
AbstractXmlParticipantPool. getInteractor()
The molecule/complex of molecules which interacts.
-