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