Package psidev.psi.mi.jami.model
Interface AllostericEffector
-
- All Known Subinterfaces:
FeatureModificationEffector
,MoleculeEffector
- All Known Implementing Classes:
DefaultFeatureModificationEffector
,DefaultMoleculeEffector
,XmlFeatureModificationEffector
,XmlFeatureModificationEffector
,XmlFeatureModificationEffector
,XmlMoleculeEffector
,XmlMoleculeEffector
,XmlMoleculeEffector
public interface AllostericEffector
The effector that elicits an allosteric response.- 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 AllostericEffectorType
getEffectorType()
The type of allosteric effector.
-
-
-
Method Detail
-
getEffectorType
AllostericEffectorType getEffectorType()
The type of allosteric effector. This method cannot return null. Example: molecule, feature_modification, other,...- Returns:
- type of allosteric effector.
-
-