Package org.biopax.paxtools.model.level2
Interface process
- All Superinterfaces:
BioPAXElement,Cloneable,entity,InteractionParticipant,Level2Element,pathwayComponent,Serializable,XReferrable
- All Known Subinterfaces:
biochemicalReaction,catalysis,complexAssembly,control,conversion,interaction,modulation,pathway,physicalInteraction,transport,transportWithBiochemicalReaction
Tagging interface for entities that needs evidence and can be targeted by a
control : Pathway and Interaction
-
Field Summary
Fields inherited from interface org.biopax.paxtools.model.BioPAXElement
UNKNOWN_DOUBLE, UNKNOWN_FLOAT, UNKNOWN_INT -
Method Summary
Modifier and TypeMethodDescriptionvoidaddEVIDENCE(evidence EVIDENCE) This method adds the given evidence to this process.Gets all evidence objects.voidremoveEVIDENCE(evidence EVIDENCE) This method remmoves the given evidence from this process.voidsetEVIDENCE(Set<evidence> EVIDENCE) Methods inherited from interface org.biopax.paxtools.model.BioPAXElement
equivalenceCode, getAnnotations, getModelInterface, getUri, isEquivalentMethods 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, setSYNONYMSMethods inherited from interface org.biopax.paxtools.model.level2.InteractionParticipant
isPARTICIPANTSofMethods inherited from interface org.biopax.paxtools.model.level2.Level2Element
addCOMMENT, getCOMMENT, removeCOMMENT, setCOMMENTMethods inherited from interface org.biopax.paxtools.model.level2.XReferrable
addXREF, findCommonPublications, findCommonRelationships, findCommonUnifications, getXREF, removeXREF, setXREF
-
Method Details
-
addEVIDENCE
This method adds the given evidence to this process.- Parameters:
EVIDENCE- value to add
-
removeEVIDENCE
This method remmoves the given evidence from this process. If process does not already contain this evidence this method does nothing- Parameters:
EVIDENCE- to remove
-
getEVIDENCE
Gets all evidence objects.- Returns:
- all the evidence objects attached directly to this process
-
setEVIDENCE
-
isCONTROLLEDOf
-
isPATHWAY_COMPONENTSof
- Specified by:
isPATHWAY_COMPONENTSofin interfacepathwayComponent
-
isSTEP_INTERACTIONSOf
Set<pathwayStep> isSTEP_INTERACTIONSOf()
-