org.biopax.paxtools.model.level2
Interface interaction

All Superinterfaces:
BioPAXElement, entity, InteractionParticipant, pathwayComponent, process, XReferrable
All Known Subinterfaces:
biochemicalReaction, catalysis, complexAssembly, control, conversion, modulation, physicalInteraction, transport, transportWithBiochemicalReaction
All Known Implementing Classes:
biochemicalReactionImpl, biochemicalReactionProxy, catalysisImpl, catalysisProxy, complexAssemblyImpl, complexAssemblyProxy, controlImpl, controlProxy, conversionImpl, conversionProxy, interactionAdapter, interactionImpl, interactionProxy, modulationImpl, modulationProxy, physicalInteractionAdapter, physicalInteractionImpl, physicalInteractionProxy, transportImpl, transportProxy, transportWithBiochemicalReactionImpl, transportWithBiochemicalReactionProxy

public interface interaction
extends process


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
 
Fields inherited from interface org.biopax.paxtools.model.level2.BioPAXElement
UNKNOWN_DOUBLE, UNKNOWN_FLOAT, UNKNOWN_INT
 
Method Summary
 void addPARTICIPANTS(InteractionParticipant aParticipant)
           
 java.util.Set<InteractionParticipant> getPARTICIPANTS()
           
 void removePARTICIPANTS(InteractionParticipant aParticipant)
           
 void setPARTICIPANTS(java.util.Set<InteractionParticipant> PARTICIPANTS)
           
 
Methods inherited from interface org.biopax.paxtools.model.level2.process
addEVIDENCE, getEVIDENCE, isCONTROLLEDOf, isSTEP_INTERACTIONSOf, removeEVIDENCE, setEVIDENCE
 
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
 
Methods inherited from interface org.biopax.paxtools.model.level2.BioPAXElement
addCOMMENT, equivalenceCode, getCOMMENT, getModelInterface, getRDFId, isEquivalent, removeCOMMENT, setCOMMENT, setRDFId
 
Methods inherited from interface org.biopax.paxtools.model.level2.XReferrable
addXREF, getXREF, removeXREF, setXREF
 
Methods inherited from interface org.biopax.paxtools.model.level2.BioPAXElement
addCOMMENT, equivalenceCode, getCOMMENT, getModelInterface, getRDFId, isEquivalent, removeCOMMENT, setCOMMENT, setRDFId
 
Methods inherited from interface org.biopax.paxtools.model.level2.InteractionParticipant
isPARTICIPANTSof
 
Methods inherited from interface org.biopax.paxtools.model.level2.BioPAXElement
addCOMMENT, equivalenceCode, getCOMMENT, getModelInterface, getRDFId, isEquivalent, removeCOMMENT, setCOMMENT, setRDFId
 
Methods inherited from interface org.biopax.paxtools.model.level2.pathwayComponent
isPATHWAY_COMPONENTSof
 

Method Detail

addPARTICIPANTS

void addPARTICIPANTS(InteractionParticipant aParticipant)

getPARTICIPANTS

java.util.Set<InteractionParticipant> getPARTICIPANTS()

removePARTICIPANTS

void removePARTICIPANTS(InteractionParticipant aParticipant)

setPARTICIPANTS

void setPARTICIPANTS(java.util.Set<InteractionParticipant> PARTICIPANTS)