Package psidev.psi.mi.jami.model
Interface FeatureModificationEffector
-
- All Superinterfaces:
AllostericEffector
- All Known Implementing Classes:
DefaultFeatureModificationEffector
,XmlFeatureModificationEffector
,XmlFeatureModificationEffector
,XmlFeatureModificationEffector
public interface FeatureModificationEffector extends AllostericEffector
The modification (feature) that elicits an allosteric response in an allosteric 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 ModelledFeature
getFeatureModification()
Refers to the modification (feature) that elicits an allosteric response in an allosteric molecule.-
Methods inherited from interface psidev.psi.mi.jami.model.AllostericEffector
getEffectorType
-
-
-
-
Method Detail
-
getFeatureModification
ModelledFeature getFeatureModification()
Refers to the modification (feature) that elicits an allosteric response in an allosteric molecule. It cannot be null.- Returns:
- the feature that elicits the allosteric response.
-
-