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
| 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 |
addPARTICIPANTS
void addPARTICIPANTS(InteractionParticipant aParticipant)
getPARTICIPANTS
java.util.Set<InteractionParticipant> getPARTICIPANTS()
removePARTICIPANTS
void removePARTICIPANTS(InteractionParticipant aParticipant)
setPARTICIPANTS
void setPARTICIPANTS(java.util.Set<InteractionParticipant> PARTICIPANTS)