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 interfaceAllostery<T extends AllostericEffector>The allostery cooperative Effect.Subinterfaces of AllostericEffector in psidev.psi.mi.jami.model Modifier and Type Interface Description interfaceFeatureModificationEffectorThe modification (feature) that elicits an allosteric response in an allosteric molecule.interfaceMoleculeEffectorThe 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 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.Classes in psidev.psi.mi.jami.model.impl that implement AllostericEffector Modifier and Type Class Description classDefaultFeatureModificationEffectorDefault implementation for FeatureModificationEffector Notes: The equals and hashcode methods have NOT been overridden because the FeatureModificationEffector object is a complex object.classDefaultMoleculeEffectorDefault 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 classXmlAllostery<T extends AllostericEffector>XML implementation of AllosteryClasses in psidev.psi.mi.jami.xml.model.extension.xml253 that implement AllostericEffector Modifier and Type Class Description classXmlFeatureModificationEffectorXml implementation of feature modification effectorclassXmlMoleculeEffectorXML 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 classXmlAllostery<T extends AllostericEffector>XML implementation of AllosteryClasses in psidev.psi.mi.jami.xml.model.extension.xml254 that implement AllostericEffector Modifier and Type Class Description classXmlFeatureModificationEffectorXml implementation of feature modification effectorclassXmlMoleculeEffectorXML 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 classXmlFeatureModificationEffectorXml implementation of feature modification effectorclassXmlMoleculeEffectorXML implementation of allosteric molecule effectorMethods in psidev.psi.mi.jami.xml.model.extension.xml300 that return AllostericEffector Modifier and Type Method Description AllostericEffectorXmlAllostery. getAllostericEffector()getAllostericEffector.Methods in psidev.psi.mi.jami.xml.model.extension.xml300 with parameters of type AllostericEffector Modifier and Type Method Description voidXmlAllostery. setAllostericEffector(AllostericEffector effector)Sets the effector that elicits an allosteric response.
-