Uses of Interface
psidev.psi.mi.jami.model.Allostery
-
-
Uses of Allostery in psidev.psi.mi.jami.model.impl
Classes in psidev.psi.mi.jami.model.impl that implement Allostery 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. -
Uses of Allostery in psidev.psi.mi.jami.utils.clone
Methods in psidev.psi.mi.jami.utils.clone with parameters of type Allostery Modifier and Type Method Description static <T extends AllostericEffector>
voidCooperativeEffectCloner. copyAndOverrideAllosteryProperties(Allostery<T> source, Allostery<T> target)This method will copy basic properties and allostery specific properties from allostery source to allostery target. -
Uses of Allostery in psidev.psi.mi.jami.utils.comparator.cooperativity
Methods in psidev.psi.mi.jami.utils.comparator.cooperativity with parameters of type Allostery Modifier and Type Method Description static booleanDefaultAllosteryComparator. areEquals(Allostery allostery1, Allostery allostery2)Use DefaultAllosteryComparator to know if two allostery are equals.static booleanDefaultExactAllosteryComparator. areEquals(Allostery allostery1, Allostery allostery2)Use DefaultExactAllosteryComparator to know if two allostery are equals.static booleanUnambiguousAllosteryComparator. areEquals(Allostery effect1, Allostery effect2)Use UnambiguousAllosteryComparator to know if two allostery are equals.static booleanUnambiguousExactAllosteryComparator. areEquals(Allostery effect1, Allostery effect2)Use UnambiguousExactAllosteryComparator to know if two allostery are equals.intAllosteryComparator. compare(Allostery allostery1, Allostery allostery2)It will first compare basic cooperative effect properties using CooperativeEffectBaseComparator.intUnambiguousAllosteryComparator. compare(Allostery effect1, Allostery effect2)It will first compare basic cooperative effect properties using CooperativeEffectBaseComparator.intUnambiguousExactAllosteryComparator. compare(Allostery effect1, Allostery effect2)It will first compare basic cooperative effect properties using CooperativeEffectBaseComparator. -
Uses of Allostery in psidev.psi.mi.jami.xml.io.writer.elements
Methods in psidev.psi.mi.jami.xml.io.writer.elements that return types with arguments of type Allostery Modifier and Type Method Description static PsiXmlElementWriter<Allostery>PsiXmlElementWriterFactory. createAllosteryWriter(XMLStreamWriter streamWriter, boolean expanded, PsiXmlObjectCache objectIndex, PsiXmlVariableNameWriter<CvTerm> cvWriter, PsiXmlElementWriter<Annotation> attributeWriter, PsiXmlPublicationWriter publicationWriter)createAllosteryWriter. -
Uses of Allostery in psidev.psi.mi.jami.xml.io.writer.elements.impl.abstracts.xml30
Methods in psidev.psi.mi.jami.xml.io.writer.elements.impl.abstracts.xml30 that return types with arguments of type Allostery Modifier and Type Method Description PsiXmlElementWriter<Allostery>AbstractXmlModelledInteractionWriter. getAllosteryWriter()Getter for the fieldallosteryWriter.Method parameters in psidev.psi.mi.jami.xml.io.writer.elements.impl.abstracts.xml30 with type arguments of type Allostery Modifier and Type Method Description voidAbstractXmlModelledInteractionWriter. setAllosteryWriter(PsiXmlElementWriter<Allostery> allosteryWriter)Setter for the fieldallosteryWriter. -
Uses of Allostery in psidev.psi.mi.jami.xml.io.writer.elements.impl.extended.xml30
Methods in psidev.psi.mi.jami.xml.io.writer.elements.impl.extended.xml30 that return types with arguments of type Allostery Modifier and Type Method Description PsiXmlElementWriter<Allostery>AbstractXmlModelledInteractionWriter. getAllosteryWriter()Getter for the fieldallosteryWriter.Method parameters in psidev.psi.mi.jami.xml.io.writer.elements.impl.extended.xml30 with type arguments of type Allostery Modifier and Type Method Description voidAbstractXmlModelledInteractionWriter. setAllosteryWriter(PsiXmlElementWriter<Allostery> allosteryWriter)Setter for the fieldallosteryWriter. -
Uses of Allostery in psidev.psi.mi.jami.xml.io.writer.elements.impl.xml30
Methods in psidev.psi.mi.jami.xml.io.writer.elements.impl.xml30 with parameters of type Allostery Modifier and Type Method Description protected voidXmlAllosteryWriter. writeAllostericEffector(Allostery object)writeAllostericEffector.protected voidXmlAllosteryWriter. writeAllostericMechanism(Allostery object)writeAllostericMechanism.protected voidXmlAllosteryWriter. writeAllostericMolecule(Allostery object)writeAllostericMolecule.protected voidXmlAllosteryWriter. writeAllosteryType(Allostery object)writeAllosteryType.protected voidXmlAllosteryWriter. writeOtherProperties(Allostery object)writeOtherProperties. -
Uses of Allostery in psidev.psi.mi.jami.xml.model.extension.xml253
Classes in psidev.psi.mi.jami.xml.model.extension.xml253 that implement Allostery Modifier and Type Class Description classXmlAllostery<T extends AllostericEffector>XML implementation of Allostery -
Uses of Allostery in psidev.psi.mi.jami.xml.model.extension.xml254
Classes in psidev.psi.mi.jami.xml.model.extension.xml254 that implement Allostery Modifier and Type Class Description classXmlAllostery<T extends AllostericEffector>XML implementation of Allostery -
Uses of Allostery in psidev.psi.mi.jami.xml.model.extension.xml300
Classes in psidev.psi.mi.jami.xml.model.extension.xml300 that implement Allostery Modifier and Type Class Description classXmlAllosteryXML 3.0 implementation of Allostery
-