Interface pathwayStep

All Superinterfaces:
BioPAXElement, Cloneable, Level2Element, pathwayComponent, Serializable, utilityClass

public interface pathwayStep extends utilityClass, pathwayComponent
This represents a set of pathway events.
  • Method Details

    • addNEXT_STEP

      void addNEXT_STEP(pathwayStep NEXT_STEP)
    • addSTEP_INTERACTIONS

      void addSTEP_INTERACTIONS(process processStep)
    • getNEXT_STEP

      Set<pathwayStep> getNEXT_STEP()
    • getSTEP_INTERACTIONS

      Set<process> getSTEP_INTERACTIONS()
    • isNEXT_STEPof

      Set<pathwayStep> isNEXT_STEPof()
    • removeNEXT_STEP

      void removeNEXT_STEP(pathwayStep NEXT_STEP)
    • removeSTEP_INTERACTIONS

      void removeSTEP_INTERACTIONS(process processStep)
    • setNEXT_STEP

      void setNEXT_STEP(Set<pathwayStep> NEXT_STEP)
    • setSTEP_INTERACTIONS

      void setSTEP_INTERACTIONS(Set<process> STEP_INTERACTIONS)