org.biopax.paxtools.impl.level2
Class pathwayStepImpl
java.lang.Object
org.biopax.paxtools.impl.level2.bioPAXElementImpl
org.biopax.paxtools.impl.level2.pathwayStepImpl
- All Implemented Interfaces:
- BioPAXElement, pathwayComponent, pathwayStep, utilityClass
public class pathwayStepImpl
- extends bioPAXElementImpl
- implements pathwayStep
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
pathwayStepImpl
public pathwayStepImpl()
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