org.biopax.paxtools.model.level2
Interface pathwayStep

All Superinterfaces:
BioPAXElement, java.lang.Cloneable, Level2Element, pathwayComponent, java.io.Serializable, utilityClass

public interface pathwayStep
extends utilityClass, pathwayComponent

This represents a set of pathway events.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.biopax.paxtools.model.BioPAXElement
BioPAXElement.Key
 
Field Summary
 
Fields inherited from interface org.biopax.paxtools.model.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.pathwayComponent
isPATHWAY_COMPONENTSof
 
Methods inherited from interface org.biopax.paxtools.model.level2.Level2Element
addCOMMENT, getCOMMENT, removeCOMMENT, setCOMMENT
 
Methods inherited from interface org.biopax.paxtools.model.BioPAXElement
equivalenceCode, getAnnotations, getModelInterface, getRDFId, isEquivalent
 

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)


Copyright © 2011 BioPAX. All Rights Reserved.