Package psidev.psi.mi.jami.model
Class ModelledComparableParticipant
- java.lang.Object
-
- psidev.psi.mi.jami.model.ModelledComparableParticipant
-
public class ModelledComparableParticipant extends Object
-
-
Constructor Summary
Constructors Constructor Description ModelledComparableParticipant()ModelledComparableParticipant(String proteinId, int stoichiometry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetProteinId()intgetStoichiometry()voidsetProteinId(String proteinId)voidsetStoichiometry(int stoichiometry)
-
-
-
Constructor Detail
-
ModelledComparableParticipant
public ModelledComparableParticipant()
-
ModelledComparableParticipant
public ModelledComparableParticipant(String proteinId, int stoichiometry)
-
-