Package org.biopax.paxtools.model.level2
Interface pathwayStep
- All Superinterfaces:
BioPAXElement,Cloneable,Level2Element,pathwayComponent,Serializable,utilityClass
This represents a set of pathway events.
-
Field Summary
Fields inherited from interface org.biopax.paxtools.model.BioPAXElement
UNKNOWN_DOUBLE, UNKNOWN_FLOAT, UNKNOWN_INT -
Method Summary
Modifier and TypeMethodDescriptionvoidaddNEXT_STEP(pathwayStep NEXT_STEP) voidaddSTEP_INTERACTIONS(process processStep) voidremoveNEXT_STEP(pathwayStep NEXT_STEP) voidremoveSTEP_INTERACTIONS(process processStep) voidsetNEXT_STEP(Set<pathwayStep> NEXT_STEP) voidsetSTEP_INTERACTIONS(Set<process> STEP_INTERACTIONS) Methods inherited from interface org.biopax.paxtools.model.BioPAXElement
equivalenceCode, getAnnotations, getModelInterface, getUri, isEquivalentMethods inherited from interface org.biopax.paxtools.model.level2.Level2Element
addCOMMENT, getCOMMENT, removeCOMMENT, setCOMMENTMethods inherited from interface org.biopax.paxtools.model.level2.pathwayComponent
isPATHWAY_COMPONENTSof
-
Method Details
-
addNEXT_STEP
-
addSTEP_INTERACTIONS
-
getNEXT_STEP
Set<pathwayStep> getNEXT_STEP() -
getSTEP_INTERACTIONS
-
isNEXT_STEPof
Set<pathwayStep> isNEXT_STEPof() -
removeNEXT_STEP
-
removeSTEP_INTERACTIONS
-
setNEXT_STEP
-
setSTEP_INTERACTIONS
-