Uses of Interface
psidev.psi.mi.jami.model.AllostericEffector
-
-
Uses of AllostericEffector in psidev.psi.mi.jami.model
Classes in psidev.psi.mi.jami.model with type parameters of type AllostericEffector Modifier and Type Interface Description interface
Allostery<T extends AllostericEffector>
The allostery cooperative Effect.Subinterfaces of AllostericEffector in psidev.psi.mi.jami.model Modifier and Type Interface Description interface
FeatureModificationEffector
The modification (feature) that elicits an allosteric response in an allosteric molecule.interface
MoleculeEffector
The participant that elicits an allosteric response in an allosteric molecule upon binding to that molecule. -
Uses of AllostericEffector in psidev.psi.mi.jami.model.impl
Classes in psidev.psi.mi.jami.model.impl with type parameters of type AllostericEffector Modifier and Type Class Description class
DefaultAllostery<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.Classes in psidev.psi.mi.jami.model.impl that implement AllostericEffector Modifier and Type Class Description class
DefaultFeatureModificationEffector
Default implementation for FeatureModificationEffector Notes: The equals and hashcode methods have NOT been overridden because the FeatureModificationEffector object is a complex object.class
DefaultMoleculeEffector
Default implementation for MoleculeEffector Notes: The equals and hashcode methods have NOT been overridden because the MoleculeEffector object is a complex object. -
Uses of AllostericEffector in psidev.psi.mi.jami.utils.clone
Methods in psidev.psi.mi.jami.utils.clone with type parameters of type AllostericEffector 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 AllostericEffector in psidev.psi.mi.jami.xml.model.extension.xml253
Classes in psidev.psi.mi.jami.xml.model.extension.xml253 with type parameters of type AllostericEffector Modifier and Type Class Description class
XmlAllostery<T extends AllostericEffector>
XML implementation of AllosteryClasses in psidev.psi.mi.jami.xml.model.extension.xml253 that implement AllostericEffector Modifier and Type Class Description class
XmlFeatureModificationEffector
Xml implementation of feature modification effectorclass
XmlMoleculeEffector
XML implementation of allosteric molecule effector -
Uses of AllostericEffector in psidev.psi.mi.jami.xml.model.extension.xml254
Classes in psidev.psi.mi.jami.xml.model.extension.xml254 with type parameters of type AllostericEffector Modifier and Type Class Description class
XmlAllostery<T extends AllostericEffector>
XML implementation of AllosteryClasses in psidev.psi.mi.jami.xml.model.extension.xml254 that implement AllostericEffector Modifier and Type Class Description class
XmlFeatureModificationEffector
Xml implementation of feature modification effectorclass
XmlMoleculeEffector
XML implementation of allosteric molecule effector -
Uses of AllostericEffector in psidev.psi.mi.jami.xml.model.extension.xml300
Classes in psidev.psi.mi.jami.xml.model.extension.xml300 that implement AllostericEffector Modifier and Type Class Description class
XmlFeatureModificationEffector
Xml implementation of feature modification effectorclass
XmlMoleculeEffector
XML implementation of allosteric molecule effectorMethods in psidev.psi.mi.jami.xml.model.extension.xml300 that return AllostericEffector Modifier and Type Method Description AllostericEffector
XmlAllostery. getAllostericEffector()
getAllostericEffector.Methods in psidev.psi.mi.jami.xml.model.extension.xml300 with parameters of type AllostericEffector Modifier and Type Method Description void
XmlAllostery. setAllostericEffector(AllostericEffector effector)
Sets the effector that elicits an allosteric response.
-