Package Bio :: Package Pathway :: Class Interaction
[hide private]
[frames] | no frames]

Class Interaction

source code

An arbitrary interaction between any number of species.

This class definition is inteded solely as a minimal wrapper interface that should be implemented and extended by more specific abstractions.

Attributes:

data -- reference to arbitrary additional data

Instance Methods [hide private]
 
__init_(self, data) source code
 
__hash__(self)
Returns a hashcode for self.
source code
 
__repr__(self)
Returns a debugging string representation of self.
source code
 
__str__(self)
Returns a string representation of self.
source code