Uses of Interface
psidev.psi.mi.jami.model.CooperativeEffect
-
-
Uses of CooperativeEffect in psidev.psi.mi.jami.binary.impl
Methods in psidev.psi.mi.jami.binary.impl that return types with arguments of type CooperativeEffect Modifier and Type Method Description Collection<CooperativeEffect>DefaultModelledBinaryInteraction. getCooperativeEffects()Getter for the fieldcooperativeEffects.Collection<CooperativeEffect>ModelledBinaryInteractionWrapper. getCooperativeEffects()getCooperativeEffectsMethod parameters in psidev.psi.mi.jami.binary.impl with type arguments of type CooperativeEffect Modifier and Type Method Description protected voidDefaultModelledBinaryInteraction. initialiseCooperativeEffectsWith(Collection<CooperativeEffect> cooperativeEffects)initialiseCooperativeEffectsWith -
Uses of CooperativeEffect in psidev.psi.mi.jami.enricher.listener.impl
Methods in psidev.psi.mi.jami.enricher.listener.impl with parameters of type CooperativeEffect Modifier and Type Method Description voidModelledInteractionEnricherListenerManager. onAddedCooperativeEffect(I interaction, CooperativeEffect added)onAddedCooperativeEffectvoidModelledInteractionEnricherListenerManager. onRemovedCooperativeEffect(I interaction, CooperativeEffect removed)onRemovedCooperativeEffect -
Uses of CooperativeEffect in psidev.psi.mi.jami.enricher.listener.impl.writer
Methods in psidev.psi.mi.jami.enricher.listener.impl.writer with parameters of type CooperativeEffect Modifier and Type Method Description voidModelledInteractionEnricherStatisticsWriter. onAddedCooperativeEffect(I interaction, CooperativeEffect added)onAddedCooperativeEffectvoidModelledInteractionEnricherStatisticsWriter. onRemovedCooperativeEffect(I interaction, CooperativeEffect removed)onRemovedCooperativeEffect -
Uses of CooperativeEffect in psidev.psi.mi.jami.listener
Methods in psidev.psi.mi.jami.listener with parameters of type CooperativeEffect Modifier and Type Method Description voidModelledInteractionChangeListener. onAddedCooperativeEffect(I interaction, CooperativeEffect added)onAddedCooperativeEffectvoidModelledInteractionChangeListener. onRemovedCooperativeEffect(I interaction, CooperativeEffect removed)onRemovedCooperativeEffect -
Uses of CooperativeEffect in psidev.psi.mi.jami.listener.impl
Methods in psidev.psi.mi.jami.listener.impl with parameters of type CooperativeEffect Modifier and Type Method Description voidComplexChangeLogger. onAddedCooperativeEffect(Complex interaction, CooperativeEffect added)onAddedCooperativeEffectvoidModelledInteractionChangeLogger. onAddedCooperativeEffect(I o, CooperativeEffect added)onAddedCooperativeEffectvoidComplexChangeLogger. onRemovedCooperativeEffect(Complex interaction, CooperativeEffect removed)onRemovedCooperativeEffectvoidModelledInteractionChangeLogger. onRemovedCooperativeEffect(I o, CooperativeEffect removed)onRemovedCooperativeEffect -
Uses of CooperativeEffect in psidev.psi.mi.jami.model
Subinterfaces of CooperativeEffect in psidev.psi.mi.jami.model Modifier and Type Interface Description interfaceAllostery<T extends AllostericEffector>The allostery cooperative Effect.interfacePreassemblyThe pre-assembly cooperative effect.Methods in psidev.psi.mi.jami.model with type parameters of type CooperativeEffect Modifier and Type Method Description <C extends CooperativeEffect>
Collection<C>ModelledInteraction. getCooperativeEffects()The collection of cooperative effects associated with this modelledInteraction. -
Uses of CooperativeEffect in psidev.psi.mi.jami.model.impl
Classes in psidev.psi.mi.jami.model.impl that implement CooperativeEffect Modifier and Type Class Description classDefaultAllostery<T extends AllostericEffector>Default implementation for Allostery Notes: The equals and hashcode methods have NOT been overridden because the Allostery object is a complex object.classDefaultCooperativeEffectDefault implementation for CooperativeEffect Notes: The equals and hashcode methods have NOT been overridden because the CooperativeEffect object is a complex object.classDefaultPreassembyDefault implementation for Preassembly Notes: The equals and hashcode methods have NOT been overridden because the Preassembly object is a complex object.Methods in psidev.psi.mi.jami.model.impl that return types with arguments of type CooperativeEffect Modifier and Type Method Description Collection<CooperativeEffect>DefaultComplex. getCooperativeEffects()Getter for the fieldcooperativeEffects.Collection<CooperativeEffect>DefaultModelledInteraction. getCooperativeEffects()Getter for the fieldcooperativeEffects.Method parameters in psidev.psi.mi.jami.model.impl with type arguments of type CooperativeEffect Modifier and Type Method Description protected voidDefaultComplex. initialiseCooperativeEffectsWith(Collection<CooperativeEffect> cooperativeEffects)initialiseCooperativeEffectsWithprotected voidDefaultModelledInteraction. initialiseCooperativeEffectsWith(Collection<CooperativeEffect> cooperativeEffects)initialiseCooperativeEffectsWith -
Uses of CooperativeEffect in psidev.psi.mi.jami.utils.clone
Methods in psidev.psi.mi.jami.utils.clone with parameters of type CooperativeEffect Modifier and Type Method Description static voidCooperativeEffectCloner. copyAndOverrideBasicCooperativeEffectProperties(CooperativeEffect source, CooperativeEffect target)This method will copy basic properties of CooperativeEffect source in CooperativeEffect target and will override all the other properties of Target CooperativeEffect. -
Uses of CooperativeEffect in psidev.psi.mi.jami.utils.comparator.cooperativity
Methods in psidev.psi.mi.jami.utils.comparator.cooperativity with parameters of type CooperativeEffect Modifier and Type Method Description static booleanDefaultCooperativeEffectBaseComparator. areEquals(CooperativeEffect cooperativeEffect1, CooperativeEffect cooperativeEffect2)Use DefaultCooperativeEffectBaseComparator to know if two CooperativeEffects are equals.static booleanDefaultCooperativeEffectComparator. areEquals(CooperativeEffect cooperativeEffect1, CooperativeEffect cooperativeEffect2)Use DefaultCooperativeEffectComparator to know if two CooperativeEffects are equals.static booleanDefaultExactCooperativeEffectBaseComparator. areEquals(CooperativeEffect cooperativeEffect1, CooperativeEffect cooperativeEffect2)Use DefaultExactCooperativeEffectBaseComparator to know if two CooperativeEffects are equals.static booleanDefaultExactCooperativeEffectComparator. areEquals(CooperativeEffect cooperativeEffect1, CooperativeEffect cooperativeEffect2)Use DefaultExactCooperativeEffectComparator to know if two CooperativeEffects are equals.static booleanUnambiguousCooperativeEffectBaseComparator. areEquals(CooperativeEffect effect1, CooperativeEffect effect2)Use UnambiguousCooperativeEffectBaseComparator to know if two CooperativeEffects are equals.static booleanUnambiguousCooperativeEffectComparator. areEquals(CooperativeEffect effect1, CooperativeEffect effect2)Use UnambiguousCooperativeEffectComparator to know if two CooperativeEffects are equals.static booleanUnambiguousExactCooperativeEffectBaseComparator. areEquals(CooperativeEffect effect1, CooperativeEffect effect2)Use UnambiguousExactCooperativeEffectBaseComparator to know if two CooperativeEffects are equals.static booleanUnambiguousExactCooperativeEffectComparator. areEquals(CooperativeEffect effect1, CooperativeEffect effect2)Use UnambiguousExactCooperativeEffectComparator to know if two CooperativeEffects are equals.intCooperativeEffectBaseComparator. compare(CooperativeEffect cooperativeEffect1, CooperativeEffect cooperativeEffect2)It will first compare the outcome using AbstractCvTermComparator.intCooperativeEffectComparator. compare(CooperativeEffect cooperativeEffect1, CooperativeEffect cooperativeEffect2)Allostery effects will always come before basic cooperative effects (preassembly) - It will use AllosteryComparator to compare allostery - It will use CooperativeEffectBaseComparator to compare basic cooperative effectsintUnambiguousCooperativeEffectBaseComparator. compare(CooperativeEffect effect1, CooperativeEffect effect2)It will first compare the outcome using UnambiguousCvTermComparator.intUnambiguousCooperativeEffectComparator. compare(CooperativeEffect effect1, CooperativeEffect effect2)Allostery effects will always come before basic cooperative effects (preassembly) - It will use DefaultExactAllosteryComparator to compare allostery - It will use DefaultExactCooperativeEffectBaseComparator to compare basic cooperative effectsintUnambiguousExactCooperativeEffectBaseComparator. compare(CooperativeEffect effect1, CooperativeEffect effect2)It will first compare the outcome using UnambiguousCvTermComparator.intUnambiguousExactCooperativeEffectComparator. compare(CooperativeEffect effect1, CooperativeEffect effect2)Allostery effects will always come before basic cooperative effects (preassembly) - It will use DefaultExactAllosteryComparator to compare allostery - It will use DefaultExactCooperativeEffectBaseComparator to compare basic cooperative effectsstatic intUnambiguousCooperativeEffectBaseComparator. hashCode(CooperativeEffect effect)hashCodestatic intUnambiguousExactCooperativeEffectBaseComparator. hashCode(CooperativeEffect effect)hashCode -
Uses of CooperativeEffect in psidev.psi.mi.jami.xml.io.writer.elements.impl.abstracts.xml30
Classes in psidev.psi.mi.jami.xml.io.writer.elements.impl.abstracts.xml30 with type parameters of type CooperativeEffect Modifier and Type Class Description classAbstractXmlCooperativeEffectWriter<C extends CooperativeEffect>Abstract Xml 3.0 writer for cooperative effect -
Uses of CooperativeEffect in psidev.psi.mi.jami.xml.model.extension.binary
Methods in psidev.psi.mi.jami.xml.model.extension.binary that return types with arguments of type CooperativeEffect Modifier and Type Method Description Collection<CooperativeEffect>XmlModelledBinaryInteraction. getCooperativeEffects()Getter for the fieldcooperativeEffects.Collection<CooperativeEffect>XmlModelledBinaryInteractionWrapper. getCooperativeEffects()The collection of cooperative effects associated with this modelledInteraction. -
Uses of CooperativeEffect in psidev.psi.mi.jami.xml.model.extension.binary.xml30
Methods in psidev.psi.mi.jami.xml.model.extension.binary.xml30 that return types with arguments of type CooperativeEffect Modifier and Type Method Description Collection<CooperativeEffect>XmlModelledBinaryInteraction. getCooperativeEffects()Getter for the fieldcooperativeEffects.Collection<CooperativeEffect>XmlModelledBinaryInteractionWrapper. getCooperativeEffects()The collection of cooperative effects associated with this modelledInteraction. -
Uses of CooperativeEffect in psidev.psi.mi.jami.xml.model.extension.xml253
Classes in psidev.psi.mi.jami.xml.model.extension.xml253 that implement CooperativeEffect Modifier and Type Class Description classXmlAllostery<T extends AllostericEffector>XML implementation of AllosteryclassXmlPreAssemblyXml implementation of preassemblyMethods in psidev.psi.mi.jami.xml.model.extension.xml253 that return types with arguments of type CooperativeEffect Modifier and Type Method Description Collection<CooperativeEffect>AbstractXmlModelledInteraction. getCooperativeEffects()Getter for the fieldcooperativeEffects.Collection<CooperativeEffect>XmlBasicInteractionComplexWrapper. getCooperativeEffects()Getter for the fieldcooperativeEffects.Collection<CooperativeEffect>XmlInteractionEvidenceComplexWrapper. getCooperativeEffects()Getter for the fieldcooperativeEffects.Collection<CooperativeEffect>XmlModelledInteractionComplexWrapper. getCooperativeEffects()getCooperativeEffects. -
Uses of CooperativeEffect in psidev.psi.mi.jami.xml.model.extension.xml254
Classes in psidev.psi.mi.jami.xml.model.extension.xml254 that implement CooperativeEffect Modifier and Type Class Description classXmlAllostery<T extends AllostericEffector>XML implementation of AllosteryclassXmlPreAssemblyXml implementation of preassemblyMethods in psidev.psi.mi.jami.xml.model.extension.xml254 that return types with arguments of type CooperativeEffect Modifier and Type Method Description Collection<CooperativeEffect>AbstractXmlModelledInteraction. getCooperativeEffects()Getter for the fieldcooperativeEffects.Collection<CooperativeEffect>XmlBasicInteractionComplexWrapper. getCooperativeEffects()Getter for the fieldcooperativeEffects.Collection<CooperativeEffect>XmlInteractionEvidenceComplexWrapper. getCooperativeEffects()Getter for the fieldcooperativeEffects.Collection<CooperativeEffect>XmlModelledInteractionComplexWrapper. getCooperativeEffects()getCooperativeEffects. -
Uses of CooperativeEffect in psidev.psi.mi.jami.xml.model.extension.xml300
Classes in psidev.psi.mi.jami.xml.model.extension.xml300 that implement CooperativeEffect Modifier and Type Class Description classAbstractXmlCooperativeEffectAbstract class for XML 3.0 cooperative effectsclassXmlAllosteryXML 3.0 implementation of AllosteryclassXmlPreAssemblyXml 3.0 implementation of preassemblyMethods in psidev.psi.mi.jami.xml.model.extension.xml300 that return types with arguments of type CooperativeEffect Modifier and Type Method Description Collection<CooperativeEffect>AbstractXmlModelledInteraction. getCooperativeEffects()Getter for the fieldcooperativeEffects.Collection<CooperativeEffect>XmlBasicInteractionComplexWrapper. getCooperativeEffects()Getter for the fieldcooperativeEffects.Collection<CooperativeEffect>XmlInteractionEvidenceComplexWrapper. getCooperativeEffects()Getter for the fieldcooperativeEffects.Collection<CooperativeEffect>XmlModelledInteraction. getCooperativeEffects()getCooperativeEffects.Collection<CooperativeEffect>XmlModelledInteractionComplexWrapper. getCooperativeEffects()getCooperativeEffects.List<CooperativeEffect>XmlModelledInteraction.JAXBCooperativeEffectWrapper. getJAXBCooperativeEffects() -
Uses of CooperativeEffect in psidev.psi.mi.jami.xml.model.reference.xml253
Methods in psidev.psi.mi.jami.xml.model.reference.xml253 that return types with arguments of type CooperativeEffect Modifier and Type Method Description Collection<CooperativeEffect>AbstractComplexRef. getCooperativeEffects()getCooperativeEffects. -
Uses of CooperativeEffect in psidev.psi.mi.jami.xml.model.reference.xml254
Methods in psidev.psi.mi.jami.xml.model.reference.xml254 that return types with arguments of type CooperativeEffect Modifier and Type Method Description Collection<CooperativeEffect>AbstractComplexRef. getCooperativeEffects()getCooperativeEffects. -
Uses of CooperativeEffect in psidev.psi.mi.jami.xml.model.reference.xml300
Methods in psidev.psi.mi.jami.xml.model.reference.xml300 that return types with arguments of type CooperativeEffect Modifier and Type Method Description Collection<CooperativeEffect>AbstractComplexRef. getCooperativeEffects()getCooperativeEffects. -
Uses of CooperativeEffect in psidev.psi.mi.jami.xml.utils
Methods in psidev.psi.mi.jami.xml.utils that return CooperativeEffect Modifier and Type Method Description static CooperativeEffectPsiXmlUtils. extractCooperativeEffectFrom(PsiXmlVersion version, Collection<Annotation> annots, Collection<Experiment> experiments, PsiXmlParserListener listener)extractCooperativeEffectFrom.
-