org.biopax.paxtools.model.level2
Interface process
- All Superinterfaces:
- BioPAXElement, java.lang.Cloneable, entity, InteractionParticipant, Level2Element, pathwayComponent, java.io.Serializable, XReferrable
- All Known Subinterfaces:
- biochemicalReaction, catalysis, complexAssembly, control, conversion, interaction, modulation, pathway, physicalInteraction, transport, transportWithBiochemicalReaction
public interface process
- extends entity, pathwayComponent
Tagging interface for entities that needs evidence and can be targeted by a
control : Pathway and Interaction
| Methods inherited from interface org.biopax.paxtools.model.level2.entity |
addAVAILABILITY, addDATA_SOURCE, addSYNONYMS, getAVAILABILITY, getDATA_SOURCE, getNAME, getSHORT_NAME, getSYNONYMS, removeAVAILABILITY, removeDATA_SOURCE, removeSYNONYMS, setAVAILABILITY, setDATA_SOURCE, setNAME, setSHORT_NAME, setSYNONYMS |
addEVIDENCE
void addEVIDENCE(evidence EVIDENCE)
- This method adds the given evidence to this process.
- Parameters:
EVIDENCE -
removeEVIDENCE
void removeEVIDENCE(evidence EVIDENCE)
- This method remmoves the given evidence from this process. If process does
not already contain this evidence this method does nothing
- Parameters:
EVIDENCE -
getEVIDENCE
java.util.Set<evidence> getEVIDENCE()
- Returns:
setEVIDENCE
void setEVIDENCE(java.util.Set<evidence> EVIDENCE)
isCONTROLLEDOf
java.util.Set<control> isCONTROLLEDOf()
isPATHWAY_COMPONENTSof
java.util.Set<pathway> isPATHWAY_COMPONENTSof()
- Specified by:
isPATHWAY_COMPONENTSof in interface pathwayComponent
isSTEP_INTERACTIONSOf
java.util.Set<pathwayStep> isSTEP_INTERACTIONSOf()
Copyright © 2011 BioPAX. All Rights Reserved.