Package psidev.psi.mi.jami.model.impl
Class DefaultParticipantCandidate
- java.lang.Object
-
- psidev.psi.mi.jami.model.impl.AbstractEntity<F>
-
- psidev.psi.mi.jami.model.impl.AbstractParticipantCandidate<ParticipantPool,Feature>
-
- psidev.psi.mi.jami.model.impl.DefaultParticipantCandidate
-
- All Implemented Interfaces:
Entity<Feature>
,ParticipantCandidate<ParticipantPool,Feature>
public class DefaultParticipantCandidate extends AbstractParticipantCandidate<ParticipantPool,Feature>
Default implementation of participant candidate- Since:
29/07/14
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
Constructor Summary
Constructors Constructor Description DefaultParticipantCandidate(Interactor interactor)
Constructor for DefaultParticipantCandidate.DefaultParticipantCandidate(Interactor interactor, Stoichiometry stoichiometry)
Constructor for DefaultParticipantCandidate.
-
Method Summary
-
Methods inherited from class psidev.psi.mi.jami.model.impl.AbstractParticipantCandidate
getParentPool, setParentPool, 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
-
DefaultParticipantCandidate
public DefaultParticipantCandidate(Interactor interactor)
Constructor for DefaultParticipantCandidate.
- Parameters:
interactor
- aInteractor
object.
-
DefaultParticipantCandidate
public DefaultParticipantCandidate(Interactor interactor, Stoichiometry stoichiometry)
Constructor for DefaultParticipantCandidate.
- Parameters:
interactor
- aInteractor
object.stoichiometry
- aStoichiometry
object.
-
-