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