org.biopax.paxtools.model.level2
Interface process
- All Superinterfaces:
- BioPAXElement, entity, InteractionParticipant, pathwayComponent, XReferrable
- All Known Subinterfaces:
- biochemicalReaction, catalysis, complexAssembly, control, conversion, interaction, modulation, pathway, physicalInteraction, transport, transportWithBiochemicalReaction
- All Known Implementing Classes:
- biochemicalReactionImpl, biochemicalReactionProxy, catalysisImpl, catalysisProxy, complexAssemblyImpl, complexAssemblyProxy, controlImpl, controlProxy, conversionImpl, conversionProxy, interactionAdapter, interactionImpl, interactionProxy, modulationImpl, modulationProxy, pathwayImpl, pathwayProxy, physicalInteractionAdapter, physicalInteractionImpl, physicalInteractionProxy, processImpl, processProxy, transportImpl, transportProxy, transportWithBiochemicalReactionImpl, transportWithBiochemicalReactionProxy
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)
getEVIDENCE
java.util.Set<evidence> getEVIDENCE()
isCONTROLLEDOf
java.util.Set<control> isCONTROLLEDOf()
isSTEP_INTERACTIONSOf
java.util.Set<pathwayStep> isSTEP_INTERACTIONSOf()
removeEVIDENCE
void removeEVIDENCE(evidence EVIDENCE)
setEVIDENCE
void setEVIDENCE(java.util.Set<evidence> EVIDENCE)