Package org.intermine.model.bio
Interface CausalRelationship
-
- All Superinterfaces:
org.intermine.model.FastPathObject,org.intermine.model.InterMineFastPathObject,org.intermine.model.InterMineObject
- All Known Implementing Classes:
CausalRelationshipShadow
public interface CausalRelationship extends org.intermine.model.InterMineObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BioEntitygetFeature()OntologyTermgetType()org.intermine.model.InterMineObjectproxGetFeature()org.intermine.model.InterMineObjectproxGetType()voidproxyFeature(org.intermine.objectstore.proxy.ProxyReference feature)voidproxyType(org.intermine.objectstore.proxy.ProxyReference type)voidsetFeature(BioEntity feature)voidsetType(OntologyTerm type)
-
-
-
Method Detail
-
getType
OntologyTerm getType()
-
setType
void setType(OntologyTerm type)
-
proxyType
void proxyType(org.intermine.objectstore.proxy.ProxyReference type)
-
proxGetType
org.intermine.model.InterMineObject proxGetType()
-
getFeature
BioEntity getFeature()
-
setFeature
void setFeature(BioEntity feature)
-
proxyFeature
void proxyFeature(org.intermine.objectstore.proxy.ProxyReference feature)
-
proxGetFeature
org.intermine.model.InterMineObject proxGetFeature()
-
-