Package biana :: Package BianaParser :: Module psi_MiXMLParser :: Class Psi_MiInteraction
[hide private]
[frames] | no frames]

Class Psi_MiInteraction

source code

Class representing an interaction

Instance Methods [hide private]
 
__init__(self, id=None, objPsi_MiNames=None, objPsi_MiXRef=None, listExperimentId=None, listObjPsi_MiParticipant=None, objPsi_MiXRefType=None, flagNegative=False)
id: in PSI_MI_TAG_INTERACTION_ATTRIBUTE_ID objPsi_MiNames: inside PSI_MI_TAG_NAMES objPsi_MiXRef: inside PSI_MI_TAG_XREF listExperimentId: inside PSI_MI_TAG_EXPERIMENT_LIST inside PSI_MI_TAG_EXPERIMENT_REFERENCE listObjPsi_MiParticipant: inside PSI_MI_TAG_PARTICIPANT_LIST type: inside PSI_MI_TAG_TYPE
source code
 
__del__(self) source code
 
__str__(self) source code
 
addParticipant(self, objPsi_MiParticipant) source code
Class Variables [hide private]
  PSI_MI_TAG_INTERACTION = 'interaction'
  PSI_MI_TAG_INTERACTION_ATTRIBUTE_ID = 'id'
  PSI_MI_TAG_EXPERIMENT_LIST = 'experimentList'
  PSI_MI_TAG_EXPERIMENT_REFERENCE = 'experimentRef'
  PSI_MI_TAG_PARTICIPANT_LIST = 'participantList'
  PSI_MI_TAG_TYPE = 'interactionType'
  PSI_MI_TAG_NEGATIVE = 'negative'