org.biopax.paxtools.model.level2
Interface physicalInteraction
- All Superinterfaces:
- BioPAXElement, entity, interaction, InteractionParticipant, pathwayComponent, process, XReferrable
- All Known Subinterfaces:
- biochemicalReaction, catalysis, complexAssembly, control, conversion, modulation, transport, transportWithBiochemicalReaction
- All Known Implementing Classes:
- biochemicalReactionImpl, biochemicalReactionProxy, catalysisImpl, catalysisProxy, complexAssemblyImpl, complexAssemblyProxy, controlImpl, controlProxy, conversionImpl, conversionProxy, modulationImpl, modulationProxy, physicalInteractionAdapter, physicalInteractionImpl, physicalInteractionProxy, transportImpl, transportProxy, transportWithBiochemicalReactionImpl, transportWithBiochemicalReactionProxy
public interface physicalInteraction
- extends 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 |
addINTERACTION_TYPE
void addINTERACTION_TYPE(openControlledVocabulary INTERACTION_TYPE)
getINTERACTION_TYPE
java.util.Set<openControlledVocabulary> getINTERACTION_TYPE()
removeINTERACTION_TYPE
void removeINTERACTION_TYPE(openControlledVocabulary INTERACTION_TYPE)
setINTERACTION_TYPE
void setINTERACTION_TYPE(java.util.Set<openControlledVocabulary> INTERACTION_TYPE)