Package psidev.psi.mi.jami.model.impl
Class AbstractParticipantCandidate<P extends ParticipantPool,F extends Feature>
- java.lang.Object
-
- psidev.psi.mi.jami.model.impl.AbstractEntity<F>
-
- psidev.psi.mi.jami.model.impl.AbstractParticipantCandidate<P,F>
-
- All Implemented Interfaces:
Entity<F>
,ParticipantCandidate<P,F>
- Direct Known Subclasses:
DefaultExperimentalParticipantCandidate
,DefaultModelledParticipantCandidate
,DefaultParticipantCandidate
public abstract class AbstractParticipantCandidate<P extends ParticipantPool,F extends Feature> extends AbstractEntity<F> implements ParticipantCandidate<P,F>
Abstract class for participant candidate- Since:
29/07/14
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
Constructor Summary
Constructors Constructor Description AbstractParticipantCandidate(Interactor interactor)
Constructor for AbstractParticipantCandidate.AbstractParticipantCandidate(Interactor interactor, Stoichiometry stoichiometry)
Constructor for AbstractParticipantCandidate.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description P
getParentPool()
Getter for the fieldparentPool
.void
setParentPool(P pool)
Setter for the fieldparentPool
.String
toString()
-
Methods inherited from class psidev.psi.mi.jami.model.impl.AbstractEntity
addAllFeatures, addFeature, getCausalRelationships, getChangeListener, getFeatures, getInteractor, getStoichiometry, initialiseCausalRelationships, initialiseCausalRelationshipsWith, initialiseFeatures, initialiseFeaturesWith, removeAllFeatures, removeFeature, setChangeListener, setInteractor, setStoichiometry, setStoichiometry
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface psidev.psi.mi.jami.model.Entity
addAllFeatures, addFeature, getCausalRelationships, getChangeListener, getFeatures, getInteractor, getStoichiometry, removeAllFeatures, removeFeature, setChangeListener, setInteractor, setStoichiometry, setStoichiometry
-
-
-
-
Constructor Detail
-
AbstractParticipantCandidate
public AbstractParticipantCandidate(Interactor interactor)
Constructor for AbstractParticipantCandidate.
- Parameters:
interactor
- aInteractor
object.
-
AbstractParticipantCandidate
public AbstractParticipantCandidate(Interactor interactor, Stoichiometry stoichiometry)
Constructor for AbstractParticipantCandidate.
- Parameters:
interactor
- aInteractor
object.stoichiometry
- aStoichiometry
object.
-
-
Method Detail
-
getParentPool
public P getParentPool()
Getter for the field
parentPool
.- Specified by:
getParentPool
in interfaceParticipantCandidate<P extends ParticipantPool,F extends Feature>
- Returns:
- a P object.
-
setParentPool
public void setParentPool(P pool)
Setter for the field
parentPool
.- Specified by:
setParentPool
in interfaceParticipantCandidate<P extends ParticipantPool,F extends Feature>
- Parameters:
pool
- a P object.
-
toString
public String toString()
- Overrides:
toString
in classAbstractEntity<F extends Feature>
-
-