Package org.intermine.model.bio
Interface Interactor
-
- All Superinterfaces:
org.intermine.model.FastPathObject,org.intermine.model.InterMineFastPathObject,org.intermine.model.InterMineObject
- All Known Implementing Classes:
InteractorShadow
public interface Interactor extends org.intermine.model.InterMineObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddInteractions(Interaction arg)java.lang.StringgetAnnotations()java.lang.StringgetBiologicalRole()java.util.Set<Interaction>getInteractions()BioEntitygetParticipant()java.lang.IntegergetStoichiometry()java.lang.StringgetType()org.intermine.model.InterMineObjectproxGetParticipant()voidproxyParticipant(org.intermine.objectstore.proxy.ProxyReference participant)voidsetAnnotations(java.lang.String annotations)voidsetBiologicalRole(java.lang.String biologicalRole)voidsetInteractions(java.util.Set<Interaction> interactions)voidsetParticipant(BioEntity participant)voidsetStoichiometry(java.lang.Integer stoichiometry)voidsetType(java.lang.String type)
-
-
-
Method Detail
-
getAnnotations
java.lang.String getAnnotations()
-
setAnnotations
void setAnnotations(java.lang.String annotations)
-
getType
java.lang.String getType()
-
setType
void setType(java.lang.String type)
-
getStoichiometry
java.lang.Integer getStoichiometry()
-
setStoichiometry
void setStoichiometry(java.lang.Integer stoichiometry)
-
getBiologicalRole
java.lang.String getBiologicalRole()
-
setBiologicalRole
void setBiologicalRole(java.lang.String biologicalRole)
-
getParticipant
BioEntity getParticipant()
-
setParticipant
void setParticipant(BioEntity participant)
-
proxyParticipant
void proxyParticipant(org.intermine.objectstore.proxy.ProxyReference participant)
-
proxGetParticipant
org.intermine.model.InterMineObject proxGetParticipant()
-
getInteractions
java.util.Set<Interaction> getInteractions()
-
setInteractions
void setInteractions(java.util.Set<Interaction> interactions)
-
addInteractions
void addInteractions(Interaction arg)
-
-