Interface InteractionRegion

  • All Superinterfaces:
    org.intermine.model.FastPathObject, org.intermine.model.InterMineFastPathObject, org.intermine.model.InterMineObject
    All Known Implementing Classes:
    InteractionRegionShadow

    public interface InteractionRegion
    extends org.intermine.model.InterMineObject
    • Method Detail

      • getStartStatus

        java.lang.String getStartStatus()
      • setStartStatus

        void setStartStatus​(java.lang.String startStatus)
      • getEndStatus

        java.lang.String getEndStatus()
      • setEndStatus

        void setEndStatus​(java.lang.String endStatus)
      • setOntologyTerm

        void setOntologyTerm​(OntologyTerm ontologyTerm)
      • proxyOntologyTerm

        void proxyOntologyTerm​(org.intermine.objectstore.proxy.ProxyReference ontologyTerm)
      • proxGetOntologyTerm

        org.intermine.model.InterMineObject proxGetOntologyTerm()
      • proxyInteraction

        void proxyInteraction​(org.intermine.objectstore.proxy.ProxyReference interaction)
      • proxGetInteraction

        org.intermine.model.InterMineObject proxGetInteraction()
      • getLocations

        java.util.Set<Location> getLocations()
      • setLocations

        void setLocations​(java.util.Set<Location> locations)
      • addLocations

        void addLocations​(Location arg)