org.biopax.paxtools.model.level2
Interface interaction
- All Superinterfaces:
- BioPAXElement, java.lang.Cloneable, entity, InteractionParticipant, Level2Element, pathwayComponent, process, java.io.Serializable, XReferrable
- All Known Subinterfaces:
- biochemicalReaction, catalysis, complexAssembly, control, conversion, modulation, physicalInteraction, transport, transportWithBiochemicalReaction
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)
Copyright © 2011 BioPAX. All Rights Reserved.