org.biopax.paxtools.model.level2
Interface pathwayStep

All Superinterfaces:
BioPAXElement, pathwayComponent, utilityClass
All Known Implementing Classes:
pathwayStepImpl, pathwayStepProxy

public interface pathwayStep
extends utilityClass, pathwayComponent

This represents a set of pathway events.


Field Summary
 
Fields inherited from interface org.biopax.paxtools.model.level2.BioPAXElement
UNKNOWN_DOUBLE, UNKNOWN_FLOAT, UNKNOWN_INT
 
Fields inherited from interface org.biopax.paxtools.model.level2.BioPAXElement
UNKNOWN_DOUBLE, UNKNOWN_FLOAT, UNKNOWN_INT
 
Method Summary
 void addNEXT_STEP(pathwayStep NEXT_STEP)
           
 void addSTEP_INTERACTIONS(process processStep)
           
 java.util.Set<pathwayStep> getNEXT_STEP()
           
 java.util.Set<process> getSTEP_INTERACTIONS()
           
 java.util.Set<pathwayStep> isNEXT_STEPof()
           
 void removeNEXT_STEP(pathwayStep NEXT_STEP)
           
 void removeSTEP_INTERACTIONS(process processStep)
           
 void setNEXT_STEP(java.util.Set<pathwayStep> NEXT_STEP)
           
 void setSTEP_INTERACTIONS(java.util.Set<process> STEP_INTERACTIONS)
           
 
Methods inherited from interface org.biopax.paxtools.model.level2.BioPAXElement
addCOMMENT, equivalenceCode, getCOMMENT, getModelInterface, getRDFId, isEquivalent, removeCOMMENT, setCOMMENT, setRDFId
 
Methods inherited from interface org.biopax.paxtools.model.level2.pathwayComponent
isPATHWAY_COMPONENTSof
 
Methods inherited from interface org.biopax.paxtools.model.level2.BioPAXElement
addCOMMENT, equivalenceCode, getCOMMENT, getModelInterface, getRDFId, isEquivalent, removeCOMMENT, setCOMMENT, setRDFId
 

Method Detail

addNEXT_STEP

void addNEXT_STEP(pathwayStep NEXT_STEP)

addSTEP_INTERACTIONS

void addSTEP_INTERACTIONS(process processStep)

getNEXT_STEP

java.util.Set<pathwayStep> getNEXT_STEP()

getSTEP_INTERACTIONS

java.util.Set<process> getSTEP_INTERACTIONS()

isNEXT_STEPof

java.util.Set<pathwayStep> isNEXT_STEPof()

removeNEXT_STEP

void removeNEXT_STEP(pathwayStep NEXT_STEP)

removeSTEP_INTERACTIONS

void removeSTEP_INTERACTIONS(process processStep)

setNEXT_STEP

void setNEXT_STEP(java.util.Set<pathwayStep> NEXT_STEP)

setSTEP_INTERACTIONS

void setSTEP_INTERACTIONS(java.util.Set<process> STEP_INTERACTIONS)