Package org.intermine.model.bio
Interface OntologyRelation
-
- All Superinterfaces:
org.intermine.model.FastPathObject,org.intermine.model.InterMineFastPathObject,org.intermine.model.InterMineObject
- All Known Implementing Classes:
OntologyRelationShadow
public interface OntologyRelation extends org.intermine.model.InterMineObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OntologyTermgetChildTerm()java.lang.BooleangetDirect()OntologyTermgetParentTerm()java.lang.BooleangetRedundant()java.lang.StringgetRelationship()org.intermine.model.InterMineObjectproxGetChildTerm()org.intermine.model.InterMineObjectproxGetParentTerm()voidproxyChildTerm(org.intermine.objectstore.proxy.ProxyReference childTerm)voidproxyParentTerm(org.intermine.objectstore.proxy.ProxyReference parentTerm)voidsetChildTerm(OntologyTerm childTerm)voidsetDirect(java.lang.Boolean direct)voidsetParentTerm(OntologyTerm parentTerm)voidsetRedundant(java.lang.Boolean redundant)voidsetRelationship(java.lang.String relationship)
-
-
-
Method Detail
-
getRedundant
java.lang.Boolean getRedundant()
-
setRedundant
void setRedundant(java.lang.Boolean redundant)
-
getDirect
java.lang.Boolean getDirect()
-
setDirect
void setDirect(java.lang.Boolean direct)
-
getRelationship
java.lang.String getRelationship()
-
setRelationship
void setRelationship(java.lang.String relationship)
-
getParentTerm
OntologyTerm getParentTerm()
-
setParentTerm
void setParentTerm(OntologyTerm parentTerm)
-
proxyParentTerm
void proxyParentTerm(org.intermine.objectstore.proxy.ProxyReference parentTerm)
-
proxGetParentTerm
org.intermine.model.InterMineObject proxGetParentTerm()
-
getChildTerm
OntologyTerm getChildTerm()
-
setChildTerm
void setChildTerm(OntologyTerm childTerm)
-
proxyChildTerm
void proxyChildTerm(org.intermine.objectstore.proxy.ProxyReference childTerm)
-
proxGetChildTerm
org.intermine.model.InterMineObject proxGetChildTerm()
-
-