Package psidev.psi.mi.jami.model.impl
Class DefaultMoleculeEffector
- java.lang.Object
-
- psidev.psi.mi.jami.model.impl.DefaultMoleculeEffector
-
- All Implemented Interfaces:
AllostericEffector
,MoleculeEffector
public class DefaultMoleculeEffector extends Object implements MoleculeEffector
Default implementation for MoleculeEffector Notes: The equals and hashcode methods have NOT been overridden because the MoleculeEffector object is a complex object. To compare MoleculeEffector objects, you can use some comparators provided by default: - DefaultMoleculeEffectorComparator - UnambiguousMoleculeEffectorComparator- Since:
23/05/13
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
Constructor Summary
Constructors Constructor Description DefaultMoleculeEffector(ModelledParticipant participant)
Constructor for DefaultMoleculeEffector.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AllostericEffectorType
getEffectorType()
getEffectorTypeModelledEntity
getMolecule()
getMoleculeString
toString()
-
-
-
Constructor Detail
-
DefaultMoleculeEffector
public DefaultMoleculeEffector(ModelledParticipant participant)
Constructor for DefaultMoleculeEffector.
- Parameters:
participant
- aModelledParticipant
object.
-
-
Method Detail
-
getMolecule
public ModelledEntity getMolecule()
getMolecule
- Specified by:
getMolecule
in interfaceMoleculeEffector
- Returns:
- a
ModelledEntity
object.
-
getEffectorType
public AllostericEffectorType getEffectorType()
getEffectorType
- Specified by:
getEffectorType
in interfaceAllostericEffector
- Returns:
- a
AllostericEffectorType
object.
-
-