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 String
getProteinId()
int
getStoichiometry()
void
setProteinId(String proteinId)
void
setStoichiometry(int stoichiometry)
-
-
-
Constructor Detail
-
ModelledComparableParticipant
public ModelledComparableParticipant()
-
ModelledComparableParticipant
public ModelledComparableParticipant(String proteinId, int stoichiometry)
-
-