Package intermine :: Module model :: Class Collection
[hide private]
[frames] | no frames]

Class Collection

source code

object --+        
         |        
     Field --+    
             |    
     Reference --+
                 |
                Collection

Collections are references which refer to groups of objects

Collections have all the same behaviour and properties as References

Instance Methods [hide private]
str
toString(self)
Return a string representation
source code

Inherited from Reference: __init__

Inherited from Field: __str__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

toString(self)

source code 

Return a string representation

Returns: str
Overrides: Field.toString