Package psidev.psi.mi.jami.model
Interface MoleculeEffector
-
- All Superinterfaces:
AllostericEffector
- All Known Implementing Classes:
DefaultMoleculeEffector
,XmlMoleculeEffector
,XmlMoleculeEffector
,XmlMoleculeEffector
public interface MoleculeEffector extends AllostericEffector
The participant that elicits an allosteric response in an allosteric molecule upon binding to that molecule.- Since:
21/05/13
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModelledEntity
getMolecule()
Refers to the participant (any participating entity such as simple participant, participant pool or participant candidate) that elicits an allosteric response in an allosteric molecule upon binding to that molecule.-
Methods inherited from interface psidev.psi.mi.jami.model.AllostericEffector
getEffectorType
-
-
-
-
Method Detail
-
getMolecule
ModelledEntity getMolecule()
Refers to the participant (any participating entity such as simple participant, participant pool or participant candidate) that elicits an allosteric response in an allosteric molecule upon binding to that molecule. It cannot be null.- Returns:
- the participant that elicits the allosteric response.
-
-