org.biopax.paxtools.impl.level2
Class pathwayStepImpl

java.lang.Object
  extended by org.biopax.paxtools.impl.level2.bioPAXElementImpl
      extended by org.biopax.paxtools.impl.level2.pathwayStepImpl
All Implemented Interfaces:
BioPAXElement, pathwayComponent, pathwayStep, utilityClass

public class pathwayStepImpl
extends bioPAXElementImpl
implements pathwayStep


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
 
Constructor Summary
pathwayStepImpl()
           
 
Method Summary
 void addNEXT_STEP(pathwayStep NEXT_STEP)
           
 void addSTEP_INTERACTIONS(process processStep)
           
 int equivalenceCode()
           
 java.lang.Class getModelInterface()
           
 java.util.Set<pathwayStep> getNEXT_STEP()
           
 java.util.Set<process> getSTEP_INTERACTIONS()
           
 boolean isEquivalent(BioPAXElement element)
           
 java.util.Set<pathwayStep> isNEXT_STEPof()
           
 java.util.Set<pathway> isPATHWAY_COMPONENTSof()
           
 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 class org.biopax.paxtools.impl.level2.bioPAXElementImpl
addCOMMENT, equals, getCOMMENT, getRDFId, hashCode, removeCOMMENT, setCOMMENT, setRDFId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.biopax.paxtools.model.level2.BioPAXElement
addCOMMENT, getCOMMENT, getRDFId, removeCOMMENT, setCOMMENT, setRDFId
 
Methods inherited from interface org.biopax.paxtools.model.level2.BioPAXElement
addCOMMENT, getCOMMENT, getRDFId, removeCOMMENT, setCOMMENT, setRDFId
 

Constructor Detail

pathwayStepImpl

public pathwayStepImpl()
Method Detail

isEquivalent

public boolean isEquivalent(BioPAXElement element)
Specified by:
isEquivalent in interface BioPAXElement

equivalenceCode

public int equivalenceCode()
Specified by:
equivalenceCode in interface BioPAXElement

getModelInterface

public java.lang.Class getModelInterface()
Specified by:
getModelInterface in interface BioPAXElement

isPATHWAY_COMPONENTSof

public java.util.Set<pathway> isPATHWAY_COMPONENTSof()
Specified by:
isPATHWAY_COMPONENTSof in interface pathwayComponent

getSTEP_INTERACTIONS

public java.util.Set<process> getSTEP_INTERACTIONS()
Specified by:
getSTEP_INTERACTIONS in interface pathwayStep

setSTEP_INTERACTIONS

public void setSTEP_INTERACTIONS(java.util.Set<process> STEP_INTERACTIONS)
Specified by:
setSTEP_INTERACTIONS in interface pathwayStep

addSTEP_INTERACTIONS

public void addSTEP_INTERACTIONS(process processStep)
Specified by:
addSTEP_INTERACTIONS in interface pathwayStep

removeSTEP_INTERACTIONS

public void removeSTEP_INTERACTIONS(process processStep)
Specified by:
removeSTEP_INTERACTIONS in interface pathwayStep

getNEXT_STEP

public java.util.Set<pathwayStep> getNEXT_STEP()
Specified by:
getNEXT_STEP in interface pathwayStep

setNEXT_STEP

public void setNEXT_STEP(java.util.Set<pathwayStep> NEXT_STEP)
Specified by:
setNEXT_STEP in interface pathwayStep

addNEXT_STEP

public void addNEXT_STEP(pathwayStep NEXT_STEP)
Specified by:
addNEXT_STEP in interface pathwayStep

removeNEXT_STEP

public void removeNEXT_STEP(pathwayStep NEXT_STEP)
Specified by:
removeNEXT_STEP in interface pathwayStep

isNEXT_STEPof

public java.util.Set<pathwayStep> isNEXT_STEPof()
Specified by:
isNEXT_STEPof in interface pathwayStep