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 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)
      • setParentTerm

        void setParentTerm​(OntologyTerm parentTerm)
      • proxyParentTerm

        void proxyParentTerm​(org.intermine.objectstore.proxy.ProxyReference parentTerm)
      • proxGetParentTerm

        org.intermine.model.InterMineObject proxGetParentTerm()
      • setChildTerm

        void setChildTerm​(OntologyTerm childTerm)
      • proxyChildTerm

        void proxyChildTerm​(org.intermine.objectstore.proxy.ProxyReference childTerm)
      • proxGetChildTerm

        org.intermine.model.InterMineObject proxGetChildTerm()