Package org.intermine.model.bio
Interface Interaction
-
- All Superinterfaces:
org.intermine.model.FastPathObject,org.intermine.model.InterMineFastPathObject,org.intermine.model.InterMineObject
- All Known Implementing Classes:
InteractionShadow
public interface Interaction extends org.intermine.model.InterMineObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddDetails(InteractionDetail arg)ComplexgetComplex()java.util.Set<InteractionDetail>getDetails()BioEntitygetParticipant1()BioEntitygetParticipant2()org.intermine.model.InterMineObjectproxGetComplex()org.intermine.model.InterMineObjectproxGetParticipant1()org.intermine.model.InterMineObjectproxGetParticipant2()voidproxyComplex(org.intermine.objectstore.proxy.ProxyReference complex)voidproxyParticipant1(org.intermine.objectstore.proxy.ProxyReference participant1)voidproxyParticipant2(org.intermine.objectstore.proxy.ProxyReference participant2)voidsetComplex(Complex complex)voidsetDetails(java.util.Set<InteractionDetail> details)voidsetParticipant1(BioEntity participant1)voidsetParticipant2(BioEntity participant2)
-
-
-
Method Detail
-
getParticipant2
BioEntity getParticipant2()
-
setParticipant2
void setParticipant2(BioEntity participant2)
-
proxyParticipant2
void proxyParticipant2(org.intermine.objectstore.proxy.ProxyReference participant2)
-
proxGetParticipant2
org.intermine.model.InterMineObject proxGetParticipant2()
-
getComplex
Complex getComplex()
-
setComplex
void setComplex(Complex complex)
-
proxyComplex
void proxyComplex(org.intermine.objectstore.proxy.ProxyReference complex)
-
proxGetComplex
org.intermine.model.InterMineObject proxGetComplex()
-
getParticipant1
BioEntity getParticipant1()
-
setParticipant1
void setParticipant1(BioEntity participant1)
-
proxyParticipant1
void proxyParticipant1(org.intermine.objectstore.proxy.ProxyReference participant1)
-
proxGetParticipant1
org.intermine.model.InterMineObject proxGetParticipant1()
-
getDetails
java.util.Set<InteractionDetail> getDetails()
-
setDetails
void setDetails(java.util.Set<InteractionDetail> details)
-
addDetails
void addDetails(InteractionDetail arg)
-
-